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
Everything in these fits are dumped relative to a specific folder. If this folder is moved, everything breaks since all the paths are now broken.
In general the main update that should occur is just to update the base directory in the yaml pair.
At some point we should copy the pyamptools.yaml and iftpwa.yaml files to the base directory and update the auto-copied yaml files to point to each other. niftyresults.pkl file also stores a copy of the yaml file, perhaps giving it the path to the yaml file is better than the dictionary itself (have IntensityCalculator search a relative path for the yaml_file)
Below shows example of what needs to be updated in the yaml pair and the pkl result file
Everything in these fits are dumped relative to a specific folder. If this folder is moved, everything breaks since all the paths are now broken.
In general the main update that should occur is just to update the base directory in the yaml pair.
At some point we should copy the pyamptools.yaml and iftpwa.yaml files to the base directory and update the auto-copied yaml files to point to each other. niftyresults.pkl file also stores a copy of the yaml file, perhaps giving it the path to the yaml file is better than the dictionary itself (have IntensityCalculator search a relative path for the yaml_file)
Below shows example of what needs to be updated in the yaml pair and the pkl result file
The text was updated successfully, but these errors were encountered: