public class CdsHealpixSkyPixellator extends HealpixSkyPixellator
The Nested indexing scheme is used, and the largest permissible k-value (depth) is 29.
Constructor and Description |
---|
CdsHealpixSkyPixellator() |
Modifier and Type | Method and Description |
---|---|
int |
calculateDefaultK(double scale)
Determines a default value to use for the HEALPix k parameter
based on a given scale.
|
protected void |
configureK(int k)
Updates internal state for the current value of the k parameter.
|
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.
|
getHealpixK, getMaxK, getScale, getTuningParameter, setHealpixK, setScale
protected void configureK(int k)
HealpixSkyPixellator
configureK
in class HealpixSkyPixellator
k
- HEALPix orderpublic java.util.function.Supplier<VariableRadiusConePixer> createVariableRadiusPixerFactory()
SkyPixellator
public java.util.function.Supplier<FixedRadiusConePixer> createFixedRadiusPixerFactory(double radius)
SkyPixellator
radius
- cone radius in radianspublic int calculateDefaultK(double scale)
calculateDefaultK
in class HealpixSkyPixellator
scale
- distance scale, in radiansCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.