output astropy commands
Not currently supported.
output astropy commands
Not currently supported.
create publication quality figures
Can do with matplotlib windows and even get pdf, but can't do with specviz window.
save edited cubes
supported -- export data subset
overlay spectral line lists
supported in specviz
perform continuum subtraction
supported via models
reate RGB images from regions collapsed in wavelength space (i.e., linemaps),
not supported currently
create kinematic maps (rotation velocity and velocity dispersion)
supported via moment maps at the moment
create moment maps
supported
fit spectral
Supports fitted line maps
lines,
supported
regions,
now supported
Update to move supported items to core functionality. Create hyperlinks to documentation for each item.
1D Spectrum Reader
Is this still current? Or are we using Specutils for 1D?
Overview
Probably need to add a subsection on how to associate level 2 and level 3 data.
Reading-in
"Reading-in" -> "Loading" or "Reading"
We provide documentation on how to create such
Is the stuff in this link still current? Should it be incorporated into this documentation?
mosaic viewer where the targets are indicated.
Update screenshot?
different dataset components.
Update screenshot?
This page will walk you through the basics of the MOSViz GUI
Seems like it's important before doing the DEIMOS demo to mention that the tool requires separate 1D and 2D spectra and, optionally, image cutouts. And that it makes the correspondence between these in a table. Then hyperlink to instructions for generating such a table before going into the DEIMOS example.
conda create -n <environment_name> -c glueviz mosviz
Update?
MOSViz
Update screenshot?
(Instructions on how to create a yaml file.)
Add instructions
an
"a"
Reading-in Data
"Reading-in" -> "Loading" or "Reading"
Below we describe how to do this.
Um...describe how to do this?
This is not yet implemented and therefore greyed out.
Update if this is implemented.
The user can also interact with the image panels using the menu bar across the top:
Update the screenshot if this doesn't match the current layout.
CubeViz has two main “modes:” Split Image Viewer and Single Image Viewer.
Update the screenshots
conda create -n cubeviz02 -c glueviz cubeviz
Update
specdata = f[1].data
Add a comment ...# The spectrum is in the second HDU of this data set.
fig = plt.figure()
if you aren't going to use fig, you don't need this line.
10**-17 *u.erg *u.s**-1*u.cm**-2 / u.AA
take it or leave it but *u.Unit('erg cm-2 s-1 AA-1') is a bit more readable.
quantity_support() # for getting units on the axes below <astropy.visualization.units.quantity_support...>
Not sure these two lines are needed. Maybe just incorporate the comment on the previous line?