Skip to content

Commit

Permalink
Disabled sample_L1_par
Browse files Browse the repository at this point in the history
  • Loading branch information
hke committed Nov 19, 2021
1 parent a05128e commit 5ce0328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commander3/src/comm_tod_lfi_smod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module function constructor(handle, cpar, id_abs, info, tod_type) result(res)
! Initialize instrument-specific parameters
res%samprate_lowres = 1.d0 ! Lowres samprate in Hz
res%nhorn = 1
res%sample_L1_par = .true.
res%sample_L1_par = .false.
res%level = cpar%ds_tod_level(id_abs)
if(trim(res%level) == 'L1') then
res%compressed_tod = .true.
Expand Down

0 comments on commit 5ce0328

Please sign in to comment.