Documentation
¶
Index ¶
- Constants
- type Astrodata
- func (a *Astrodata) Close() error
- func (a *Astrodata) CurrentLine() int64
- func (a *Astrodata) Data() (AstrodataData, error)
- func (a *Astrodata) Epoch() float64
- func (a *Astrodata) Init()
- func (a *Astrodata) Len() int64
- func (a *Astrodata) Next() error
- func (a *Astrodata) Open(datafile string) error
- func (a *Astrodata) Open1950(datafile string) error
- func (a *Astrodata) Open2000(datafile string) error
- func (a *Astrodata) OpenAtEpoch(datafile string, epoch float64) error
- type AstrodataData
- type AstrodataDataset
- type AstrodataFile
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Astrodata ¶
type Astrodata struct { Adf AstrodataFile Adds AstrodataDataset Add parsedata.AstrodataData // we want to have access to the data really parsed here }
func (*Astrodata) Data ¶
func (a *Astrodata) Data() (AstrodataData, error)
type AstrodataData ¶
we want to have this struct as external interface to astrodata
type AstrodataDataset ¶
Click to show internal directories.
Click to hide internal directories.