summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/wcsformat.trl
blob: 10511e713107f66d57e1a8ad857768333d6e7d75 (plain)
1
2
3
4
5
6
7
8
skyformat : DEGREES_ {set _ degrees}
 | SEXAGESIMAL_ {set _ sexagesimal}
 ;
 
rformat : DEGREES_ {set _ degrees}
 | ARCMIN_ {set _ arcmin}
 | ARCSEC_ {set _ arcsec}
 ;