Closed JuanCab closed 9 months ago
PR #141 and #145 have addressed the first bullet point.
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
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
gui_tools/comparison_functions.py
is hardcoded for Feder!
This is also done in #268 now
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:photometry.py
add_to_photometry_table()
: Turns out code only adds BJD field tophot
if the observatory is Feder (lines 381-383: Codes for Feder Observatory BJD)find_times()
: latitude and longitude defaults to Feder (but does allow other choices)visualization/comparison_functions.py
is hardcoded for Feder!ComparisonViewer/_set_object
line 513 setstelescope_code
fortess_submission
to FederComparisonViewer/_make_tess_save_box
line 625 sets displayed telescope code to Feder, no other option.visualization/seeing_profile_functions.py
is hardcoded for Feder!SeeingProfileWidget/_make_tess_save_box
line 447 sets displayed telescope code to Feder, no other option.SeeingProfileWidget/_update_plots
the read noise and gain are set to the values for our camera (CG16M).