Skip to content

Commit

Permalink
Merge pull request #167 from wschoenell/ccdsum
Browse files Browse the repository at this point in the history
CCDSUM fix
  • Loading branch information
wschoenell authored May 10, 2017
2 parents 9145f94 + 10d25c9 commit e53d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chimera/instruments/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def getMetadata(self, request):
# that controllers read out all pixels with the same summing in which
# case the size of the CCD section will be the summing factors times the
# size of the data section.
md += [("CCDSUM", binning.replace("x", " ")), "CCD on-chip summing"]
md += [("CCDSUM", binning.replace("x", " "), "CCD on-chip summing")]

focal_length = self["telescope_focal_length"]
if focal_length is not None: # If there is no telescope_focal_length defined, don't store WCS
Expand Down

0 comments on commit e53d9ee

Please sign in to comment.