Skip to content

Commit

Permalink
Add the 12 hour day_obs offset to the instrument class
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 15, 2024
1 parent b35b3b1 commit edf64ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/obs/lsst/_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class LsstCam(Instrument):
translatorClass = LsstCamTranslator
obsDataPackage = "obs_lsst_data"
visitSystem = VisitSystem.BY_SEQ_START_END
day_obs_offset = 12 * 60 * 60 # 12 hours in seconds.

@property
def configPaths(self):
Expand Down

0 comments on commit edf64ef

Please sign in to comment.