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

autopipeline failure to save RTStruct due to name containing invalid character "<" #45

Closed
jpeoples opened this issue Jul 19, 2022 · 2 comments

Comments

@jpeoples
Copy link
Collaborator

jpeoples commented Jul 19, 2022

I ran the autopipeline again to process our RTSTRUCTs. This mostly works. There were a couple small issues.

The first is, as I said in the title, one of the RTStruct contours contains "<", which creates an error. I believe this is most likely because "<" is invalid in a Windows path.

The error text is simply

** ERROR (nifti_image_write_hdr_img2): cannot open output file 'liver_autopipe/0_20243743626/RTSTRUCT_CT/z_liver<1500.nii.gz'

The other errors were a couple warnings about being unable to get points for a few ROIs in one of the subjects, but I think they might just be empty.

@skim2257
Copy link
Collaborator

To implement file path checking with these invalid characters: https://stackoverflow.com/a/31976060/15664287

skim2257 added a commit that referenced this issue Oct 25, 2022
…label parsing (#45)

* added --update flag, needs test.

* Added --roi_select_first and --roi_separate flags for advanced ROI parsing for contours.

* mask_label parsing for illegal Windows/Unix characters (Issue #45 resolved)
@skim2257
Copy link
Collaborator

Resolved with commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants