Skip to content

Commit

Permalink
ugh typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Sep 5, 2024
1 parent e6ce075 commit bc854c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/legacyzpts/psfzpt_cuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def psf_zeropoint_cuts(P, pixscale,
('sky_is_bright', skybr),
('zpt_diff_avg', np.abs(P.ccdzpt - P.zpt) > zpt_diff_avg),
('phrms_s7', (P.ccdphrms > 0.1) & (ccdname == 'S7')),
('plver', ~plver),
('plver', ~plver_ok),
]

if camera == 'mosaic':
Expand Down

0 comments on commit bc854c0

Please sign in to comment.