You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current segmentation.csv file to save all the segmentations is not very robust. Since it is important to save and load previous segmentations exactly as they were left off and saved, line measurements for example are hard to trace - if someone deletes a line, it is currently impossible to modify the segmentation.csv file.
for example: tag_str = "Volume filename,Segmentation version,Annotator Name,Annotator degree,Revision step,Date and time,Duration"
Logic like this, despite being intuitive, under saveSegmentationInformation should be improved.
Describe the solution you'd like
The code quoted above may work, but since we have added line measurements into these csv file as well, it is important to be able to look up the csv file for details about the line.
Describe alternatives you've considered
There is a way in Slicer to directly view markup information. Would this be more useful than saving information into the CSV file?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current
segmentation.csv
file to save all the segmentations is not very robust. Since it is important to save and load previous segmentations exactly as they were left off and saved, line measurements for example are hard to trace - if someone deletes a line, it is currently impossible to modify thesegmentation.csv
file.for example:
tag_str = "Volume filename,Segmentation version,Annotator Name,Annotator degree,Revision step,Date and time,Duration"
Logic like this, despite being intuitive, under
saveSegmentationInformation
should be improved.Describe the solution you'd like
The code quoted above may work, but since we have added line measurements into these csv file as well, it is important to be able to look up the csv file for details about the line.
Describe alternatives you've considered
There is a way in Slicer to directly view markup information. Would this be more useful than saving information into the CSV file?
The text was updated successfully, but these errors were encountered: