I have been writing software in Python to automatically analyse star profiles of FITS files. Even though this exists in commercial packages, I wanted to have the flexibility in choosing how to analyse it and also gain a better understanding and insight on how these calculations/evaluations are done ( roundness, eccentricity).
I have tested my program on FITS files from ASI2600MM Pro mono camera, but I would like to see if it also works fine on files generated by other camera's ( mono).
I provide a choice on which part of the image frame to analyse ( to stay way from extreme edges where abberations might occur), as well as which type of star to analyse ( brightest, closest to center , etc...).
An image is generated of the original FITS file with an indication of selection frames and an indication of the chosen star for analysis based on input parameters.
Valid stars are encircled in green, invalid in white ( hot pixels, too small or too large ), chosen star encircled in red.
Filters used are recognised when listed in the FITS file header data.
the output consists of : PNG image file (50x50pixels) for the selected star (for every FITS image) as well as .NPY (Python array) data file and a dump of the star data for every image in XLS (50x50 x nr FITS file ).
The individual image star patches are used to generate contour maps to give better insight in the profile.
Calculated roundness/eccentricity results and all calculations are logged in a TXT log file.
Automatic ranking is done based on eccentricity and final result is listed in XLS with all details.
I am looking for volunteers to share raw FITS files ( mono camera) with me that I can use to test my software.
Preferably normalised and registered files ( but I can do that myself via Astro Pixel Processor ).
In exchange I will provide the results of the analysis and will welcome all feedback.
I attached some files as preview.
FYI , I am an amateur and doing this only out of personal interest.
Kind regards