Description Usage Arguments Details Value Examples
This function returns a
HPDataFrame containing the data in hpdf
restricted to the
CMBWindow new.window
. If the HPDataFrame has columns x,y,z
or theta, phi then these will be used to determine locations
with priority over the HEALPix indices in pix(hpdf)
unless healpixCentered = TRUE
is given. Note that
if healpixCentered = TRUE
then columns x,y,z or theta, phi
will be discarded and replaced with pixel center locations.
1 2 |
x |
A |
new.window |
Optional.
A single |
intersect |
A boolean that determines
the behaviour when |
healpixCentered |
A boolean. If the HPDataFrame has columns x,y,z
or theta, phi then these will be used to determine locations
with priority over the HEALPix indices in |
... |
Unused arguments. |
Windows that are tagged with set.minus
(see CMBWindow
)
are treated differently from other windows.
If the argument is a list of CMBWindows, then interiors of all windows whose
winType does not include "minus" are united (let A be their union) and
exteriors of all windows whose winType does include "minus" are intersected,
(let B be their intersection). Then, provided that
intersect = TRUE
(the default), the returned data.frame will
be the points of df
in the the intersection of
A and B.
Otherwise, if intersect = FALSE
, the returned data.frame
consists of the points of df
in the union of
A and B.
Note that if A (resp. B) is empty then the returned data.frame
will be the points of df
in B (resp. A).
A HPDataFrame containing the data in x
restricted to the
CMBWindow new.window
. Or, if new.window
is
unspecified, then the window attribute of x
is returned instead (and may be NULL).
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.