lsst.meas.extensions.astrometryNet
16.0-9-ge6233d7+9
python
lsst
meas
extensions
astrometryNet
astrometry_net
astrometry_netContinued.py
Go to the documentation of this file.
1
from
__future__
import
absolute_import, division, print_function
2
3
from
lsst.utils
import
continueClass
4
5
from
.
import
MultiIndex
6
7
8
@continueClass
# noqa
9
class
MultiIndex
:
10
def
__iter__
(self):
11
"""Get an iterator over the indices in a MultiIndex
12
13
Do not modify the number or location of the indices while using the iterator.
14
"""
15
for
i
in
range(len(self)):
16
yield
self[i]
lsst::utils
lsst::meas::extensions::astrometryNet.astrometry_net.astrometry_netContinued.MultiIndex.__iter__
def __iter__(self)
Definition:
astrometry_netContinued.py:10
lsst::meas::extensions::astrometryNet.astrometry_net.astrometry_netContinued.MultiIndex
Definition:
astrometry_netContinued.py:9
Generated on Thu Feb 28 2019 09:58:38 for lsst.meas.extensions.astrometryNet by
1.8.13