Skip to content

Commit

Permalink
Fix doc links [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jan 17, 2022
1 parent c50273d commit e6876f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/cubeviz/plugins/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def parse_data(app, file_obj, data_type=None, data_label=None):
----------
app : `~jdaviz.app.Application`
The application-level object used to reference the viewers.
file_obj : str, `~astropy.io.fits.hdu.hdulist.ImageHDU`, `~astropy.io.fits.hdu.hdulist.PrimaryHDU`, `~astropy.io.fits.hdu.hdulist.HDUList`, `~specutils.Spectrum1D`, or ndarray
file_obj : str, `~astropy.io.fits.ImageHDU`, `~astropy.io.fits.PrimaryHDU`, `~astropy.io.fits.HDUList`, `~specutils.Spectrum1D`, or ndarray
The path to a cube-like data FITS file or the data object to be loaded.
data_type : {'flux', 'uncert', 'mask', `None`}
The data type used to explicitly differentiate parsed data.
Expand Down

0 comments on commit e6876f8

Please sign in to comment.