Closed bourque closed 4 months ago
There are a few updates we can make to the IDEX L1 code to be more consistent with other instruments' pipelines:
space_packet_parser
idex_packet_parser.py
write_cdf()
cli.py
You may want to hold off on that final bullet. I think that @greglucas had some compelling reasons as to why the pipelines should not be calling write_cdf().
There are a few updates we can make to the IDEX L1 code to be more consistent with other instruments' pipelines:
space_packet_parser
idex_packet_parser.py
, and update unit tests accordinglywrite_cdf()
within pipeline so that CDFs get created within the pipeline, instead of withincli.py
~