Photometer (PM) data should be made into a separate L1A produkt, parallel to the CCD product. Since the data live in the same bucket as the L0 CCD data, but with a different prefix (PM), a new stack for PM should be a good solution, rather than a whole new service. Similar to what we did for L0-fetcher. A few tweaks will be needed, but the processes are very similar:
PMTime instead of EXPDate,
No HTR data,
different output bucket.
🏁 DoD
[ ] Parallel stack for PM, listening to bucket notifications for the PM prefix rather than CCD
[ ] Same input bucket (L0), new output bucket for PM data (L1A)
[ ] Add platform data as for CCD
[ ] No additional payload data (such as HTR) required
📋 Info
Photometer (PM) data should be made into a separate L1A produkt, parallel to the CCD product. Since the data live in the same bucket as the L0 CCD data, but with a different prefix (
PM
), a new stack for PM should be a good solution, rather than a whole new service. Similar to what we did for L0-fetcher. A few tweaks will be needed, but the processes are very similar:PMTime
instead ofEXPDate
,HTR
data,🏁 DoD