WS-1975 VLASS imaging flagtemplate in WS workflows
This allows the flagtemplate to be transferred into the vlass_quicklook
, vlass_seci
, and vlass_coarse
workflows.
The flagtemplate file is named ${sdm}.flagtemplate.txt
where the SDM ID is prepended to the filename in the VLASS manager before WS is called. After looking at the nraorsync
code, I don't think it allows for wildcards in filenames (it basically does things like os.file.exists
on the exact passed file name). I'm attempting to pass the SDM ID from the manager to construct the filename in the workflow templates.
Merge request reports
Activity
assigned to @dnemergu
- Resolved by Charlotte Hausman
Just to be careful - you pulled the 2.8.2 templates off production right?
- Resolved by Charlotte Hausman
- Resolved by Daniel Nemergut
The way you're forming the filename with {{sdm_id}} should be fine. I don't see any reason you can't pass that along with the other parameters from the manager.
added 1 commit
- 1b65c7f9 - Pulled the 2.8.2 templates from production. Warning applying this downgrade...
mentioned in commit d21fe05e