Create CASDA spectrum job
casda_create_spectrumCreate a spectrum-generation job for a CASDA data product by providing the product ID and optional spatial or spectral constraints.
Instructions
Create one spectrum-generation SODA job via spectrum_generation_service.
Requires CASDA_ENABLE_STAGING and credentials. Never auto-retries create/start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pol | No | SODA POL constraint. | |
| band | No | SODA BAND constraint in metres (wavelength). | |
| coord | No | SODA COORD system, for example ICRS. | |
| circle | No | SODA CIRCLE constraint: 'ra_deg dec_deg radius_deg'. | |
| channel | No | SODA CHANNEL constraint. | |
| polygon | No | SODA POLYGON constraint as space-separated ra/dec pairs. | |
| product_id | Yes | Exact CASDA product identifier. | |
| idempotency_key | No | Caller-supplied idempotency key; a UUID is generated when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| reused | No | ||
| status | No | ||
| job_kind | No | full_file | |
| products | No | ||
| provenance | No | ||
| request_id | No | ||
| submitted_at | No | ||
| idempotency_key | No | ||
| human_gate_warnings | No |