Import
The Import page allows you to add new data into an existing project. Unlike creating a new project, import operations are additive—existing project content remains available, enabling you to combine datasets for comparative analysis, multi-modality studies, or progressive workflows.
Import vs. New Project
| Action | Behavior |
|---|---|
| New | Clears the current project and creates a fresh project from imported data |
| Import | Adds data to the current project alongside existing content |
Use Import when you need to:
- Combine multiple scans or datasets in a single project
- Add reference surfaces or meshes to volumetric data
- Merge data from another Volvicon project
- Load additional data during an ongoing analysis
Available Import Types
| Import Type | Description |
|---|---|
| 3D Images | Volume formats (MHD, NIfTI) with embedded metadata |
| 3D Raw Image | Raw voxel data requiring manual parameter specification |
| Image Stack | Ordered 2D image sequences (BMP, JPG, PNG, TIF) |
| DICOM Images | Medical imaging series with DICOM metadata |
| 3D Images as Masks | Import volume files directly as mask objects |
| Surface CAD/STL Models | Triangle mesh and CAD geometry (IGES, STEP, STL, PLY) |
| Volume Mesh Models | Tetrahedral/hexahedral meshes for simulation |
| Another Volvicon Project | Merge content from a second project file |
| Recent Files | Quick access to recently imported data files |
Importing 3D Images
Add structured volume files with embedded spacing and orientation metadata.
Workflow
- Navigate to File → Import
- Select 3D Images from the left panel
- Click the large icon to open the file browser
- Select one or more volume files
- The data imports and appears in the Object Browser
Supported Formats
- MetaImage (MHD/MHA)
- NIfTI (.nii, .nii.gz)
- NRRD
Geometry Matching
When importing volumes into a project with existing data, Volvicon compares dimensions, spacing, and origin to ensure spatial consistency.
If geometry matches (within configured tolerance):
- Import proceeds automatically
If geometry differs:
- Import is blocked by default with a detailed error message
- Enable Allow import of images with mismatched geometry in Preferences → Import to proceed
- Enable Resample mismatched images to automatically align data with the active volume
See Preferences → Import Settings for geometry comparison and resampling configuration.
Importing 3D Raw Images
Add raw voxel data that lacks embedded metadata.
Workflow
- Navigate to File → Import → 3D Raw Image
- Click the large icon to open the Raw Image Import dialog
- Select the raw data file
- Configure parameters:
| Parameter | Description |
|---|---|
| Dimensions (X, Y, Z) | Number of voxels in each direction |
| Voxel Spacing (mm) | Physical size of each voxel |
| Origin (mm) | Position of the volume origin in world coordinates |
| Data Type | Signed/Unsigned 8/16/32-bit, Float32, Double64 |
| Endianness | Little or Big endian byte order |
| Components | Number of components per voxel (1-3) |
| Header Size | Bytes to skip at the beginning of the file |
| Use Compression | Enable for compressed raw files (ZRAW) |
- Apply axis or intensity inversion if needed
- Click OK to import
Verify that the specified dimensions match your file size. The dialog displays expected vs. actual byte counts to help identify configuration errors.
Importing Image Stacks
Assemble a 3D volume from ordered 2D image sequences.
Workflow
- Navigate to File → Import → Image Stack
- Click the large icon to open the Image Stack Import dialog
- Add images using:
- Select Files: Individual file selection
- Select Directory: Load all images from a folder
- Drag and drop files directly into the dialog
- Arrange slice order:
- Use Move Up/Down to adjust individual file positions
- Use Reverse Order to flip the entire sequence
- Configure spacing:
- Voxel Spacing X/Y/Z (mm)
- Origin X/Y/Z (mm)
- Enable Show file preview to verify correct ordering
- Apply transforms if needed (Invert X/Y/Z Axis, Invert Intensity)
- Click OK to import
Supported Image Formats
- BMP, JPG/JPEG, PNG, TIF/TIFF
Name image files with consistent numbering (e.g., slice_001.tif, slice_002.tif) to ensure correct automatic ordering when loading from a directory.
Importing DICOM Images
Add medical imaging data with full DICOM metadata support.
Workflow
- Navigate to File → Import → DICOM Images
- Click the large icon to open the DICOM Import dialog
- Browse to the directory containing DICOM files
- Click Load to scan for DICOM series
- Select the series to import from the table
- Configure options (anonymization, window/level)
- Click Open to import
For detailed DICOM import guidance, see DICOM Import.
Importing 3D Images as Masks
Import volume files directly as mask objects instead of image volumes. This is useful when you have pre-segmented data or label maps from external sources.
Workflow
- Navigate to File → Import → 3D Images as Masks
- Select the volume file containing mask/label data
- The data imports as a mask object in the project
Geometry Matching for Masks
Mask imports follow the same geometry checking as volume imports. When importing masks with different geometry:
- Nearest neighbor interpolation is used by default to preserve label integrity
- Configure tolerance and resampling options in Preferences → Import Settings
When resampling masks, use Nearest interpolation to prevent fractional label values that would corrupt segmentation data. This is the default setting.
Importing Surface Models
Add triangle mesh geometry from CAD or 3D scanning sources.
Workflow
- Navigate to File → Import → Surface CAD/STL Models
- Click the large icon to open the file browser
- Select one or more surface files
- The surfaces import and appear in the Object Browser
Supported Formats
- STL (ASCII and binary)
- PLY
- OBJ
- IGES
- STEP/STP
CAD Import Configuration
For CAD formats (STEP, IGES), import behavior is controlled by preferences:
| Option | Description | Configure In |
|---|---|---|
| Geometry handling | Preserve non-manifold features, fix defects | Preferences → Import |
| Tessellation quality | Linear and angular deflection values | Preferences → Import |
| Solid construction | Boolean operations, intersection handling | Preferences → Import |
| Multi-part behavior | Merge parts or import separately | Preferences → Import |
See Preferences → Surface and CAD File Import Options for detailed configuration.
Lower deflection values produce higher quality surfaces but increase triangle count and processing time. Adjust in Preferences → Import based on your accuracy requirements.
Importing Volume Meshes
Add tetrahedral or hexahedral meshes for simulation workflows.
Workflow
- Navigate to File → Import → Volume Mesh Models
- Select the mesh file
- The mesh imports and appears in the Object Browser
Importing Another Volvicon Project
Merge content from a separate Volvicon project into the current project.
Workflow
- Navigate to File → Import → Another Volvicon Project
- Select the source project file
- All objects from the source project import into the current project
Imported objects retain their original names. Rename objects after import if naming conflicts occur.
Post-Import Considerations
After importing data:
- Verify alignment: For multi-dataset projects, confirm data is properly registered using orthogonal views
- Check spacing consistency: Ensure voxel spacing matches across datasets for accurate measurements
- Rename objects: Assign meaningful names to imported objects for project organization
- Save the project: Commit imported data to the project file
Use Properties to monitor memory usage when importing multiple large datasets. Close unnecessary objects or reduce resolution if memory becomes constrained. Symptom: Imported volume or mask does not align with existing project data in orthogonal views.
Cause: Geometry mismatch (different origin, spacing, or orientation).
Solution:
- Check the detailed error message for specific geometry differences
- Navigate to Preferences → Import tab
- Enable Allow import of images with mismatched geometry
- Enable Resample mismatched images to match the project's active volume
- Verify interpolation method is appropriate for your data type
- Re-import the data
Import Blocked: Geometry Mismatch
Symptom: Error message displays dimension, spacing, or origin differences.
Cause: Imported image geometry differs from the active volume beyond configured tolerance.
Solution:
Option 1 - Adjust tolerance (if differences are small):
- Open Preferences → Import
- Decrease Spacing comparison precision or Origin comparison precision
- Retry import
Option 2 - Allow and resample:
- Open Preferences → Import
- Enable Allow import of images with mismatched geometry
- Enable Resample mismatched images
- Retry import
Option 3 - Prepare data externally:
- Use external tools to resample data to match project geometry before import
Troubleshooting
Imported Data Appears Misaligned
- Verify coordinate systems and origins are consistent across datasets
- Check that spacing values are correct
- Use registration tools to align data if needed
File Format Not Recognized
- Verify the file has a supported extension
- Check that the file is not corrupted
- For raw data, ensure you're using the correct import type
Memory Errors During Import
- Close other applications to free system memory
- Import fewer datasets at a time
- Consider importing at reduced resolution if supported
Related Topics
- DICOM Import - Detailed DICOM import options
- New Project - Creating projects from data sources
- Export - Writing project data to external formats
- Preferences - Configure import settings