Skip to content

Commit

Permalink
Merge pull request #56 from AlexKurek/Remove-unused-modules-6
Browse files Browse the repository at this point in the history
Remove unused modules 6
  • Loading branch information
revoltek authored Feb 17, 2025
2 parents d11a475 + a6012c3 commit 155ded4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/eval_ampres.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

import os, sys, pickle, glob, re
import os, pickle, glob, re
import numpy as np
from losoto import h5parm

Expand Down
2 changes: 1 addition & 1 deletion scripts/flagonmindata.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

import os, sys, logging, time
import sys, logging, time
import numpy as np
from casacore.tables import taql, table
import matplotlib as mpl
Expand Down
5 changes: 2 additions & 3 deletions scripts/h5_merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
import ast

# Third-party imports
import numpy as np
from numpy import (
zeros, ones, round, unique, array_equal, append, where, isfinite, complex128,
zeros, ones, round, unique, array_equal, append, isfinite, complex128,
expand_dims, ndarray, pi, array, all, exp, angle, sort, sum, finfo, take,
diff, equal, transpose, cumsum, insert, abs, asarray, newaxis, argmin,
diff, transpose, cumsum, insert, abs, asarray, newaxis, argmin,
cos, sin, float32, memmap
)
from scipy.interpolate import interp1d
Expand Down

0 comments on commit 155ded4

Please sign in to comment.