summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/imgsvr.trl
blob: 18772bc585794a5fec967a2a025784cc8fcef390 (plain)
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
# COORD_ is depricated
# NAME_ is depricated
# new optional WCS_ FK5_, does nothing
# SIZE_ default is DEGREES_

deg : {set _ degrees}
 | DEGREES_ {set _ degrees}
 ;

sex : {set _ sexagesimal}
 | SEXAGESIMAL_ {set _ sexagesimal}
 ;

sizeOpt : {set _ degrees}
 | rformat {set _ $1}
 ;

frame : NEW_ {set _ new}
 | CURRENT_ {set _ current}
 ;

rformat : DEGREES_ {set _ degrees}
 | ARCMIN_ {set _ arcmin}
 | ARCSEC_ {set _ arcsec}
 ;