Skip to content

Commit

Permalink
Add more lofar-vlbi settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Jul 23, 2023
1 parent 6d7e1a4 commit 6b0361c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runners/create_ms_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def save(self, fname):
vlbiparser.add_argument('--phasesol', type=str, default='TGSSphase', help='Name of the soltab with LINC target phase solutions.')
vlbiparser.add_argument('--reference_stationSB', type=int, default=104, help='Name of the soltab with LINC target phase solutions.')
vlbiparser.add_argument('--number_cores', type=int, default=12, help='Number of cores to use per job for tasks with high I/O or memory.')
vlbiparser.add_argument('--max_dp3_threads', type=int, default=5, help='The number of threads per DP3 process.')

dparser = parser.add_argument_group('== Data and calibration ==')
dparser.add_argument('--cal_solutions', type=cwl_file, default='', help='Path to the final LINC calibrator solution file.')
Expand Down

0 comments on commit 6b0361c

Please sign in to comment.