public abstract class ODMFile extends Object
Constructor | Description |
---|---|
ODMFile() |
ODMFile constructor.
|
Modifier and Type | Method | Description |
---|---|---|
IERSConventions |
getConventions() |
Get IERS conventions.
|
AbsoluteDate |
getCreationDate() |
Get the file creation date and time in UTC.
|
double |
getFormatVersion() |
Get the CCSDS ODM (OPM, OMM or OEM) format version.
|
List<String> |
getHeaderComment() |
Get the header comment.
|
AbsoluteDate |
getMissionReferenceDate() |
Get reference date for Mission Elapsed Time and Mission Relative Time time systems.
|
double |
getMuCreated() |
Get the gravitational coefficient created from the knowledge of the central body.
|
double |
getMuParsed() |
Get the gravitational coefficient parsed in the ODM File.
|
double |
getMuSet() |
Get the gravitational coefficient set by the user.
|
double |
getMuUsed() |
Get the used gravitational coefficient.
|
String |
getOriginator() |
Get the file originator.
|
protected void |
setMuUsed() |
Set the gravitational coefficient created from the knowledge of the central body.
|
public double getMuSet()
public double getMuParsed()
public double getMuCreated()
public double getMuUsed()
protected void setMuUsed()
public IERSConventions getConventions()
public AbsoluteDate getMissionReferenceDate()
public double getFormatVersion()
public List<String> getHeaderComment()
public AbsoluteDate getCreationDate()
public String getOriginator()
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.