AstrometricCatalogStep

The final source extraction that the official pipeline performs on the images in level 3 can be suboptimal (especially for MIRI mosaics). This provides an alternative that we find tends to work better, and will produce better absolute astrometric matches in AstrometricAlignStep.

API

class pjpipe.AstrometricCatalogStep(target, band, in_dir, snr=5, dao_parameters=None, overwrite=False)[source]

Generate a catalog for absolute astrometric alignment

Parameters:
  • in_dir – Directory to search for files

  • snr – SNR to detect sources. Defaults to 5

  • dao_parameters – Dictionary of parameters to pass to DAOFinder

  • overwrite – Overwrite or not. Defaults to False

do_step()[source]

Run astrometric catalog step

generate_astro_cat(file)[source]

Generate an astrometric catalogue using DAOStarFinder

Parameters:

file – File to run DAOStarFinder on