Skip to content

v0.25.0

Compare
Choose a tag to compare
@michaelaye michaelaye released this 23 Feb 16:54
· 68 commits to master since this release

New Features

  • Add generic SPICE kernel management (#34)

  • Add functionalities to CTXCollection (#33)

    • CTXCollection should be able to use metadata from the index to:

      from the list of product_ids which is the essential attribute of a CTXCollection:

      • filter out corrupted data
      • filter for full width data of the sensor (important for flatfield calculations and mosaicking)
      • get the list of image times
      • get a dataframe of metadata filtered for the current list of product_ids.
  • copy new config file to package data (#32)

  • Add dart to supported SPICE kernel archives (#31)

  • make storage more flexible (#30)

    • sometimes there is a server with raw/edr data locally available.
      But then processed data cannot be stored on that.
      And sometimes this is true for one instrument or mission, but not the next.
      add missions...datapaths section to config file to manage this.
      Also add DBManager class as general interface to all data storage things.
  • add progress bar to fix_hirise_edr (#25)

  • add label downloader for HiRISE products (#24)

  • Run fix_hirise_edr automatically (#23)

    • The fix_hirise_edr pds.index util exists but is not automatically called upon when
      downloading the EDR index for MRO HiRISE
  • Improve API for get_index() (#22)

    • Index can read a shortened index key (without '.indexes.') so no need to make the user to know that.
  • add read_index_data (#21)