|
3 | 3 | # please refer to this document https://imap-processing.readthedocs.io/en/latest/development/data-dependency.html#. |
4 | 4 | # It contains important information such as the default values and expected behavior of these dependencies, |
5 | 5 | # and how to properly configure them for your pipeline lambdas. |
6 | | - |
7 | | - |
8 | | -(l1a, all): |
| 6 | +# ===== Common dependencies =========== |
| 7 | +pipline_settings: &pipeline_settings |
9 | 8 | - upstream_source: glows |
10 | | - upstream_data_type: l0 |
11 | | - upstream_descriptor: raw |
| 9 | + upstream_data_type: ancillary |
| 10 | + upstream_descriptor: pipeline-settings |
| 11 | + |
| 12 | +spice_basics: &spice_basics |
12 | 13 | - upstream_source: leapseconds |
13 | 14 | upstream_data_type: spice |
14 | 15 | upstream_descriptor: historical |
|
18 | 19 | upstream_descriptor: historical |
19 | 20 | kickoff_job: false |
20 | 21 |
|
| 22 | +hist_spice: &hist_spice |
| 23 | + - *spice_basics |
| 24 | + - upstream_source: imap_frames |
| 25 | + upstream_data_type: spice |
| 26 | + upstream_descriptor: historical |
| 27 | + kickoff_job: false |
| 28 | + - upstream_source: science_frames |
| 29 | + upstream_data_type: spice |
| 30 | + upstream_descriptor: historical |
| 31 | + kickoff_job: false |
| 32 | + - upstream_source: pointing_attitude |
| 33 | + upstream_data_type: spice |
| 34 | + upstream_descriptor: historical |
| 35 | + kickoff_job: false |
| 36 | + |
| 37 | +# ======== Product-specific dependencies =========== |
| 38 | +(l1a, all): |
| 39 | + - *spice_basics |
| 40 | + - upstream_source: glows |
| 41 | + upstream_data_type: l0 |
| 42 | + upstream_descriptor: raw |
| 43 | + |
21 | 44 |
|
22 | 45 | (l1b, de): |
23 | 46 | - upstream_source: glows |
24 | 47 | upstream_data_type: l1a |
25 | 48 | upstream_descriptor: de |
26 | 49 | - upstream_source: glows |
27 | 50 | upstream_data_type: ancillary |
28 | | - upstream_descriptor: conversion-table-for-anc-data |
| 51 | + upstream_descriptor: l1b-conversion-table-for-anc-data |
29 | 52 |
|
30 | 53 |
|
31 | 54 | (l1b, hist): |
| 55 | + - *pipeline_settings |
| 56 | + - *hist_spice |
32 | 57 | - upstream_source: glows |
33 | 58 | upstream_data_type: l1a |
34 | 59 | upstream_descriptor: hist |
|
37 | 62 | upstream_descriptor: historical |
38 | 63 | - upstream_source: glows |
39 | 64 | upstream_data_type: ancillary |
40 | | - upstream_descriptor: exclusions-by-instr-team |
| 65 | + upstream_descriptor: l1b-exclusions-by-instr-team |
41 | 66 | - upstream_source: glows |
42 | 67 | upstream_data_type: ancillary |
43 | | - upstream_descriptor: map-of-excluded-regions |
| 68 | + upstream_descriptor: l1b-map-of-excluded-regions |
44 | 69 | - upstream_source: glows |
45 | 70 | upstream_data_type: ancillary |
46 | | - upstream_descriptor: map-of-uv-sources |
| 71 | + upstream_descriptor: l1b-map-of-uv-sources |
47 | 72 | - upstream_source: glows |
48 | 73 | upstream_data_type: ancillary |
49 | | - upstream_descriptor: pipeline-settings |
| 74 | + upstream_descriptor: l1b-suspected-transients |
50 | 75 | - upstream_source: glows |
51 | 76 | upstream_data_type: ancillary |
52 | | - upstream_descriptor: suspected-transients |
53 | | - - upstream_source: glows |
54 | | - upstream_data_type: ancillary |
55 | | - upstream_descriptor: conversion-table-for-anc-data |
56 | | - - upstream_source: imap_frames |
57 | | - upstream_data_type: spice |
58 | | - upstream_descriptor: historical |
59 | | - kickoff_job: false |
60 | | - - upstream_source: science_frames |
61 | | - upstream_data_type: spice |
62 | | - upstream_descriptor: historical |
63 | | - kickoff_job: false |
| 77 | + upstream_descriptor: l1b-conversion-table-for-anc-data |
64 | 78 | - upstream_source: attitude_history |
65 | 79 | upstream_data_type: spice |
66 | 80 | upstream_descriptor: historical |
67 | | - - upstream_source: pointing_attitude |
68 | | - upstream_data_type: spice |
69 | | - upstream_descriptor: historical |
70 | | - kickoff_job: false |
71 | 81 | - upstream_source: ephemeris_reconstructed |
72 | 82 | upstream_data_type: spice |
73 | 83 | upstream_descriptor: historical |
|
76 | 86 | upstream_data_type: spice |
77 | 87 | upstream_descriptor: historical |
78 | 88 | kickoff_job: false |
79 | | - - upstream_source: leapseconds |
80 | | - upstream_data_type: spice |
81 | | - upstream_descriptor: historical |
82 | | - kickoff_job: false |
83 | | - - upstream_source: spacecraft_clock |
84 | | - upstream_data_type: spice |
85 | | - upstream_descriptor: historical |
86 | | - kickoff_job: false |
87 | 89 |
|
88 | 90 |
|
89 | 91 | (l2, hist): |
| 92 | + - *pipeline_settings |
| 93 | + - *hist_spice |
90 | 94 | - upstream_source: glows |
91 | 95 | upstream_data_type: l1b |
92 | 96 | upstream_descriptor: hist |
93 | 97 | - upstream_source: glows |
94 | 98 | upstream_data_type: ancillary |
95 | | - upstream_descriptor: pipeline-settings |
96 | | - - upstream_source: leapseconds |
97 | | - upstream_data_type: spice |
98 | | - upstream_descriptor: historical |
99 | | - kickoff_job: false |
100 | | - - upstream_source: spacecraft_clock |
101 | | - upstream_data_type: spice |
102 | | - upstream_descriptor: historical |
103 | | - kickoff_job: false |
| 99 | + upstream_descriptor: l2-calibration |
104 | 100 |
|
105 | 101 |
|
106 | 102 | (l3a, hist): |
| 103 | + - *pipeline_settings |
107 | 104 | - upstream_source: glows |
108 | 105 | upstream_data_type: l2 |
109 | 106 | upstream_descriptor: hist |
|
112 | 109 | upstream_descriptor: calibration-data |
113 | 110 | - upstream_source: glows |
114 | 111 | upstream_data_type: ancillary |
115 | | - upstream_descriptor: time-dep-bckgrd |
| 112 | + upstream_descriptor: l3-time-dep-bckgrd |
116 | 113 | - upstream_source: glows |
117 | 114 | upstream_data_type: ancillary |
118 | | - upstream_descriptor: map-of-extra-helio-bckgrd |
119 | | - - upstream_source: glows |
120 | | - upstream_data_type: ancillary |
121 | | - upstream_descriptor: pipeline-settings |
| 115 | + upstream_descriptor: l3-map-of-extra-helio-bckgrd |
0 commit comments