Importing and exporting objects and properties
NimbusImage provides flexible options for exporting your analysis data, allowing you to perform additional analysis in external tools, back up your work, or transfer annotations between datasets. This section covers the different export formats and options available.
Exporting data for analysis
After completing your image analysis in NimbusImage, you can export your data in two primary formats:
CSV format - For spreadsheet analysis in tools like Excel, R, or Python
JSON format - For complete data backup or transfer between datasets
Exporting properties as CSV
CSV export is ideal for statistical analysis and data visualization in external tools:
Open the Object Browser
Click "ACTIONS"
Select "Export CSV"
Configure your export options:
Property Export Options: Choose to export all properties, only listed properties, or select specific properties
Undefined Value Handling: Decide how to represent missing values (Empty string, NA, or NaN)
Review the preview of columns that will be included
Enter a filename
Click "DOWNLOAD"
The resulting CSV file contains:
Object identifiers and metadata (Id, Channel, XYZ coordinates, Time)
Object tags and attributes
All selected property values
Exporting complete annotation data as JSON
The JSON export provides a comprehensive record of all annotation data:
Open the Object Browser
Click "ACTIONS"
Select "Export JSON"
Choose what to include:
Export annotations (objects)
Export annotation connections
Export properties
Export property values
Enter a filename
Click "EXPORT SELECTED ITEMS"
The exported JSON file contains:
Complete geometric data for all annotations (coordinates, shapes, colors)
All connection information between objects
Property definitions and calculated values
Metadata about the dataset
Importing annotation data
NimbusImage allows you to import previously exported JSON files, making it possible to:
Restore annotations from backups
Transfer annotations between compatible datasets
Share analysis with collaborators
To import annotation data:
Navigate to the dataset where you want to import annotations
Click "ACTIONS" in the Object Browser
Select "Import JSON"
Select your JSON file
Review the import options
Click "IMPORT"
When importing annotations, be aware that:
The target dataset should have a compatible structure with the source dataset
Importing will not overwrite existing annotations unless explicitly configured to do so
For time-lapse datasets, ensure the time points in the imported data match the structure of your target dataset
Data ownership and transparency
NimbusImage's export capabilities ensure that you maintain complete ownership of your analysis data. By supporting standard formats like CSV and comprehensive JSON exports, you can:
Perform advanced analysis in your preferred tools
Maintain complete backups of your work
Share results transparently with collaborators
Integrate NimbusImage analysis into broader workflows
Create reproducible analysis pipelines
The combination of interactive analysis within NimbusImage and flexible data export options provides a powerful workflow that respects scientific integrity while maintaining ease of use.
Last updated