| Package | Description |
|---|---|
| esa.neliota.internal | |
| esa.neliota.utilities |
| Modifier and Type | Field and Description |
|---|---|
TimeInterval |
ObservationPlanHeader.observationTimeInterval |
| Modifier and Type | Method and Description |
|---|---|
TimeInterval |
ObservationPlan.getFullObservationTimeInterval()
Gets the total time interval that the observation is considered active, including flat and dark blocks.
|
TimeInterval |
ObservationPlanHeader.getObservationTimeInterval() |
TimeInterval |
Block.getTimeInterval() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<TimeInterval> |
ObservationPlan.getGapsInObservation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationPlanHeader.setObservationTimeInterval(TimeInterval timeInterval) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TimeInterval.overlap(TimeInterval a,
TimeInterval b)
Checks if there is overlap between two time intervals
|
| Constructor and Description |
|---|
TimeInterval(TimeInterval timeInterval)
Copy constructor from an existing time interval object
|