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
I notice that cult-cargo builds chgcentre as part of the wsclean Docker container, but AFAIK the inputs to it won't be mapped as there is no dedicated chgcentre yaml to map them. I'm not sure what the best way to proceed here is since solarkat will call its own custom cab to shift the per-scan MS coordinates to the Sun, which involves opening a text file. A cleaner implementation might be to have a chgcentre cab (either custom or added to cult-cargo) and then implement that directly in the solarkat.yaml recipe. However I don't know if that's possible since it has to read the text file...
The text was updated successfully, but these errors were encountered:
A cleaner implementation might be to have a chgcentre cab (either custom or added to cult-cargo) and then implement that directly in the solarkat.yaml recipe
Yup, exactly. My preferred workflow is do a custom cab in place, test it, then make a PR into cult-cargo to make it "official".
The text file is just begging for a for_loop implementation. I have an example I haven't checked in yet (/net/home/oms/JoveS/jove-prepare.yml)
The chgcentre executable is hardwired in solarkat.py, so it crashes when the executable isn't found:
solarkat/solarkat/solarkat.py
Line 270 in 31fb33c
I notice that cult-cargo builds chgcentre as part of the wsclean Docker container, but AFAIK the inputs to it won't be mapped as there is no dedicated chgcentre yaml to map them. I'm not sure what the best way to proceed here is since solarkat will call its own custom cab to shift the per-scan MS coordinates to the Sun, which involves opening a text file. A cleaner implementation might be to have a chgcentre cab (either custom or added to cult-cargo) and then implement that directly in the solarkat.yaml recipe. However I don't know if that's possible since it has to read the text file...
The text was updated successfully, but these errors were encountered: