force_photometry¶
-
boulliau.force_photometry(image_paths, archive_path)[source]¶ Perform forced photometry on a series of images.
Will shift all images so that the brightest star is in the center, then do photometry on the next N brightest stars
Parameters: - image_paths : str
String fed to
globto pick up FITS image paths.- archive_path : str
Path to an HDF5 archive of the images that will be created by this method
Returns: - pr :
PhotometryResults Results of the forced photometry