19 #include "ioda/ObsDataVector.h"
20 #include "oops/util/IntSetParser.h"
26 static ObsFunctionMaker<ChannelUseflagCheckRad>
38 std::copy(channelset.begin(), channelset.end(), std::back_inserter(
channels_));
43 ASSERT(useflag.size() ==
channels_.size());
59 const size_t nlocs = in.
nlocs();
66 for (
size_t ichan = 0; ichan < nchans; ++ichan) {
67 for (
size_t iloc = 0; iloc < nlocs; ++iloc) {
68 out[ichan][iloc] = useflag[ichan];