Coverage for python/lsst/sims/maf/slicers/uniSlicer.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# UniSlicer class. # This slicer simply returns the indexes of all data points. No slicing done at all.
"""UniSlicer.""" """Instantiate unislicer. """
"""Use simData to set indexes to return.""" def _sliceSimData(islice): """Return all indexes in simData. """ 'slicePoint':{'sid':islice}}
"""Evaluate if slicers are equivalent.""" else: |