Convenience wrappers around ir_filter_metadata() that keep only the files of
a single measurement type (using the metadata type column): continuous flow
("cf"), dual inlet ("di"), or scan ("scan"). Like ir_filter_metadata()
they work on both ir_isofiles (from ir_read_isofiles()) and
ir_aggregated_data (from ir_aggregate_isofiles()) objects, cascade to the
other datasets, and drop any file whose metadata ends up empty.
Usage
ir_filter_for_continuous_flow(isofiles)
ir_filter_for_dual_inlet(isofiles)
ir_filter_for_scans(isofiles)Arguments
- isofiles
a collection of isofiles from
ir_read_isofiles()(ir_isofiles) or datasets aggregated fromir_aggregate_isofiles()(ir_aggregated_data)
