Skip to content

Commit

Permalink
Fix typo in MJD call.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jun 26, 2018
1 parent f2570b1 commit a73b662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/association/afwUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def get_ccd_visit_info_from_exposure(exposure):
'ra': sphPoint.getRa().asDegrees(),
'decl': sphPoint.getDec().asDegrees(),
'expTime': visit_info.getExposureTime(),
'expMidptMJD': date.get(system=DateTime.MJ),
'expMidptMJD': date.get(system=DateTime.MJD),
'fluxZeroPoint': flux0,
'fluxZeroPointErr': flux0_err,
'photoCalib': afwImage.PhotoCalib(1 / flux0,
Expand Down

0 comments on commit a73b662

Please sign in to comment.