Skip to content

Commit 95df0bd

Browse files
committed
Fix some more DASTCOM issues
1 parent f84c2b1 commit 95df0bd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

sbpy/data/orbit.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,10 @@
1717
import astropy.units as u
1818
from warnings import warn
1919

20-
<<<<<<< HEAD
2120
from ..bib import cite
2221
from ..exceptions import SbpyException
2322
from . import conf, DataClass, QueryError, TimeScaleWarning
24-
=======
25-
from .. import bib
26-
from . import conf, DataClass
27-
<<<<<<< HEAD
28-
from .. import utils
29-
>>>>>>> Add a wrapper around dastcom5
30-
=======
3123
from . import utils
32-
>>>>>>> 1dcc8d27707274233209d89766b959bd980746ee
3324

3425
__all__ = ['Orbit', 'OrbitError', 'OpenOrbError']
3526

@@ -314,6 +305,7 @@ def from_mpc(cls, targetids, id_type=None, target_type=None, **kwargs):
314305

315306
return cls.from_table(all_elem)
316307

308+
@classmethod
317309
def from_dastcom5(cls, name):
318310
"""Load orbital elements from the DASTCOM5 Database
319311
(ftp://ssd.jpl.nasa.gov/pub/ssd/dastcom5.zip).

0 commit comments

Comments
 (0)