Skip to content

Commit

Permalink
test_plotastrodata
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukeaso-astron committed Dec 11, 2024
1 parent c428388 commit faa288f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions test_plotastrodata.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
from plotastrodata.analysis_utils import *
from plotastrodata.fft_utils import *
from plotastrodata.fits_utils import *
from plotastrodata.fitting_utils import *
from plotastrodata.los_utils import *
from plotastrodata.other_utils import *
from plotastrodata.plot_utils import *
from plotastrodata.analysis_utils import AstroData, AstroFrame
from plotastrodata.fft_utils import fftcentering2, ifftcentering2
from plotastrodata.fits_utils import FitsData, fits2data, data2fits
from plotastrodata.fitting_utils import PTEmceeCorner
from plotastrodata.los_utils import obs2sys, sys2obs, polarvel2losvel
from plotastrodata.other_utils import (coord2xy, xy2coord, rel2abs, abs2rel,
estimate_rms, trim, BnuT, JnuT, gaussian2d)
from plotastrodata.plot_utils import (set_rcparams, PlotAstroData,
plotprofile, plotslice, plot3d)


def test_astrodata():
Expand Down

0 comments on commit faa288f

Please sign in to comment.