Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically update the segmentation.csv file headers and information #100

Open
AcastaPaloma opened this issue Nov 9, 2024 · 0 comments
Open
Labels
enhancement New feature or request priority medium To manage before the next release

Comments

@AcastaPaloma
Copy link
Collaborator

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?

@AcastaPaloma AcastaPaloma added enhancement New feature or request priority medium To manage before the next release labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority medium To manage before the next release
Projects
None yet
Development

No branches or pull requests

1 participant