diff options
-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} ; %% |