Telescope#
- class prose.Telescope[source]#
Save and store FITS header keywords definition for a given telescope
This is a Python Data Class, so that all attributes described below can be used as keyword-arguments when instantiating a Telescope
Methods
__init__([name, names, keyword_telescope, ...])date(header)error(signal, area, sky, exposure[, ...])from_dict(env)Load from a dict ensuring that only class attributes are used
from_name(name[, verbose, strict])from_names(instrument_name, telescope_name)image_type(header)load(filename)Attributes
altitudealtitude of the telescope in meters, default is
2000,bjd_scaleunit of the value of BJD, default is
"utc"camera_namename of the telescope camera, default is
Nonedate_string_formatdate string format, default is
Nonedec_unitunit of the value of keyword_dec, default is
"deg"diameterdiameter of the telescope in centimeters, default is
100earth_locationgaindetector gain in electrons/ADU, default is
1hduindex of the FITS HDU where to find image data, default is
0jd_scaleunit of the value of JD, default is
"utc"keyword_airmassFITS header keyword for airmass, default is
"AIRMASS"keyword_bias_imagesvalue of keyword_image_type associated to flat calibration images, default is
"bias"keyword_bjdFITS header keyword for barycentric julian day, default is
"BJD"keyword_dark_imagesvalue of keyword_image_type associated to dark calibration images, Default is
"dark"keyword_decFITS header keyword for declination, default is
"DEC"keyword_exposure_timeFITS header keyword for exposure time, default is
"EXPTIME"keyword_filterFITS header keyword for filter, default is
"FILTER"keyword_flat_imagesvalue of keyword_image_type associated to flat calibration images, default is
"flat"keyword_flipFITS header keyword for meridian flip configuration, default is
"PIERSIDE"keyword_fwhmFITS header keyword for image full-width-half-maximum (fwhm), default is
"FWHM"keyword_image_typeFITS header keyword for image type (e.g.
keyword_jdFITS header keyword for julian day, default is
"JD"keyword_light_imagesvalue of keyword_image_type associated to science (aka light) images, default is
"light"keyword_objectFITS header keyword for observed object name, default is
"OBJECT"keyword_observation_dateFITS header keyword for observation date, default is "DATE:code:-OBS"
keyword_raFITS header keyword for right ascension, default is
"RA"keyword_seeingFITS header keyword for image seeing, default is
"SEEING"keyword_telescopeFITS header keyword for telescope name, default is
"TELESCOP"latlonglatitude and longitude of the telescope, default is
(None, None)mjdvalue to subtract from the value of keyword_jd
nameName taken by the telescope if saved
namesAlternative names that the telescope may take in the fits header values of keyword_telescope
pixel_scalepixel scale (or plate scale) of the detector in arcsec/pixel, default is
Nonera_unitunit of the value of keyword_ra, default is
"deg"read_noisedetector read noise in ADU, default is
9saturationdetector's pixels full depth (saturation) in ADU, default is
55000savetrimminghorizontal and vertical overscan of an image in pixels, default is
(0, 0)