njcuk9999 / apero-drs

A PipelinE to Reduce Observations - The DRS for SPIRou (CFHT)
MIT License
12 stars 1 forks source link

apero_processing breaks on symlinks for raw #660

Closed cusher closed 3 years ago

cusher commented 3 years ago

(v0.7.090)

With raw files symlinked to outside locations, I get:

03:14:10.089-!|apero_processing| DrsPath abspath = /data/ar41/19aq59/2426559a.fits must be related to a valid
03:14:10.089-!|apero_processing|        block.
03:14:10.091-!|apero_processing|         Valid blocks are:
03:14:10.092-!|apero_processing|                raw: /data/spirou1/apero-data/dev/raw
03:14:10.093-!|apero_processing|                tmp: /data/spirou1/apero-data/dev/tmp
03:14:10.094-!|apero_processing|                red: /data/spirou1/apero-data/dev/reduced
03:14:10.095-!|apero_processing|                asset: /data/spirou1/apero-data/dev/assets
03:14:10.096-!|apero_processing|                calib: /data/spirou1/apero-data/dev/calibDB
03:14:10.097-!|apero_processing|                tellu: /data/spirou1/apero-data/dev/telluDB
03:14:10.098-!|apero_processing|                out: /data/spirou1/apero-data/dev/out
03:14:10.304-*|apero_processing| ***************************************************************************
03:14:10.336-@|apero_processing| W[40-003-00005]: Recipe apero_processing has NOT been successfully completed
03:14:10.369-*|apero_processing| ***************************************************************************
njcuk9999 commented 3 years ago

Ah thats annoying - looks like I converted some to "real paths" and not others - I need real paths to allow sym paths to work at all as sometimes I need to compare / create them - I'll look in to this next week

njcuk9999 commented 3 years ago

Should be solved now