altar.models.cdm.Data

Module Contents

Classes

class altar.models.cdm.Data.Data(name, **kwds)

Bases: altar.tabular.sheet

The layout of the input data file

oid
doc = an integer identifying the data source
x
doc = the EW coordinate of the location of the source
y
doc = the NS coordinate of the location of the source
d
doc = the displacement projected along the line of sight (LOS)
theta
doc = the azimuthal angle of the LOS vector to the observing craft
phi
doc = the polar angle of the LOS vector to the observing craft
read(self, uri)

Load a data set from a CSV file

write(self, uri)

Save my data into a CSV file