BasicObsDatasetLoader

class tolteca.reduce.toltec.BasicObsDatasetLoader[source]

Bases: object

A class to collect TolTEC basic obs dataset from local files.

Attributes Summary

logger

Methods Summary

aggregate(items)

Aggregate BasicObsDataset in items into a single one.

identify(source)

Identify if BasicObsDataset can be constructed from source.

load(source[, select])

Load BasicObsDataset from source.

Attributes Documentation

logger = <Logger BasicObsDatasetLoader (DEBUG)>

Methods Documentation

classmethod aggregate(items)[source]

Aggregate BasicObsDataset in items into a single one.

classmethod identify(source)[source]

Identify if BasicObsDataset can be constructed from source.

classmethod load(source, select=None)[source]

Load BasicObsDataset from source.