Learn R Programming

ProFound (version 1.14.1)

profoundShareFlux: Redistribute Fluxes

Description

Redistributes fluxes from a lower resolution segmentation map using the sharemat provided by profoundSegimShare.

Usage

profoundShareFlux(segstats = NULL, sharemat = NULL, weights = NULL)

Arguments

segstats

Data.frame, the profoundProFound segstats output that has been created using the segmentation output by profoundSegimShare.

sharemat

Numeric matrix, the sharemat output that has been created by profoundSegimShare.

weights

Numeric vector; additional weights to modify fluxes by. If provided must be the same length as dim(sharemat)[2] (i.e. the original list of segment properties, not the input segstats).

Value

Data.frame with minimal columns. Many properties cannot be redistributed, so we ignore those here. The few which can are flux, flux_err, mag, mag_err, N50, N90, N100 (see profoundSegimStats for a discussion of these properties).

Details

This is a high level utility to extract some useful catalogue properties for objects that have disappeared from the segmentation map when degrading the resolution. Since in this case flux is conserved, we have a few option to decide how to redistribute the flux.

See Also

profoundSegimShare, profoundSegimWarp, profoundProFound

Examples

Run this code
# NOT RUN {
#None yet
# }

Run the code above in your browser using DataLab