Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Radcliffe authored and Jack Radcliffe committed Sep 29, 2021
1 parent 61e7f95 commit bd7c9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wf_vlbi_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
write_hpc_headers(step,params)

## Make mosaic
commands.append('%s make_mosaic.py'%inputs['CASA_exec'])
commands.append('%s simulations/make_mosaic.py'%inputs['CASA_exec'])

## Make rms map
commands.append('%s %s/mosaic.linmos.fits'%(inputs['rms_exec'],inputs['output_path']))
Expand Down

0 comments on commit bd7c9aa

Please sign in to comment.