Skip to content

Commit

Permalink
Update astrosource.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitzasp committed May 20, 2024
1 parent 3194f98 commit 26b8364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astrosource/astrosource.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def analyse(self, calib=True, usescreenedcomps=False, usecompsused=False, usecom

# Check that it is a filter that can actually be calibrated - in the future I am considering calibrating w against V to give a 'rough V' calibration, but not for now.

print ("calib: " + str(calib))

if usecompletedcalib == False:
self.calibrated = False
if calib and self.filtercode in ['B', 'V', 'up', 'gp', 'rp', 'ip', 'zs', 'CV', 'w', 'PB', 'PG','PR']:
Expand Down

0 comments on commit 26b8364

Please sign in to comment.