Skip to content

Commit

Permalink
Add midPointTai to DiaSource value copies.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Oct 29, 2018
1 parent bdd868b commit a86af21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ap/association/afwUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def make_overwrite_dict(source_record, obj_id=None, exp_dict=None):
overwrite_dict['psFlux'] = meas.value
overwrite_dict['psFluxErr'] = meas.err
overwrite_dict['ccdVisitId'] = exp_dict['ccdVisitId']
overwrite_dict['midPointTai'] = exp_dict["expMidptMJD"]
overwrite_dict['filterName'] = exp_dict['filterName']
overwrite_dict['filterId'] = exp_dict['filterId']

Expand Down

0 comments on commit a86af21

Please sign in to comment.