feder-observatory / stellarphot

Stellar aperture photometry
https://stellarphot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 12 forks source link

Consider removing Feder specific code in stellarphot #98

Closed JuanCab closed 9 months ago

JuanCab commented 1 year ago

I poked around and identified the following places where the code either assumes or refers to Feder Observatory in the current version of stellarphot. I found the following:

JuanCab commented 1 year ago

PR #141 and #145 have addressed the first bullet point.

mwcraig commented 10 months ago

Assumes only Feder! In SeeingProfileWidget/_update_plots the read noise and gain are set to the values for our camera (CG16M).

This bit is done in #236

mwcraig commented 9 months ago

Assumes only Feder! In SeeingProfileWidget/_make_tess_save_box line 447 sets displayed telescope code to Feder, no other option.

This is done in #268

mwcraig commented 9 months ago

gui_tools/comparison_functions.py is hardcoded for Feder!

This is also done in #268 now