Skip to content

Commit a582864

Browse files
authored
added skeleton to process names (#242)
1 parent 3315b74 commit a582864

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/aind_data_schema_models/_generators/models/process_names.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Image spot detection
3030
Image spot spectral unmixing
3131
Model evaluation
3232
Model training
33+
Neuron skeleton processing
3334
Neuropil subtraction
3435
Other
3536
Simulation

src/aind_data_schema_models/process_names.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class ProcessName(str, Enum):
3535
IMAGE_TILE_PROJECTION = "Image tile projection"
3636
MODEL_EVALUATION = "Model evaluation"
3737
MODEL_TRAINING = "Model training"
38+
NEURON_SKELETON_PROCESSING = "Neuron skeleton processing"
3839
NEUROPIL_SUBTRACTION = "Neuropil subtraction"
3940
OTHER = "Other"
4041
PIPELINE = "Pipeline"

0 commit comments

Comments
 (0)