-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoto.conf
84 lines (65 loc) · 4.46 KB
/
goto.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Default configuration file for SkyMaker 3.10.5
# EB 2017-02-27
#
#--------------------------------- Image -------------------------------------
IMAGE_NAME goto.fits # Name of the output frame
IMAGE_SIZE 8176,6132 # Width,[height] of the output frame
IMAGE_TYPE SKY # PUPIL_REAL,PUPIL_IMAGINARY,PUPIL_MODULUS,
# PUPIL_PHASE,PUPIL_MTF,PSF_MTF,PSF_FULLRES,
# PSF_FINALRES,SKY_NONOISE,SKY,GRID
# or GRID_NONOISE
IMAGE_HEADER INTERNAL # File name or INTERNAL
LISTCOORD_TYPE WORLD # Coordinates in input lists: PIXEL or WORLD
#-------------------------------- Detector -----------------------------------
GAIN 0.7 # gain (e-/ADU)
WELL_CAPACITY 40300 # full well capacity in e- (0 = infinite)
SATUR_LEVEL 65535 # saturation level (ADU)
READOUT_NOISE 12.5 # read-out noise (e-)
EXPOSURE_TIME 120.0 # total exposure time (s)
MAG_ZEROPOINT 23.8 # magnitude zero-point ("ADU per second")
#-------------------------------- Sampling -----------------------------------
PIXEL_SIZE 1.24 # pixel size in arcsec.
MICROSCAN_NSTEP 1 # number of microscanning steps (1=no mscan)
#---------------------------------- PSF --------------------------------------
PSF_TYPE INTERNAL # INTERNAL or FILE
PSF_NAME psf.fits # Name of the FITS image containing the PSF
SEEING_TYPE LONG_EXPOSURE # (NONE, LONG_EXPOSURE or SHORT_EXPOSURE)
SEEING_FWHM 2.96065834 # FWHM of seeing in arcsec (incl. motion)
AUREOLE_RADIUS 0.0 # Range covered by aureole (pix) 0=no aureole
AUREOLE_SB 16.0 # SB (mag/arcsec2) at 1' from a 0-mag star
PSF_OVERSAMP 5 # Oversampling factor / final resolution
PSF_MAPSIZE 1024 # PSF mask size (pixels): must be a power of 2
TRACKERROR_TYPE NONE # Tracking error model: NONE, DRIFT or JITTER
TRACKERROR_MAJ 0.0 # Tracking RMS error (major axis) (in arcsec)
TRACKERROR_MIN 0.0 # Tracking RMS error (minor axis) (in arcsec)
TRACKERROR_ANG 0.0 # Tracking angle (in deg, CC/horizontal)
#----------------------------- Pupil features --------------------------------
M1_DIAMETER 0.4 # Diameter of the primary mirror (in meters)
M2_DIAMETER 0.05 # Obstruction diam. from the 2nd mirror in m.
ARM_COUNT 4 # Number of spider arms (0 = none)
ARM_THICKNESS 5.0 # Thickness of the spider arms (in mm)
ARM_POSANGLE 45.0 # Position angle of the spider pattern / AXIS1
DEFOC_D80 0.0 # Defocusing d80% diameter (arcsec)
SPHER_D80 0.0 # Spherical d80% diameter (arcsec)
COMAX_D80 0.0 # Coma along X d80% diameter (arcsec)
COMAY_D80 0.0 # Coma along Y d80% diameter (arcsec)
AST00_D80 0.0 # 0 deg. astigmatism d80% diameter (arcsec)
AST45_D80 0.0 # 45 deg. astigmatism d80% diameter (arcsec)
TRI00_D80 0.0 # 0 deg. triangular d80% diameter (arcsec)
TRI30_D80 0.0 # 30 deg. triangular d80% diameter (arcsec)
QUA00_D80 0.0 # 0 deg. quadratic d80% diameter (arcsec)
QUA22_D80 0.0 # 22.5 deg. quadratic d80% diameter (arcsec)
#--------------------------------- Signal ------------------------------------
WAVELENGTH 0.8 # average wavelength analysed (microns)
BACK_MAG 21.0 # background surface brightness (mag/arcsec2)
#------------------------------ Stellar field --------------------------------
STARCOUNT_ZP 0.0 # nb of stars /deg2 brighter than MAG_LIMITS
STARCOUNT_SLOPE 0.2 # slope of differential star counts (dexp/mag)
MAG_LIMITS 9.5,10.0 # stellar magnitude range allowed
#------------------------------ Random Seeds ---------------------------------
SEED_MOTION 1001 # rand. seed for PSF turbulent motion (0=time)
SEED_STARPOS 0 # random seed for star positions (0=time)
#----------------------------- Miscellaneous ---------------------------------
VERBOSE_TYPE NORMAL # QUIET, NORMAL or FULL
NTHREADS 0 # Number of simultaneous threads for
# the SMP version of SkyMaker