diff --git a/jdaviz/app.py b/jdaviz/app.py index e04b932c84..dcf38d496d 100644 --- a/jdaviz/app.py +++ b/jdaviz/app.py @@ -845,7 +845,7 @@ def get_subsets(self, subset_name=None, spectral_only=False, spectral_only : bool Return only spectral subsets. spatial_only : bool - Return only spatial subsets. + Return only spatial subsets, except masked subsets (uncommon). object_only : bool Return only object relevant information and leave out the region class name and glue_state. @@ -856,7 +856,7 @@ def get_subsets(self, subset_name=None, spectral_only=False, ------- data : dict A dict with keys representing the subset name and values as astropy regions - objects + objects. """ dc = self.data_collection