Skip to content

Commit cbaf486

Browse files
D-arioSpaceceb8
authored andcommitted
Update tabs.py and the clolin file
1 parent 6077272 commit cbaf486

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

astroquery/esa/neocc/tabs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def clo_appr_parser(data_obj):
481481
df_close_appr = pd.DataFrame()
482482
else:
483483
# Read data as csv
484-
df_close_appr = pd.read_csv(df_impacts_d,
484+
df_close_appr = pd.read_csv(df_impacts_d, skiprows=[0],
485485
delim_whitespace=True)
486486
# Convert Date column to datetime format
487487
# Create auxilary columns
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
TIME SCALE = 'UTC'
2+
BODY CALENDAR-TIME MJD-TIME TIME-UNCERT. NOM.-DISTANCE MIN.-POSS.-DIST. DIST.-UNCERT. STRETCH WIDTH PROBABILITY
3+
EARTH 1975/01/23.31854 42435.318538495 1.278024877E-05 1.511341503946359E-01 1.511340923610960E-01 1.933594469527795E-08 5.914E-08 1.325E-08 1.00E+00
4+
EARTH 2012/01/31.45799 55957.457989172 1.075286529E-05 1.786758145648161E-01 1.786757926699883E-01 7.292275621344764E-09 3.072E-08 7.231E-09 1.00E+00
5+
EARTH 2056/01/24.45957 72021.459565604 1.472032788E-05 1.497821834273084E-01 1.497821329214336E-01 1.683724911547139E-08 6.812E-08 1.417E-08 1.00E+00
6+
EARTH 2093/01/31.65668 85543.656675743 1.982335737E-05 1.824636629273428E-01 1.824634493328226E-01 7.118081416672325E-08 1.357E-07 1.757E-08 1.00E+00

0 commit comments

Comments
 (0)