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, setScaleprotected void configureK(int k)
HealpixSkyPixellatorconfigureK in class HealpixSkyPixellatork - HEALPix orderpublic java.util.function.Supplier<VariableRadiusConePixer> createVariableRadiusPixerFactory()
SkyPixellatorpublic java.util.function.Supplier<FixedRadiusConePixer> createFixedRadiusPixerFactory(double radius)
SkyPixellatorradius - cone radius in radianspublic int calculateDefaultK(double scale)
calculateDefaultK in class HealpixSkyPixellatorscale - distance scale, in radiansCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.