| Package | Description |
|---|---|
| stella.merit |
| Modifier and Type | Class and Description |
|---|---|
class |
AfterPickMerit
This merit represents a merit that grows/shrinks after a first successful
observation of a target.
|
class |
AfterTimeMerit
This merit represents a merit that grows/shrinks after a specified time and
dwindles out.
|
class |
BeforeAfterMerit
A class defining a time-slot merit that allows observation either after
or before a time defined with
BeforeAfterMerit.KEY_T0. |
class |
BlockTimeMerit
This merit represents a merit that toggles between zero and 1 on jd0, stays
at 1 for the specified number of days and than falls to zero again.
|
class |
ChunkTimeMerit
This merit represents a merit that allows putting together chunks of
observing periods by featuring a list of block-start JDs and a length
parameter (days), either given as a single value or as a list of equal length
than jd0.
|
class |
ConsecutiveMerit
A consecutive merit guarantees a merit that is raised from the scale factor
after it has been successfully observed for at least
ConsecutiveMerit.KEY_SUCCESSCOUNT times. |
class |
FollowingProgramMerit
A following program merit guarantees a merit that is only higher then zero
if
another target
FollowingProgramMerit.KEY_COMPLETED has been completed. |
class |
JdMerit
A class defining a time-slot merit that is active only within the defined
span.
|
class |
NumberMerit
A class defining a decreasing merit as the number of successful observations
of the target increases.
|
class |
OneObservationMerit
A class defining a one-observation merit.
|
class |
PatternMerit
This class can be used to implement a single observational pattern.
|
class |
PhaseAvoidanceMerit
A class defining a time-slot merit that allows observation of a target at
all phases except the ones states in the avoidance list.
|
class |
PhaseCoherentMerit
A class defining a time-slot merit that allows observation of a target that
requires phase-coherent observations.
|
class |
PhaseFillerMerit
A class that tries to match observations such, that phase gaps are
minimized.
|
class |
PhaseMerit
A class defining a time-slot merit that allows observation of a target that
requires phased observations.
|
class |
PickRaiseMerit
This merit represents a merit that grows/shrinks after a first successful
observation of a target.
|
class |
SuccessorCloseMerit
A close successor merit guarantees a merit that is only higher then zero if
another target
SuccessorCloseMerit.KEY_SUCCEED has been successfully observed for at
least SuccessorCloseMerit.KEY_SUCCESSCOUNT times within a time span of
SuccessorCloseMerit.KEY_SUCCESSTIME. |
class |
SuccessorMerit
A successor merit guarantees a merit that is only higher then zero if another
target
SuccessorMerit.KEY_SUCCEED has been successfully observed for at least
SuccessorMerit.KEY_SUCCESSCOUNT times. |
class |
TerminalMerit
A merit calculating its timeslot as being constant until a certain time in
the future, then rather appruptely falling to zero.
|
class |
TransitMerit
A class defining a time-slot merit that allows observation of a transiting
target.
|
class |
TransitOnOffMerit
This merit is identically to the
TransitMerit except that it allows
for a single 'off' observation within one period of an succsessful tranist
observation. |