Skip to content

Commit

Permalink
Update count_tables.py
Browse files Browse the repository at this point in the history
Cleaning unused code and comments for readability.
  • Loading branch information
charliekilpatrick authored Jan 15, 2024
1 parent e714128 commit e69307a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions papers/Kilpatrick2024_Alopeke/Tables/py/count_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ def get_frame_alignment(fitsfile, coord, camera, catalog, save_stack=''):

return(fitsfile)


#data_path = '/Users/ckilpatrick/Dropbox/Data/FRB/FRB180916/Data/Alopeke'
#date = '20220908'
#camera = 'r'

tipo = "reduced" #change filename

data_path = sys.argv[1]
Expand Down Expand Up @@ -203,7 +198,6 @@ def get_frame_alignment(fitsfile, coord, camera, catalog, save_stack=''):
# We also want the exposure time, which is slightly different accounting for dead time
time_per_exposure = orighdu[0].header['EXPTIME']

#UTC = fitsfile[0].header['UTC']
data = fitsfile[0].data
data = data.astype(float)

Expand Down

0 comments on commit e69307a

Please sign in to comment.