coadd_hips#
- reproject.hips.coadd_hips(input_directories, output_directory)[source]#
Given multiple HiPS directories, combine these into a single HiPS.
The coordinate frame and tile format of the different input directories should match.
In cases of overlap, the last image in the order of input_directories is used.
- Parameters:
- input_directoriesiterable
Iterable of HiPS directory names.
- output_directorystr
The path to the output directory.