shapepipe.modules.find_exposures_package.find_exposures

shapepipe.modules.find_exposures_package.find_exposures

FIND EXPOSURES SCRIPT.

This module contains a class to identify single exposures that were used to create tiles.

Author

Martin Kilbinger <martin.kilbinger@cea.fr>

class FindExposures(img_tile_path, output_path, w_log)[source]

Bases: object

Find Exposures.

This class finds exposures that are used for a given tile.

Parameters
  • img_tile_path (str) – Path to tile image file

  • output_path (str) – Output file path

  • w_log (logging.Logger) – Log file

process()[source]

Process.

Main function to identify exposures.

get_exposure_list()[source]

Get Exposure List.

Return list of exposure file used for the tile in process, from tiles FITS header.

Returns

List of exposure basenames

Return type

list