-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Choosing reference stars issue has been resolved, and methodology has been changed to using a linear fit on the reference stars and using that to correct the target star magnitude. This is a simple photometric process. Now we need to ensure that the program is tested, and is written more efficiently. Currently, the program uses a lot of memory. Also, the click command norm_sources is not implemented. This needs some testing of collate and the performance of subtract. Then we can generalize the code to perform normalization for all the variable stars in the image at once.
Originally posted by @PK0207 in #82 (comment)
Now that the reference stars are chosen, and the normalization method we used has been proven to work, the next step is to make it so that we can feed a list of target stars into the script, and produce lightcurves for all of the sources found. For now, this can still be an unautomated process.
The script to implement this on is on the mags_testing branch, called mags.py .