Package | Description |
---|---|
usf.saav.alma.data | |
usf.saav.alma.data.fits | |
usf.saav.alma.data.processors | |
usf.saav.alma.drawing |
Modifier and Type | Class and Description |
---|---|
static class |
ScalarField2D.Default
The Class Default.
|
static class |
ScalarField2D.Empty
The Class Empty.
|
static class |
ScalarField2D.Test
The Class Test.
|
class |
Synthetic2D
The Class Synthetic2D.
|
static class |
Synthetic2D.GaussianMixing
The Class GaussianMixing.
|
static class |
Synthetic2D.MonkeySaddle
The Class MonkeySaddle.
|
Modifier and Type | Class and Description |
---|---|
class |
RawFitsReader.FitsSlice
The Class FitsSlice.
|
Modifier and Type | Method and Description |
---|---|
ScalarField2D |
FitsReader.getSlice(int z,
int w)
Gets the slice.
|
ScalarField2D |
FitsReader.Default.getSlice(int z,
int w) |
ScalarField2D |
SafeFitsReader.getSlice(usf.saav.common.range.IntRange1D x_range,
usf.saav.common.range.IntRange1D y_range,
int z,
int w) |
ScalarField2D |
RawFitsReader.getSlice(usf.saav.common.range.IntRange1D x_range,
usf.saav.common.range.IntRange1D y_range,
int z,
int w) |
ScalarField2D |
FitsReader.getSlice(usf.saav.common.range.IntRange1D x_range,
usf.saav.common.range.IntRange1D y_range,
int z,
int w)
Gets the slice.
|
ScalarField2D |
CachedFitsReader.getSlice(usf.saav.common.range.IntRange1D x_range,
usf.saav.common.range.IntRange1D y_range,
int z,
int w) |
Modifier and Type | Class and Description |
---|---|
class |
Composite2D
The Class Composite2D.
|
class |
Extract2DFrom3D
The Class Extract2DFrom3D.
|
class |
Moment0
The Class Moment0.
|
class |
Moment1
The Class Moment1.
|
class |
Moment2
The Class Moment2.
|
class |
PersistenceSimplifier2D
The Class PersistenceSimplifier2D.
|
class |
StraightThru2D
The Class StraightThru2D.
|
class |
Subsample2D
The Class Subsample2D.
|
class |
Subset2D
The Class Subset2D.
|
Modifier and Type | Method and Description |
---|---|
ScalarField2D |
LayeredVolume.getLayer(int i)
Gets the layer.
|
Modifier and Type | Method and Description |
---|---|
void |
LayeredVolume.addLayers(ScalarField2D... _layers)
Adds the layers.
|
Constructor and Description |
---|
Composite2D(ScalarField2D base,
ScalarField2D composite,
int offX,
int offY)
Instantiates a new composite 2 D.
|
LayeredVolume(ScalarField2D... _layers)
Instantiates a new layered volume.
|
PersistenceSimplifier2D(ScalarField2D sf,
PersistenceSet ct,
Mesh cl,
int z,
boolean runImmediately)
Instantiates a new persistence simplifier 2 D.
|
PersistenceSimplifier2D(ScalarField2D sf,
PersistenceSet ct,
Mesh cl,
int z,
boolean runImmediately,
boolean verbose)
Instantiates a new persistence simplifier 2 D.
|
StraightThru2D(ScalarField2D src)
Instantiates a new straight thru 2 D.
|
Subsample2D(ScalarField2D field,
int step)
Instantiates a new subsample 2 D.
|
Subsample2D(ScalarField2D field,
int step_x,
int step_y)
Instantiates a new subsample 2 D.
|
Subset2D(ScalarField2D src,
int[] x_range,
int[] y_range)
Instantiates a new subset 2 D.
|
Modifier and Type | Method and Description |
---|---|
void |
HistogramDrawing.setData(ScalarField2D sf)
Sets the data.
|
void |
ScalarFieldDrawing.setScalarField(ScalarField2D _sf)
Sets the scalar field.
|