process.general

process.general.preprocessed

daxa.process.general.preprocessed.preprocessed_in_archive(arch, missions=None)[source]

This function acts on an archive’s missions which were created with pre-processed data (with things like pre-generated event lists, images, and exposure maps downloaded when the archive was set up). It will take the existing products and re-organise/re-name them into DAXA’s processed archive structure, with the DAXA file naming scheme.

Parameters:
  • arch (Archive) – A DAXA archive that contains at least one mission with pre-processed data.

  • missions (List[BaseMission]) – Optionally, a list of mission names that are to have their preprocessed data reorganised into the DAXA archive. Default is None, in which case all ‘pre-processed’ missions will be acted upon.