| Package | Description |
|---|---|
| esa.neliota.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockDark
The structure that holds specific information that is addressed to an observation for dark frames.
|
class |
BlockFlat
The structure that holds specific information that is addressed to an observation for flat frames.
|
class |
BlockMoon
The structure that holds specific information that is addressed to observation for moon frames.
|
class |
BlockStar
The structure that holds specific information that is addressed to an observation for star frames.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
ObservationPlan.getCurrentBlock(FullDate date,
FullTime time)
Returns the current observation block, whose start and end is before and after the provided date and time, respectively.
|
Block |
ObservationPlan.getNextBlock()
Gets the next block from the sequence.
|
Block |
ObservationPlan.getNextBlock(FullDate date,
FullTime time,
boolean returnOnlyMoon)
Returns the next observation block, right after the provided date and time.
|
Block |
ObservationPlan.getPreviousBlock()
Gets the previous block of the current one.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Block> |
ObservationPlan.getBlockList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationPlan.addBlockToSequence(Block newBlock)
Adds a new block to the end of the sequence.
|
void |
ObservationPlan.addBlockToStart(Block newBlock)
Adds a new block to the beginning of the sequence.
|
boolean |
ObservationPlan.insertBlock(Block newBlock)
Inserts a new block to the correct position in the sequence of blocks, if there is no overlap with existing blocks.
|