public class ObsPlanIF
extends java.lang.Object
| Constructor and Description |
|---|
ObsPlanIF() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMoonFramesDirectory() |
ObservationPlan |
getObservationPlan() |
java.lang.String |
getOutputDirectory() |
java.lang.String |
getStarFramesDirectory() |
int |
loadPlan(java.lang.String obsplanDirname)
Loads the specified observation plan and saves it internally.
|
java.lang.String |
saveExecutedPlan(ObservationPlan plan,
java.lang.String planDirname)
Save the executed plan in the same directory as the original plan.
|
java.lang.String |
savePlan(ObservationPlan plan,
java.lang.String rootInputDirectory)
Saves an observation plan.
|
public java.lang.String savePlan(ObservationPlan plan, java.lang.String rootInputDirectory)
plan - the observation plan to be savedpublic java.lang.String saveExecutedPlan(ObservationPlan plan, java.lang.String planDirname)
plan - the executed planplanDirname - the directory of the original planpublic int loadPlan(java.lang.String obsplanDirname)
obsplanName - the crossID of the file of the observation planpublic ObservationPlan getObservationPlan()
public java.lang.String getMoonFramesDirectory()
public java.lang.String getOutputDirectory()
public java.lang.String getStarFramesDirectory()