Package | Description |
---|---|
net.talvi.puffinplot.data |
This package contains code to read, store, analyse, and write palaeomagnetic
data.
|
Modifier and Type | Method and Description |
---|---|
static GreatCircle |
GreatCircle.fromBestFit(java.util.List<Vec3> vectors)
Constructs a best-fitting great circle for the supplied vectors.
|
static GreatCircle |
GreatCircle.fromPole(Vec3 pole)
Create a great circle with the given pole.
|
GreatCircle |
Sample.getGreatCircle()
Returns the current great-circle fit for this sample, if any.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GreatCircle> |
GreatCircles.getCircles()
Returns the great circles which were originally supplied to the
constructor.
|
Modifier and Type | Method and Description |
---|---|
static GreatCircles |
GreatCircles.instance(java.util.List<Vec3> endpoints,
java.util.List<GreatCircle> circles,
java.lang.String validityCondition)
Calculates a mean direction from the supplied great circle and
directions.
|