9 Array<T, 1> file_ids = input->read_field<T, 1>(dataset_name);
13 for (
int idx = 0; !found && idx < file_ids.rows(); idx++) {
14 if(file_ids(idx) == identifier) {
22 err <<
"The identifier " << identifier <<
" was not found in dataset: " << dataset_name <<
" in file: " << input->file_name();
Defines a simple mechanism by where a specific dataset from a HDF file is read along with some sort o...
This is the base of the exception hierarchy for Full Physics code.
ObservationId(const boost::shared_ptr< HdfFile > &input, const std::string &dataset_name, const T &identifier)
Apply value function to a blitz array.
Contains classes to abstract away details in various Spurr Radiative Transfer software.