diff options
Diffstat (limited to 'ds9/parsers/imgsvr.tin')
-rw-r--r-- | ds9/parsers/imgsvr.tin | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ds9/parsers/imgsvr.tin b/ds9/parsers/imgsvr.tin new file mode 100644 index 0000000..fcfbef5 --- /dev/null +++ b/ds9/parsers/imgsvr.tin @@ -0,0 +1,21 @@ +%token SEXSTR_ +%token WCS_ +%token FK5_ + +%token DEGREES_ +%token SEXAGESIMAL_ +%token ARCMIN_ +%token ARCSEC_ + +%token CLOSE_ +%token COORD_ +%token CROSSHAIR_ +%token CURRENT_ +%token FRAME_ +%token NAME_ +%token NEW_ +%token OPEN_ +%token UPDATE_ +%token SAVE_ +%token SIZE_ +%token SURVEY_ |