Skip to content

Commit

Permalink
fixed ROWORDER attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptorron committed Apr 21, 2024
1 parent 59667e4 commit a35d590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indi_pylibcamera/CameraControl.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def createRawFits(self, array, metadata):
FitsHeader = {
"BZERO": (2 ** (bit_pix - 1), "offset data range"),
"BSCALE": (1, "default scaling factor"),
"ROWORDER": ("BOTTOM-UP", "Row order"),
"ROWORDER": ("TOP-DOWN", "Row order"),
"INSTRUME": (self.parent.device, "CCD Name"),
"TELESCOP": (self.parent.knownVectors["ACTIVE_DEVICES"]["ACTIVE_TELESCOPE"].value, "Telescope name"),
**self.parent.knownVectors["FITS_HEADER"].FitsHeader,
Expand Down

0 comments on commit a35d590

Please sign in to comment.