aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imcoords/ccmap.par
blob: bba6a4c2618d5d36bc05d2ad712034406e0d22de (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
# Parameters for the CCMAP task

# Input and output files and images
input,f,a,,,,The input coordinate files
database,f,a,,,,The output database file
solutions,s,h,"",,,The database plate solution names
images,f,h,"",,,The input images
results,f,h,"",,,The optional results summary files

# The input coordinate file format
xcolumn,i,h,1,,,Column containing the x coordinate
ycolumn,i,h,2,,,Column containing the y coordinate
lngcolumn,i,h,3,,,Column containing the ra / longitude
latcolumn,i,h,4,,,Column containing the dec / latitude 
xmin,r,h,INDEF,,,Minimum logical x pixel value
xmax,r,h,INDEF,,,Maximum logical x pixel value
ymin,r,h,INDEF,,,Minimum logical y pixel value
ymax,r,h,INDEF,,,Maximum logical y pixel value
lngunits,s,h,"",,,Input ra / longitude units
latunits,s,h,"",,,Input dec / latitude units
insystem,s,h,"j2000",,,Input celestial coordinate system

# The celestial coordinate system reference point parameters
refpoint,s,h,"coords","|coords|user|tweak|",,Source of the reference point definition
xref,s,h,"INDEF",,,Reference point in x
yref,s,h,"INDEF",,,Reference point in y
lngref,s,h,"INDEF",,,Reference point ra / longitude telescope coordinate
latref,s,h,"INDEF",,,Reference point dec / latitude telescope coordinate
refsystem,s,h,"INDEF",,,Reference point telescope coordinate system
lngrefunits,s,h,"",,,Reference point ra / longitude units
latrefunits,s,h,"",,,Reference point dec / latitude units

# Coordinate map fitting parameters
projection,s,h,"tan",,,Sky projection geometry
fitgeometry,s,h,"general",|shift|xyscale|rotate|rscale|rxyscale|general|,,Fitting geometry
function,s,h,"polynomial",|chebyshev|legendre|polynomial|,,Surface type
xxorder,i,h,2,2,,Order of xi fit in x
xyorder,i,h,2,2,,Order of xi fit in y
xxterms,s,h,"half","|none|half|full|",,Xi fit cross terms type
yxorder,i,h,2,2,,Order of eta fit in x
yyorder,i,h,2,2,,Order of eta fit in y
yxterms,s,h,"half","|none|half|full|",,Eta fit cross terms type
maxiter,i,h,0,,,The maximum number of rejection iterations
reject,r,h,3.0,,,Rejection limit in sigma units

# Output and graphics mode parameters
update,b,h,no,,,Update the image world coordinate system ?
pixsystem,s,h,"logical",|logical|physical|",,Input pixel coordinate system
verbose,b,h,yes,,,Print messages about progress of task ?
interactive,b,h,yes,,,Fit the transformation interactively ?
graphics,s,h,"stdgraph",,,Default graphics device
cursor,*gcur,h,,,,Graphics cursor

mode,s,h,'ql'