shapepipe.modules.merge_headers_package.merge_headers

shapepipe.modules.merge_headers_package.merge_headers

MERGE HEADERS.

This module merges the output header files of the split_exp module. It creates a binnary file that contains the WCS of each CCD for each exposure.

Author

Axel Guinot

merge_headers(input_file_list, output_dir)[source]

Merge Headers.

This function opens the files in the input file list and merges them into a SqliteDict file provided they match the appropriate pattern.

Parameters
  • input_file_list (list) – List of input files

  • output_dir (str) – Output path

Raises

TypeError – For invalid output_dir type