nenupytf.read.obsrepo
ObsRepo¶
Test de docstring
-
class
nenupytf.read.obsrepo.ObsRepo(repo)[source]¶ Bases:
objectClass to handle a NenuFAR-TF repository. Once the path of the repository is given, it automatically search for the ‘*.spectra’ files and sort the corresponding attributes with respect to the lane index.
Parameters: repo (str) – Repository where observation files are stored. -
spectra¶ Array of
Laneobjects (eachLaneis an object embedding memmap views of the .spectra files)Type: numpy.array
-
lanes¶ Array of lane indices used during the observation
Type: numpy.array
-
files¶ Array of .spectra files that lies in the repository
Type: numpy.array
-
desctab¶ Numpy array of description, usefull for masking purposes…
-
files
-
lanes
-
repo¶
-