public interface SkyPixellator
setScale(double)
before an instance
of this class can be used.Modifier and Type | Method and Description |
---|---|
java.util.function.Supplier<FixedRadiusConePixer> |
createFixedRadiusPixerFactory(double radius)
Returns a factory for fixed radius pixel calculators
based on the current settings of this object.
|
java.util.function.Supplier<VariableRadiusConePixer> |
createVariableRadiusPixerFactory()
Returns a factory for variable radius pixel calculators
based on the current settings of this object.
|
double |
getScale()
Returns the most recently set angular scale.
|
DescribedValue |
getTuningParameter()
Returns a parameter whose value may be adjusted to alter the
pixellisation scale.
|
void |
setScale(double scale)
Sets the characteristic angular scale for this pixellator.
|
void setScale(double scale)
scale
- pixel length scale in radiansdouble getScale()
DescribedValue getTuningParameter()
java.util.function.Supplier<VariableRadiusConePixer> createVariableRadiusPixerFactory()
java.util.function.Supplier<FixedRadiusConePixer> createFixedRadiusPixerFactory(double radius)
radius
- cone radius in radiansCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.