Skip to content

Commit

Permalink
feat: add model-related process names (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmchartrand committed Nov 25, 2024
1 parent eb0c113 commit 289fd1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Image tile fusing
Image tile projection
Image spot detection
Image spot spectral unmixing
Model evaluation
Model training
Neuropil subtraction
Other
Simulation
Expand Down
5 changes: 5 additions & 0 deletions src/aind_data_schema_models/process_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class ProcessName(str, Enum):
IMAGE_CELL_CLASSIFICATION = "Image cell classification"
IMAGE_CELL_QUANTIFICATION = "Image cell quantification"
IMAGE_CELL_SEGMENTATION = "Image cell segmentation"
IMAGE_CROSS_IMAGE_ALIGNMENT = "Image cross-image alignment"
IMAGE_DESTRIPING = "Image destriping"
IMAGE_FLAT_FIELD_CORRECTION = "Image flat-field correction"
IMAGE_IMPORTING = "Image importing"
Expand All @@ -30,6 +31,10 @@ class ProcessName(str, Enum):
IMAGE_TILE_ALIGNMENT = "Image tile alignment"
IMAGE_TILE_FUSING = "Image tile fusing"
IMAGE_TILE_PROJECTION = "Image tile projection"
IMAGE_SPOT_DETECTION = "Image spot detection"
IMAGE_SPOT_SPECTRAL_UNMIXING = "Image spot spectral unmixing"
MODEL_EVALUATION = "Model evaluation"
MODEL_TRAINING = "Model training"
NEUROPIL_SUBTRACTION = "Neuropil subtraction"
OTHER = "Other"
SIMULATION = "Simulation"
Expand Down

0 comments on commit 289fd1d

Please sign in to comment.