write.SED: Write SED to HDF5 file

View source: R/write.dataset.R

write.SEDR Documentation

Write SED to HDF5 file

Description

Write SED output of genShark and/or genSting.

Usage

write.SED(SED, filters, outdir, filename, verbose = FALSE)

write.SFH(SFHlist, filename = 'temp.hdf5', overwrite = FALSE)

Arguments

SED

Numeric data.frame; output of genShark or genSting.

filters

Character vector; filters to use for the photometry.

outdir

Character scalar; output directory.

filename

Character scalar; the path name of the HDF5 file requested.

verbose

Logical; should verbose output be provided?

SFHlist

List; output of getSFHfull.

overwrite

Logical; should dataset/s be overwritten if already present?

Details

Writes out a sensible HDF5 file for SEDs.

Value

Run for the side effect of making the desired HDF5 file.

Listing: name obj_type dataset.dims dataset.type_class SED H5I_GROUP <NA> <NA> ab_dust H5I_GROUP <NA> <NA> ab_nodust H5I_GROUP <NA> <NA> ap_dust H5I_GROUP <NA> <NA> ap_nodust H5I_GROUP <NA> <NA> filters H5I_DATASET 20 H5T_STRING id_galaxy_sky H5I_DATASET 32558 H5T_COMPOUND

Author(s)

Aaron Robotham

See Also

write.custom.dataset, write.group.safe

Examples

# Nothing yet!

asgr/Viperfish documentation built on July 8, 2023, 12:30 a.m.