diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-06-22 20:54:00 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-06-22 20:54:00 (GMT) |
commit | 0e20becb38cf971f8382a6d45b56d2eb9f6d3a12 (patch) | |
tree | 2ed3a8b32a503f5157d04a421a483e6dad0cf67a | |
parent | 342689ad12cef0569fee2b01f6c571e706dae3d5 (diff) | |
download | blt-0e20becb38cf971f8382a6d45b56d2eb9f6d3a12.zip blt-0e20becb38cf971f8382a6d45b56d2eb9f6d3a12.tar.gz blt-0e20becb38cf971f8382a6d45b56d2eb9f6d3a12.tar.bz2 |
edit catalog menus
-rw-r--r-- | ds9/doc/release/r8.0.html | 2 | ||||
-rw-r--r-- | ds9/library/cat.tcl | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html index e5fad9a..c229c14 100644 --- a/ds9/doc/release/r8.0.html +++ b/ds9/doc/release/r8.0.html @@ -22,6 +22,8 @@ <li><tt>06.14.2018 NRRD: fixed a problem exporting, an extra byte was being written.</tt></li> <li><tt>06.15.2018 IIS: fixed a problem introduced in version 7.6 with the colormap.</tt></li> <li><tt>06.15.2018 IIS: fixed a problem the values displayed on the colorbar.</tt></li> + <li><tt>06.22.2018 API: All new parser/lexer for each command, backward compatible API. Parser will detect syntax errors, and suggest legal options.</tt></li> + <li><tt>06.22.2018 CAT: updated catalog menu items for GAIA, UCAC, and SDSS.</tt></li> <li><tt><b>xx.xx.2018 RELEASE version 8.0b1</b></tt></li> </ol> </ol> diff --git a/ds9/library/cat.tcl b/ds9/library/cat.tcl index a875a36..f8c694d 100644 --- a/ds9/library/cat.tcl +++ b/ds9/library/cat.tcl @@ -58,25 +58,22 @@ proc CATDef {} { {{AC 2000.2} catac cds {I/275/ac2002}} \ {{ASCC-2.5} catascss cds {I/280A/ascc01}} \ {{Carlsberg Meridian 14} catcmc cds {I/304}}\ - {{GAIA DR1} catgaia cds {I/337}} \ - {{GSC 1.2} catgsc1 cds {I/254/out}} \ + {{GAIA DR1} catgaia1 cds {I/337}} \ + {{GAIA DR2} catgaia cds {I/345}} \ {{GSC 2.2} catgsc2 cds {I/271/out}} \ - {{GSC 2.3} catgsc3 cds {I/305/out}} \ + {{GSC 2.3} catgsc cds {I/305/out}} \ {{NOMAD} catnomad cds {I/297/out}} \ {{PPMX} catppmx cds {I/312}} \ {{SAO J2000} catsao cds {I/131A/sao}} \ - {{SDSS Release 5} catsdss5 cds {II/276}} \ - {{SDSS Release 6} catsdss6 cds {II/282}} \ {{SDSS Release 7} catsdss7 cds {II/294}} \ - {{SDSS Release 8} catsdss8 cds {II/306}} \ {{SDSS Release 9} catsdss9 cds {V/139}} \ + {{SDSS Release 12} catsdss cds {V/147}} \ {{Tycho-2} cattycho cds {I/259/tyc2}} \ {{USNO-A2.0} catua2 cds {I/252/out}} \ {{USNO-B1.0} catub1 cds {I/284/out}} \ {{USNO UCAC2} catucac2 cds {I/289/out}} \ - {{USNO UCAC2 Bright Star Sup} catucac2sup cds {I/294A}} \ - {{USNO UCAC3} catucac3 cds {I/315}} \ {{USNO UCAC4} catucac4 cds {I/322A}} \ + {{USNO UCAC5} catucac cds {I/340}} \ {{USNO URAT1} caturat1 cds {I/329}} \ {- {Infrared} ir} \ {{2MASS Point Sources} cat2mass cds {II/246/out}}\ |