| Class | Description |
|---|---|
| Extrapolation |
A class to predict sensor readings for at least 120 sec.
|
| ImageMomentsLayout |
Similar to one-dimension power sums or
CentralMoments this class
calculates image moments meaning statistic properties in a two-dimensional
image. |
| ImageMomentsLayout.Focus |
This class reads an fits image and calculates the requested image
moment.
|
| LinearExtrapolation |
Uses linear extrapolation to predict STELLA-sensor data.
|
| ParabolicExtrapolation |
Uses parabolic extrapolation to predict STELLA-sensor data.
|
| ParabolicExtrapolation.StepTest |
Test class for stepping forward and backward.
|
| SphereTiles |
This class calculates equal-area sized almost half-sphere tiles and tries
to
arrange them in the following way:
The number of tiles equals a predefined number, N.
The first tile is a polar cap with the area of the total area of
the sphere divided by the number of tiles.
|
| SphereTiles.Test |
Test class.
|