File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616import numpy as np
1717import pymongo
1818from astropy .time import Time , TimeDelta
19+ from FRion import correct , predict
1920from prefect import flow , get_run_logger , task
2021from tqdm .auto import tqdm
2122
2829)
2930from arrakis .utils .fitsutils import getfreq
3031from arrakis .utils .pipeline import generic_parser , logo_str , workdir_arg_parser
31- from FRion import correct , predict
3232
3333logger .setLevel (logging .INFO )
3434TQDM_OUT = TqdmToLogger (logger , level = logging .INFO )
Original file line number Diff line number Diff line change 1212from astropy .io import fits
1313from astropy .utils .exceptions import AstropyWarning
1414from astropy .wcs import WCS
15+ from FRion .correct import find_freq_axis
1516from spectral_cube .utils import SpectralCubeWarning
1617
1718from arrakis .logger import logger
18- from FRion .correct import find_freq_axis
1919
2020warnings .filterwarnings (action = "ignore" , category = SpectralCubeWarning , append = True )
2121warnings .simplefilter ("ignore" , category = AstropyWarning )
You can’t perform that action at this time.
0 commit comments