Commit fcca6513 authored by vertighel's avatar vertighel
Browse files

Removing extra keywords that are automatically managed by astropy

parent b3c1d90b
Loading
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@
#---------------------|-type--|%.f|----------------------------------------------|

[Initial]
SIMPLE = True         | bool  |   | Standard FITS format
BITPIX = 16           | int   |   | Array data type
NAXIS = 2             | int   |   | Number of data axes
NAXIS1 =              | int   |   | [px] Length of data axis 1 (X)
NAXIS2 =              | int   |   | [px] Length of data axis 2 (Y)
EXTEND = True         | bool  |   | FITS file may contain extensions
BSCALE = 1            | int   |   | Scale factor applied to data
BZERO = 32768         | int   |   | Offset applied to data after scaling
# SIMPLE = True         | bool  |   | Standard FITS format
# BITPIX = 16           | int   |   | Array data type
# NAXIS = 2             | int   |   | Number of data axes
# NAXIS1 =              | int   |   | [px] Length of data axis 1 (X)
# NAXIS2 =              | int   |   | [px] Length of data axis 2 (Y)
# EXTEND = True         | bool  |   | FITS file may contain extensions
# BSCALE = 1            | int   |   | Scale factor applied to data
# BZERO = 32768         | int   |   | Offset applied to data after scaling
OBSERVER = UNKNOWN    | str   |   | Observer name

[Object]
@@ -99,6 +99,6 @@ FILEORIG = | str | | Original file name
SWCREATE =            | str   |   | Software that created FILEORIG
CHECKSUM =            | str   |   | Checksum of header
DATASUM =             | str   |   | Data sum of FITS file
ORIGIN = NOCHE v0.1   | str   |   | Origin of FITS file
ORIGIN = NOCHE v0.2   | str   |   | Origin of FITS file
COMMENT = NOCTIS common header
HISTORY = Updated by NOCHE
HISTORY = Updated by NOCHE (NOCtis HEader)
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ GAIN = # [e-/ADU] Gain
RDNOISE =                         # [e- RMS] Readout noise

[Mapping]
NAXIS1 = NAXIS1                   # [px] X Dimensions of detector
NAXIS2 = NAXIS2                   # [px] Y dimension of detector
OBSERVER = OBSERVER               # Observer name
OBJECT   = OBJECT                 # Name of observed object
RA = OBJCTRA                      # In sexagesimal or decimal format
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ GAIN = 0.850 # [e-/ADU] Gain
RDNOISE = 3.9                     # [e- RMS] Readout noise

[Mapping]
NAXIS1 = NAXIS1                   # [px] X Dimensions of detector
NAXIS2 = NAXIS2                   # [px] Y dimension of detector
OBSERVER = OBSERVER               # Observer name
OBJECT   = OBJECT                 # Name of observed object
RA = OBJCTRA                      # In sexagesimal or decimal format
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ GAIN = 1.5 # [e-/ADU] Gain
RDNOISE = 8.0                     # [e- RMS] Readout noise

[Mapping]
NAXIS1 = NAXIS1                   # [px] X Dimensions of detector
NAXIS2 = NAXIS2                   # [px] Y dimension of detector
OBSERVER = OBSERVER               # Observer name
OBJECT   = OBJECT                 # Name of observed object
RA = RA                           # In sexagesimal or decimal format
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ GAIN = # [e-/ADU] Gain
RDNOISE =                         # [e- RMS] Readout noise

[Mapping]
NAXIS1 = NAXIS1                   # [px] X Dimensions of detector
NAXIS2 = NAXIS2                   # [px] Y dimension of detector
OBSERVER = OBSERVER               # Observer name
OBJECT   = OBJECT                 # Name of observed object
RA = OBJCTRA                      # In sexagesimal or decimal format
Loading