GORT’s documentation#

This is the documentation for the SDSS Python product gort. The current version is 0.11.1a0. You can install the package by doing

$ pip install lvmgort

lvmgort provides the library gort

>>> from gort import Gort
>>> g = await Gort(verbosity='info').init()
>>> await g.specs.expose(flavour='bias')
06:49:21 [INFO]: (SpectrographSet) Taking spectrograph exposure 1165.
<Exposure (exp_no=1165, error=False, reading=False, done=True)>

Contents#

Indices and tables#