View source: R/make.catalogue.apertures.R
make.catalogue.apertures | R Documentation |
__This function is not designed to be called directly, but rather is an internal function to measure.fluxes__
Create a length (m) list of (n,n) arrays, containing object apertures given input aperture parameters
make.catalogue.apertures(outenv=parent.env(environment()),env=NULL)
make.gaussian.apertures(outenv=parent.env(environment()),env=NULL)
make.segmentation.apertures(outenv=parent.env(environment()),env=NULL)
env |
environment; the environment containing the parameters used in ‘measure.fluxes’ |
outenv |
environment; the environment where the returned values are to be stored. If not provided, outenv defaults to the input env. |
Aperture parameters, which are used in the creation of the aperture stamps, are stored in the parameter environment ‘env’. The returned list of aperture stamps is sent to ‘outenv’. If not supplied, ‘outenv’ is set to be the same environment as ‘env’. The function make.catalogue.apertures creates boxcar apertures from the parameters provided. The make.gaussian.apertures function creates gaussian apertures, assuming that the axis parameters provided in the catalogue are gaussian StDevs. The make.segmentation.apertures function creates apertures from an input segmentation image, of arbitrary resolution.
numeric [[m]][n,n] list; aperture stamps with pixel range [0,1]
Angus H Wright ICRAR angus.wright@icrar.org
measure.fluxes, flux.measurements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.