The SkyDensity form (
)
plots a density map on the sky using a HEALPix grid
with a configurable resolution.
You can optionally use a weighting for the data values to accumulate
within each HEALPix tile,
and you can configure how the weighted values are combined to
generate the eventual pixel values (and hence colours).
HEALPix
is a tiling scheme for the sky which uses square-ish pixels
of equal area to cover the celestial sphere.
The shading is done using the shared colour map. This colour map is used by all currently visible SkyDensity, Grid, Aux and Weighted layers. When at least one such layer is being plotted, the Aux Axis control is visible in the control panel, which allows you to configure the colour map, range, ramp display etc.
Example SkyDensity plot
SkyDensity form configuration panel
The configuration options are:
The following options (some are more useful than others) are currently available:
sum: the sum of all weights
mean: the mean of all weights
median: the median of all weights;
(note, this is expensive to calculate and may be slow)
min: the minimum weight
max: the maximum weight
stdev: the sample standard deviation of all weights
count: the number of points plotted
(weight value is ignored, this is like Density mode)
hit: one if any point is plotted, blank otherwise
(weight value is ignored, this is like Flat mode)
The Report panel provides information calculated by the plot:
) option
loads the data as a new table in the TOPCAT application, and
the Save (
) option
lets you save it directly to disk in one of the available table formats.