Skip to content

Commit

Permalink
Merge pull request #41 from lsst-camera-dh/u/youtsumi/fix_fe55_acq
Browse files Browse the repository at this point in the history
Looks good to me.  Merging.
  • Loading branch information
jchiang87 authored Aug 28, 2018
2 parents 6ce4ee8 + a3973f8 commit 6bd9d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harnessed_jobs/ts8_generic_acq/v0/ccs_ts8_generic_acq.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run(self):
( "BIAS", False, False, "RaD_BIAS" ),
( "DARK", False, False, "RaD_DARK" ),
( "FLAT", True, False, "RaD_FLAT" ),
( "FE55", True, True , "RaD_FE55" ),
( "FE55", False, True , "RaD_FE55" ),

]:
key, openShutter, actuateXed, image_type = params
Expand Down Expand Up @@ -83,7 +83,7 @@ def run(self):

pd_readout.start_accumulation()
fits_files = self.take_image(seqno, exptime, openShutter, actuateXed, image_type)
pd_readout.get_readings(fits_files, seqno, i)
pd_readout.get_readings(fits_files, seqno, i)


seqno = seqno + 1
Expand Down

0 comments on commit 6bd9d04

Please sign in to comment.