Commits
Ville Suoranta authored bef09f9cd3c Merge
69 69 | from tclean_pg import tclean_pg as tclean |
70 70 | from tclean2_pg import tclean2_pg as tclean2 |
71 71 | from impbcor_pg import impbcor_pg as impbcor |
72 72 | |
73 73 | # single dish tasks |
74 74 | from sdbaseline_pg import sdbaseline_pg as sdbaseline |
75 75 | from sdcal_pg import sdcal_pg as sdcal |
76 76 | from sdgaincal_pg import sdgaincal_pg as sdgaincal |
77 77 | from sdfit_pg import sdfit_pg as sdfit |
78 78 | from sdimaging_pg import sdimaging_pg as sdimaging |
79 - | from sdimprocess_pg import sdimprocess_pg as sdimprocess |
79 + | from sdfixscan_pg import sdfixscan_pg as sdfixscan |
80 80 | from sdsmooth_pg import sdsmooth_pg as sdsmooth |
81 81 | ### ASAP tasks ### |
82 82 | from sdaverageold_pg import sdaverageold_pg as sdaverageold |
83 83 | from sdbaselineold_pg import sdbaselineold_pg as sdbaselineold |
84 84 | from sdbaseline2old_pg import sdbaseline2old_pg as sdbaseline2old |
85 85 | from sdcalold_pg import sdcalold_pg as sdcalold |
86 86 | from sdcal2old_pg import sdcal2old_pg as sdcal2old |
87 87 | from sdcoaddold_pg import sdcoaddold_pg as sdcoaddold |
88 88 | from sdfitold_pg import sdfitold_pg as sdfitold |
89 89 | from sdflagold_pg import sdflagold_pg as sdflagold |