HIP: homogenization of IMEGIN photometry

HIP is a multi-wavelength homogenization framework, with support for error propagation. HIP allows the homogenization of multiple images of the same source at once. Each HIP pipeline is made up of a stack of sequential steps where the output of one step is piped to the next. Each step has a unique module name and configuration parameters. Once defined, the pipeline is then configured and run on all input images to produce both output and propagated error images.

Photometry cutouts for NGC4254 from DustPedia

Homogenization example with HIP


HIP pipelines and data sources are defined in a configuration file using YAML, a human-readable data serialization language. Once a configuration file is defined, HIP is launched as follows:
python main.py --file [config file]

HIP configuration files consist of the following main sections: meta, config, data, and pipeline.