meteortools.rmsutils

The functions in this module require RMS and/or WMPL to be in the PythonPath.

Require RMS:
multiDayRadiant
analyseUFOwithRMS

Require WMPL:
multiEventGroundMap
plotCAMSOrbits
plotRMSOrbits

 1# Copyright (C) 2018-2023 Mark McIntyre
 2# flake8: noqa
 3
 4"""
 5The functions in this module require RMS and/or WMPL to be in the PythonPath.  
 6
 7Require RMS:  
 8    multiDayRadiant  
 9    analyseUFOwithRMS  
10
11Require WMPL:  
12    multiEventGroundMap  
13    plotCAMSOrbits  
14    plotRMSOrbits  
15
16"""
17
18from .multiDayRadiant import multiDayRadiant
19from .analyseUFOwithRMS import analyseUFOwithRMS
20from .multiEventGroundMap import multiEventGroundMap
21from .plotCAMSOrbits import plotCAMSOrbits
22from .plotRMSOrbits import plotRMSOrbits
23from .pickleToKml import pickleToKml
24from .pickleToKml import pickleTo2dTrack