Skip to content
Discussion options

You must be logged in to vote

Hi @marco1108,
Glad to hear you figured out what was preventing the script from completing, and that the registrations are looking good! Based on the code you've shared, it looks like the warped geojson file would be in the same directory as VALIS_modified.py, or wherever it is that you are launching the script. If you'd like warped_geojson_annotation_f_fibrinogen to be saved in the sample folder, you could change

warped_geojson_annotation_f_fibrinogen = f"{valtils.get_name(target_img_f_fibrinogen)}_annotations.geojson"

to

import os

warped_geojson_annotation_f_fibrinogen = os.path.join(results_dst_dir, f{valtils.get_name(target_img_f_fibrinogen)}_annotations.geojson")

which should save…

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by marco1108
Comment options

You must be logged in to vote
1 reply
@marco1108
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants