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
1"""Module for retrieving information about the standard LSST survey fields.
2"""
3try:
4 # version.py is auto-generated by sconsUtils
5 from .version import * # noqa: F403
6except:
7 __version__ = "unknown"
8
9from .field import *
10from .fields_database import *
11from .field_selection import *