-
-
Save fschuindt/41f8683fad81136dfd859efff534a1c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SIMPLE = T | |
BITPIX = -32 /8 unsigned int, 16 & 32 int, -32 & -64 real | |
NAXIS = 2 /number of axes | |
NAXIS1 = 3072 /fastest changing axis | |
NAXIS2 = 2048 /next to fastest changing axis | |
BSCALE = 1.0000000000000000 /physical = BZERO + BSCALE*array_value | |
BZERO = 0.00000000000000000 /physical = BZERO + BSCALE*array_value | |
DATE-OBS= '2020-01-07T11:22:57' / [ISO 8601] UTC date/time of exposure start | |
EXPTIME = 3.00000000000E+001 / [sec] Duration of exposure | |
EXPOSURE= 3.00000000000E+001 / [sec] Duration of exposure | |
SET-TEMP= -25.000000000000000 /CCD temperature setpoint in C | |
CCD-TEMP= -25.000000000000000 /CCD temperature at start of exposure in C | |
XPIXSZ = 9.0000000000000000 /Pixel Width in microns (after binning) | |
YPIXSZ = 9.0000000000000000 /Pixel Height in microns (after binning) | |
XBINNING= 1 / Binning level along the X-axis | |
YBINNING= 1 / Binning level along the Y-axis | |
XORGSUBF= 0 /Subframe X position in binned pixels | |
YORGSUBF= 0 /Subframe Y position in binned pixels | |
READOUTM= '8 MHz ' / Readout mode of image | |
FILTER = 'Luminance' / Filter name | |
IMAGETYP= 'Light Frame' / Type of image | |
JD = 2458855.9742708332 /Julian Date at start of exposure | |
FOCALLEN= 0.00000000000000000 /Focal length of telescope in mm | |
APTDIA = 0.00000000000000000 /Aperture diameter of telescope in mm | |
APTAREA = 0.00000000000000000 /Aperture area of telescope in mm^2 | |
SWCREATE= 'MaxIm DL Version 5.24 140126 0KJR5' /Name of software that created | |
the image | |
SBSTDVER= 'SBFITSEXT Version 1.0' /Version of SBFITSEXT standard in effect | |
OBJECT = 'M66 ' / Target object name | |
TELESCOP= 'iTelescope 21' / Telescope name | |
INSTRUME= 'FLI ' / Detector instrument name | |
OBSERVER= 'Fernando Schuindt' / Observer name | |
NOTES = ' ' | |
FLIPSTAT= ' ' | |
CSTRETCH= 'Medium ' / Initial display stretch mode | |
CBLACK = 122 /Initial display black level in ADUs | |
CWHITE = 286 /Initial display white level in ADUs | |
PEDESTAL= -100 /Correction to add for zero-based ADU | |
SWOWNER = 'Brad Moore' / Licensed owner of software | |
SWMODIFY= 'MaxIm DL Version 5.24 140126 0KJR5' /Name of software that modified | |
the image | |
HISTORY Bias Subtraction (Bias 1, 3072 x 2048, Bin1 x 1, Temp -25C, | |
HISTORY Exp Time 0ms) | |
CALSTAT = 'BDF ' | |
HISTORY Dark Subtraction (Dark 2, 3072 x 2048, Bin1 x 1, Temp -25C, | |
HISTORY Exp Time 60s) | |
HISTORY Flat Field (Flat Luminance 1, Luminance, 3072 x 2048, Bin1 x 1, | |
HISTORY Temp -25C, Exp Time 7s) | |
USERNAME= 'fschuindt' | |
HIERARCH iTelescope = 'iTelescope 21' | |
HIERARCH iTelescopePlateScaleH = '0.956163004423706' | |
HIERARCH iTelescopePlateScaleV = '0.956163004423706' | |
DATE-HP = '2020-01-07T11:22:57.692' | |
HIERARCH RollAngle = '358.908649172133' | |
PIERSIDE= 'EAST ' | |
HISTORY File was processed by PinPoint 6.1.3 at 2020-01-07T11:23:36 | |
DATE = '07/01/20' / [old format] UTC date of exposure start | |
TIME-OBS= '11:22:57' / [old format] UTC time of exposure start | |
UT = '11:22:57' / [old format] UTC time of exposure start | |
TIMESYS = 'UTC ' / Default time system | |
RADECSYS= 'FK5 ' / Equatorial coordinate system | |
AIRMASS = 1.06458308059E+000 / Airmass (multiple of zenithal airmass) | |
ST = '11 27 27.84' / Local apparent sidereal time of exp. start | |
LAT-OBS = 3.29038888889E+001 / [deg +N WGS84] Geodetic latitude | |
LONG-OBS= -1.05528888889E+002 / [deg +E WGS84] Geodetic longitude | |
ALT-OBS = 2.25000000000E+003 / [metres] Altitude above mean sea level | |
OBSERVAT= 'iTelescope.Net T21 New Mexico' / Observatory name | |
RA = '11 20 15.10' / [hms J2000] Target right ascension | |
OBJCTRA = '11 20 15.10' / [hms J2000] Target right ascension | |
DEC = '+12 59 24.0' / [dms +N J2000] Target declination | |
OBJCTDEC= '+12 59 24.0' / [dms +N J2000] Target declination | |
END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment