Skip to content

Commit

Permalink
shrunk default photometric apertures in genred
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed Jun 3, 2021
1 parent 003df43 commit 755863f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hipercam/scripts/genred.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@ def genred(args=None):

rfac = 1.8
ramin = 3*binfac
ramax = max(ramin,3*rfac*seeing/scale)
ramax = max(ramin,2.5*rfac*seeing/scale)
sinner = ramax
souter = 1.4*sinner
souter = 1.5*sinner

# standard colours for CCDs
if instrument.startswith("hipercam"):
Expand Down

0 comments on commit 755863f

Please sign in to comment.