Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
# <---- Warning ---->
# For latest dependency configuration guidelines and requirements,
# please refer to this document https://imap-processing.readthedocs.io/en/latest/development/data-dependency.html#.
# It contains important information such as the default values and expected behavior of these dependencies,
# and how to properly configure them for your pipeline lambdas.


(l1a, all):

- upstream_source: glows
upstream_data_type: l0
upstream_descriptor: raw

- upstream_source: leapseconds
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false

- upstream_source: spacecraft_clock
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false


(l1b, de):

- upstream_source: glows
upstream_data_type: l1a
upstream_descriptor: de

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: conversion-table-for-anc-data


(l1b, hist):

- upstream_source: glows
upstream_data_type: l1a
upstream_descriptor: hist

- upstream_source: spin
upstream_data_type: spin
upstream_descriptor: historical

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: exclusions-by-instr-team

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: map-of-excluded-regions

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: map-of-uv-sources

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: pipeline-settings

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: suspected-transients

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: conversion-table-for-anc-data

- upstream_source: imap_frames
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false

- upstream_source: science_frames
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false

- upstream_source: attitude_history
upstream_data_type: spice
upstream_descriptor: historical

- upstream_source: pointing_attitude
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false

- upstream_source: ephemeris_reconstructed
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false

- upstream_source: planetary_ephemeris
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false

- upstream_source: leapseconds
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false

- upstream_source: spacecraft_clock
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false


(l2, hist):

- upstream_source: glows
upstream_data_type: l1b
upstream_descriptor: hist

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: pipeline-settings

- upstream_source: leapseconds
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false

- upstream_source: spacecraft_clock
upstream_data_type: spice
upstream_descriptor: historical
kickoff_job: false


(l3a, hist):

- upstream_source: glows
upstream_data_type: l2
upstream_descriptor: hist

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: calibration-data

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: time-dep-bckgrd

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: map-of-extra-helio-bckgrd

- upstream_source: glows
upstream_data_type: ancillary
upstream_descriptor: pipeline-settings
Loading
Loading