nasa / opera-sds-pcm

Observational Products for End-Users from Remote Sensing Analysis (OPERA)
Apache License 2.0
16 stars 12 forks source link

[Bug]: DISP-S1 historical query job should submit download job w processing mode #896

Closed philipjyoon closed 4 months ago

philipjyoon commented 4 months ago

Checked for duplicates

Yes - I've already checked

Describe the bug

The download job uses processing_mode to determine whether or not to pass that information to PGE. This information goes further into runconfig and that affects the SAS behavior. Two changes needed:

  1. Download jobs must accept --processing-mode as a parameter. It does not currently. The usual daac...subscriber and docker files (for CSLC only) must be changed.
  2. CSLC query job needs to pass processing_mode when submitting download jobs.

What did you expect?

n/t

Reproducible steps

1.
2.
3.
...

Environment

- Version of this software [e.g. vX.Y.Z]
- Operating System: [e.g. MacOSX with Docker Desktop vX.Y]
...
philipjyoon commented 4 months ago

Query job already passes --processing-mode parameter when submitting download jobs