Skip to content
Open
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -846,9 +846,14 @@ lo, l1b, histrates, lo, l1b, goodtimes, HARD, DOWNSTREAM
leapseconds, spice, historical, lo, l1b, goodtimes, HARD_NO_TRIGGER, DOWNSTREAM
spacecraft_clock, spice, historical, lo, l1b, goodtimes, HARD_NO_TRIGGER, DOWNSTREAM

lo, l1b, histrates, lo, l1b, bgrates, HARD, DOWNSTREAM
leapseconds, spice, historical, lo, l1b, bgrates, HARD_NO_TRIGGER, DOWNSTREAM
spacecraft_clock, spice, historical, lo, l1b, bgrates, HARD_NO_TRIGGER, DOWNSTREAM
Comment on lines -849 to -851
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the L1B bgrates product going away?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They're generated, but as a by-product of the goodtimes product, and not as a product that the dependency graph would recognize. These jobs would have raised a Unexpected descriptor warning and generated nothing, as per https://github.com/IMAP-Science-Operations-Center/imap_processing/blob/c88479f488ae0e0593023a877649ee1c2429ef07/imap_processing/lo/l1b/lo_l1b.py#L226

lo, l1b, goodtimes, lo, l1c, quickmap, HARD, DOWNSTREAM
lo, l1b, bgrates, lo, l1c, quickmap, HARD, DOWNSTREAM
lo, l1b, de, lo, l1c, quickmap, HARD_NO_TRIGGER, DOWNSTREAM
lo, l1b, nhk, lo, l1c, quickmap, HARD_NO_TRIGGER, DOWNSTREAM
lo, l1b, histrates, lo, l1c, quickmap, HARD_NO_TRIGGER, DOWNSTREAM
leapseconds, spice, historical, lo, l1c, quickmap, HARD_NO_TRIGGER, DOWNSTREAM
spacecraft_clock, spice, historical, lo, l1c, quickmap, HARD_NO_TRIGGER, DOWNSTREAM
spacecraft, l1a, quaternions, lo, l1c, quickmap, HARD_NO_TRIGGER, DOWNSTREAM

lo, l1b, de, lo, l1c, pset, HARD, DOWNSTREAM
lo, l1b, goodtimes, lo, l1c, pset, HARD, DOWNSTREAM
Expand Down
Loading