Skip to content

Commit 7e10513

Browse files
committedJun 1, 2021
Add one channel to end of cube1&2
Trying to ensure cubes 1 &2 have 1218, instead of 1217, channels
1 parent c5b85a8 commit 7e10513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎apercal/modules/default.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ line_beams = 'all' # Beams to run line imaging
163163
line_first_level_threads = 32 # set the first level threads for line
164164
line_second_level_threads = 16 # set the second level threads for line
165165
#line_cube_channel_list = [[1057, 4710], [4387, 8040], [7717, 11370], [11047, 12265]]
166-
line_cube_channel_list = [[1, 3544], [3222, 6875], [6552, 10205], [9882, 11100]]
166+
line_cube_channel_list = [[1, 3544], [3222, 6876], [6552, 10206], [9882, 11100]]
167167
line_cube_channelwidth_list = [3.6621e-05, 3.6621e-05, 3.6621e-05, 1.2207e-05] # list of channel widths of the cube for splitting data
168168
line_splitdata = True # if True: split the band into subbands for faster processing
169169
line_splitdata_chunkbandwidth = 0.0046875 # in GHz: defines number of subbands and is 0.15/(number of subbands): default for 16 subbands is 0.009375 = 0.3/16 GHz or 32 chunks with 0.0046875

0 commit comments

Comments
 (0)
Failed to load comments.