diff --git a/CHANGES.rst b/CHANGES.rst index d1191cabec..929526c549 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,8 @@ New Features - The ``specviz.load_spectrum`` method is deprecated; use ``specviz.load_data`` instead. [#2273] +- Add first-pass launcher to select config and auto-identify data. [#2257] + Cubeviz ^^^^^^^ diff --git a/README.rst b/README.rst index 4719445abb..3a6ccd47ed 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ from a terminal, type: .. code-block:: bash jdaviz --help - jdaviz specviz /path/to/data/spectral_file + jdaviz --layout=specviz /path/to/data/spectral_file For more information on the command line interfaces for each tool, see the `Jdaviz docs `_. diff --git a/docs/cubeviz/import_data.rst b/docs/cubeviz/import_data.rst index b421dd3199..555ae61e84 100644 --- a/docs/cubeviz/import_data.rst +++ b/docs/cubeviz/import_data.rst @@ -50,7 +50,7 @@ a data product is optional: .. code-block:: bash - jdaviz cubeviz /my/directory/cube.fits + jdaviz --layout=cubeviz /my/directory/cube.fits .. _cubeviz-import-gui: diff --git a/docs/imviz/import_data.rst b/docs/imviz/import_data.rst index 6d23609109..0ad3995623 100644 --- a/docs/imviz/import_data.rst +++ b/docs/imviz/import_data.rst @@ -25,7 +25,7 @@ Multiple data files may be provided: .. code-block:: bash - jdaviz imviz /my/image/data1.fits /my/image/data2.fits + jdaviz --layout=imviz /my/image/data1.fits /my/image/data2.fits .. _imviz-import-gui: diff --git a/docs/mosviz/import_data.rst b/docs/mosviz/import_data.rst index ed0f513af2..fd0b7ab026 100644 --- a/docs/mosviz/import_data.rst +++ b/docs/mosviz/import_data.rst @@ -41,13 +41,13 @@ Similarly, an instrument keyword can be specified by the command line. For NIRSp .. code-block:: bash - jdaviz mosviz /path/to/my/data --instrument=nirspec + jdaviz --layout=mosviz /path/to/my/data --instrument=nirspec and for NIRISS: .. code-block:: bash - jdaviz mosviz /path/to/my/data --instrument=niriss + jdaviz --layout=mosviz /path/to/my/data --instrument=niriss Specifying a data directory and an instrument are required to start Mosviz from the command line. If a directory is entered without specifying an instrument, Mosviz will diff --git a/docs/mosviz/index.rst b/docs/mosviz/index.rst index 64adb21405..58d747f8bb 100644 --- a/docs/mosviz/index.rst +++ b/docs/mosviz/index.rst @@ -30,7 +30,7 @@ To load a sample `NIRISS Nirspec Data Set