diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-06-13 21:14:11 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-06-13 21:14:11 (GMT) |
commit | 28c880cac8aa4897574b88af4fec19c71761aa16 (patch) | |
tree | 00ebde1305764653ed48f2b79c3a8d2bc287ff89 | |
parent | babbe0d741c30fa9e6eeebc5aa044ced1c47aba0 (diff) | |
download | blt-28c880cac8aa4897574b88af4fec19c71761aa16.zip blt-28c880cac8aa4897574b88af4fec19c71761aa16.tar.gz blt-28c880cac8aa4897574b88af4fec19c71761aa16.tar.bz2 |
update ds9 align parser
-rw-r--r-- | ds9/doc/release/r8.0.html | 1 | ||||
-rw-r--r-- | ds9/parsers/alignparser.tac | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html index 8b0bb87..e8ec261 100644 --- a/ds9/doc/release/r8.0.html +++ b/ds9/doc/release/r8.0.html @@ -17,6 +17,7 @@ <li><tt>05.25.2018 MMT: updated Binospec template. </tt></li> <li><tt>06.12.2018 CATALOG: GUI now uses a conesearch radius for query.</tt></li> <li><tt>06.12.2018 SIA: GUI now uses a conesearch radius for query.</tt></li> + <li><tt>06.13.2018 FITSY++: be sure to output REAL header keywords with scientific notation with capital 'E', per FITS standard.</tt></li> <li><tt><b>xx.xx.2018 RELEASE version 8.0b1</b></tt></li> </ol> </ol> diff --git a/ds9/parsers/alignparser.tac b/ds9/parsers/alignparser.tac index dad1442..a3ab2ba 100644 --- a/ds9/parsers/alignparser.tac +++ b/ds9/parsers/alignparser.tac @@ -15,7 +15,7 @@ command : align ; -align : yesno {ProcessCmdSet current align $1} +align : yesno {ProcessCmdSet current align $1 AlignWCSFrame} ; %% |