Function to set by reference the "how.measured" attribute of an existing generic_spct or derived-class object.
setHowMeasured(x, how.measured)how_measured(x) <- value
a generic_spct object
a list
x
Other measurement metadata functions:
getFilterProperties()
,
getHowMeasured()
,
getInstrDesc()
,
getInstrSettings()
,
getWhatMeasured()
,
getWhenMeasured()
,
getWhereMeasured()
,
get_attributes()
,
isValidInstrDesc()
,
isValidInstrSettings()
,
select_spct_attributes()
,
setFilterProperties()
,
setInstrDesc()
,
setInstrSettings()
,
setWhatMeasured()
,
setWhenMeasured()
,
setWhereMeasured()
,
spct_attr2tb()
,
trimInstrDesc()
,
trimInstrSettings()
# NOT RUN {
my.spct <- sun.spct
how_measured(my.spct)
how_measured(my.spct) <- "simulated with a radiation transfer model"
how_measured(my.spct)
# }
Run the code above in your browser using DataLab