New Project
The New page allows you to create a fresh Volvicon project by importing data from various sources. The interface presents available data types on the left panel, with descriptions and import actions on the right.
Creating a new project will prompt you to save any unsaved changes in the current project. After confirmation, the scene clears and the import dialog for your selected data type opens.
Available Data Sources
| Source | Formats | Description |
|---|---|---|
| 3D Images | MHD, NIfTI, NRRD | Structured volume formats with embedded spacing and orientation metadata |
| 3D Raw Image | RAW, VOL, ZRAW, BIN, IMG | Raw voxel data requiring manual specification of dimensions, spacing, and data type |
| Image Stack | BMP, JPG, PNG, TIF | Ordered 2D image sequences assembled into a 3D volume |
| DICOM Images | DCM | Medical imaging series with DICOM metadata for spacing, orientation, and patient information |
| Surface CAD/STL Models | IGES, STEP, STL, PLY, OBJ | Triangle mesh and boundary representation geometry |
| Volume Mesh Models | Various FEM formats | Tetrahedral or hexahedral meshes for simulation workflows |
| Blank Image | N/A | Empty volume with user-defined dimensions and spacing |
| Recent Files | Various | Quick access to recently imported data files |
Creating a Project from 3D Images
Use this option when you have structured volume files with embedded metadata (spacing, origin, orientation).
Workflow
- Navigate to File → New
- Select 3D Images from the left panel
- Click the large icon to open the file browser
- Select one or more volume files
- The project opens with the imported volume(s) ready for processing
Supported Formats
- MetaImage (MHD/MHA): Header + raw data format common in medical imaging pipelines
- NIfTI (.nii, .nii.gz): Neuroimaging Informatics Technology Initiative format
- NRRD: Nearly Raw Raster Data format
Creating a Project from 3D Raw Images
Use this option for raw voxel data files that lack embedded metadata. You must specify dimensions, spacing, and data type manually.
Workflow
- Navigate to File → New
- Select 3D Raw Image from the left panel
- Click the large icon to open the Raw Image Import dialog
- Browse to select the raw data file
- Configure the required parameters:
- 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
- Data Type: Signed/Unsigned 8/16/32-bit integer, 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 ZRAW-style compressed files
- Optionally apply axis inversion or intensity inversion
- Click OK to import
The dialog validates that specified dimensions match the file size. Incorrect settings will prevent import. Verify the byte count displayed against your file size before proceeding.
Creating a Project from Image Stacks
Use this option to assemble a 3D volume from ordered 2D image files (such as sequential slices from microscopy or industrial CT).
Workflow
- Navigate to File → New
- Select Image Stack from the left panel
- Click the large icon to open the Image Stack Import dialog
- Add images using one of these methods:
- Select Files: Choose individual image files
- Select Directory: Load all images from a folder
- Drag and Drop: Drag files directly into the dialog
- Arrange the slice order using Move Up/Down or Reverse Order if needed
- Configure spacing and origin:
- Voxel Spacing X/Y/Z (mm): Physical dimensions per voxel
- Origin X/Y/Z (mm): Volume origin position
- Apply transforms if needed:
- Invert X/Y/Z Axis: Flip or reorder slices
- Invert Intensity: Negate grayscale values
- Click OK to import
Keep image stacks in dedicated folders with consistent naming conventions (e.g., slice_001.tif, slice_002.tif) to ensure correct ordering.
Creating a Project from DICOM Images
Use this option for medical imaging data in DICOM format. The import dialog provides series selection, preview, and metadata handling options.
Workflow
- Navigate to File → New
- Select DICOM Images from the left panel
- Click the large icon to open the DICOM Import dialog
- Browse to the directory containing DICOM files and click Load
- Review the detected series in the Series table
- Select the series to import (multi-selection imports as 4D data if geometry matches)
- Preview slices using the slider control
- Configure options:
- Anonymize DICOM tags: Remove patient-identifying information (enabled by default)
- Do not import DICOM tags: Import pixel data only, skip all metadata
- Use DICOM window and level: Apply window/level from DICOM tags
- Click Open to import
Use Subrefine series if the directory contains mixed acquisitions. This adds filtering criteria (study description, trigger time, echo time, etc.) to separate series that share the same Series Instance UID.
For detailed DICOM import guidance, see DICOM Import.
Creating a Project from Surface Models
Use this option for triangle mesh geometry from CAD systems or 3D scanning.
Workflow
- Navigate to File → New
- Select Surface CAD/STL Models from the left panel
- Click the large icon to open the file browser
- Select one or more surface files
- The project opens with imported surface objects
Supported Formats
- STL: Stereolithography format (ASCII and binary)
- PLY: Polygon File Format
- OBJ: Wavefront geometry format
- IGES: Initial Graphics Exchange Specification
- STEP/STP: Standard for the Exchange of Product Data
For CAD formats (IGES, STEP), import behavior can be configured in Preferences → Import to control geometry preservation and solid construction.
Creating a Project from Volume Meshes
Use this option for finite element meshes intended for simulation workflows.
Workflow
- Navigate to File → New
- Select Volume Mesh Models from the left panel
- Click the large icon to open the file browser
- Select the mesh file
- The project opens with the imported volume mesh
Creating a Blank Image Project
Use this option to create an empty volume for manual data creation, scripting, or testing.
Workflow
- Navigate to File → New
- Select Blank Image from the left panel
- Click the large icon to open the Blank Image dialog
- Configure volume parameters:
- Dimensions (X, Y, Z): Number of voxels
- Spacing (mm): Physical voxel size
- Origin (mm): Volume origin position
- Data Type: Voxel data type
- Click OK to create the volume
Size blank volumes generously for expected structures, but avoid excessive dimensions that increase memory consumption. The memory requirement scales with the cube of dimensions.
Using Recent Files
The Recent Files option provides quick access to previously imported data files (not project files). Double-click an entry to create a new project from that file.
Best Practices
-
Verify spacing metadata: For raw data and image stacks, record the correct voxel spacing from your acquisition system to ensure accurate measurements.
-
Check unit consistency: When importing CAD/STL models, confirm units match your workflow (mm vs. inches).
-
Organize source data: Keep DICOM series and image stacks in dedicated folders with clear naming conventions.
-
Save promptly: New projects start as "Untitled." Use File → Save immediately after import to establish a project file and enable auto-save.
Related Topics
- DICOM Import - Detailed DICOM import options
- Import - Adding data to existing projects
- Open Project - Loading existing Volvicon projects