blob: e68ceb802ae97fc9f370152f96b6b60c7f80ee79 (
plain) (
blame)
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
|
Interactive Keystroke Commands
? Print help
: Colon commands
v Verify the critical parameters
w Save the current parameters
d Plot radial profile of star near cursor
i Interactively set parameters using star near cursor
f Find stars in the image
spbar Find stars in the image, output results
q Exit task
Colon Commands
:show [data/center] List the parameters
Colon Parameter Editing Commands
# Image and file name parameters
:image [string] Image name
:output [string] Output file name
# Data dependent parameters
:scale [value] Image scale (units per pixel)
:fwhmpsf [value] Full width half maximum of psf (scale units)
:emission [y/n] Emission feature (y), absorption (n)
:sigma [value] Standard deviation of sky (counts)
:datamin [value] Minimum good data value (counts)
:datamax [value] Maximum good data value (counts)
# Noise description parameters
:noise [string] Noise model (constant|poisson)
:gain [string] Gain image header keyword
:ccdread [string] Readout noise image header keyword
:epadu [value] Gain (electrons per adu)
:readnoise [value] Readout noise (electrons)
# Observation parameters
:exposure [string] Exposure time image header keyword
:airmass [string] Airmass image header keyword
:filter [string] Filter image header keyword
:obstime [string] Time of observation image header keyword
:itime [value] Exposure time (time units)
:xairmass [value] Airmass value (number)
:ifilter [string] Filter id string
:otime [string] Time of observation (time units)
# Object detection parameters
:nsigma [value] Size of Gaussian kernel (sigma)
:threshold [value] Detection intensity threshold (counts)
:ratio [value] Sigmay / sigmax of Gaussian kernel
:theta [value] Position angle of Gaussian kernel
:sharplo [value] Lower bound on sharpness
:sharphi [value] Upper bound on sharpness
:roundlo [value] Lower bound on roundness
:roundhi [value] Upper bound on roundness
# Plotting and marking commands
:mkdetections [y/n] Mark detections on the image display
|