You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fields data(n)%tod%label(j) and cpar%ds_tod_dets(i) are both supposed to hold the detector names. Get rid of one.
do j = 1, data(n)%ndet
data(n)%bp(j)%p => comm_bp(cpar, n, i, detlabel=data(n)%tod%label(j))
end do
if (trim(cpar%ds_tod_type(i)) == 'none') then
data(n)%bp(0)%p => comm_bp(cpar, n, i, detlabel=data(n)%label)
else
data(n)%bp(0)%p => comm_bp(cpar, n, i, subdets=cpar%ds_tod_dets(i))
end if
The text was updated successfully, but these errors were encountered:
In comm_data_mod
The fields
data(n)%tod%label(j)
andcpar%ds_tod_dets(i)
are both supposed to hold the detector names. Get rid of one.The text was updated successfully, but these errors were encountered: