Skip to content

Commit

Permalink
shift uvplot import
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Kennedy committed Sep 15, 2020
1 parent 50d677f commit c673bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alma/casa.py
@@ -1,6 +1,5 @@
import os
import numpy as np
import uvplot.io

'''CASA functions related to fitting models to ALMA data.'''

Expand Down Expand Up @@ -119,6 +118,7 @@ def export_multi_uv_tables(ms, channels, file, tb, split):
'''

print('This call will probably fail, paste out the code and run it.')
import uvplot.io
for i in np.arange(channels[0], channels[1]+1):
split_args = {'vis':ms,'datacolumn':'data','keepflags':False,
'timebin':'20s','spw':'0:{}'.format(i)}
Expand Down

0 comments on commit c673bed

Please sign in to comment.