Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant initialization of bandpass structure #26

Open
haraltho opened this issue Feb 22, 2021 · 0 comments
Open

Redundant initialization of bandpass structure #26

haraltho opened this issue Feb 22, 2021 · 0 comments
Assignees

Comments

@haraltho
Copy link
Collaborator

In comm_data_mod

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
@haraltho haraltho self-assigned this Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant