Skip to content

Commit

Permalink
Updated data
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Oct 18, 2024
1 parent 4854411 commit 6d95b3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions discovery-mp/all_process.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#!/bin/sh

url="https://minorplanetcenter.net/iau/lists/NumberedMPs.txt.gz"
#url="https://minorplanetcenter.net/iau/lists/NumberedMPs.txt.gz"
url="https://minorplanetcenter.net/iau/lists/NumberedMPs.txt"

echo "[Step 1] Downloading Discovery Circumstances...\n"

echo "Processing $url"
curl -# --retry 3 --connect-timeout 720 -R -O $url
sleep 5

echo "[Step 2] Extract text...\n"
gzip -d ./*.gz
#echo "[Step 2] Extract text...\n"
#gzip -d ./*.gz

echo "[Step 3] Create Discovery Circumstances for Stellarium...\n"

Expand Down
Binary file modified discovery-mp/discovery_circumstances.dat
Binary file not shown.
4 changes: 2 additions & 2 deletions discovery-mp/discovery_circumstances.fab
Original file line number Diff line number Diff line change
Expand Up @@ -682852,7 +682852,7 @@
682833 2007-01-10 Mount Lemmon Survey
682834 2007-02-06 Mount Lemmon Survey
682835 2007-02-10 Mount Lemmon Survey
682836 2003-08-04 Spacewatch at Kitt Peak
682836 2007-02-17 Mount Lemmon Survey
682837 2007-02-06 Spacewatch at Kitt Peak
682838 2001-09-19 LINEAR
682839 2007-02-14 Maunakea
Expand Down Expand Up @@ -706585,7 +706585,7 @@
706567 2010-04-07 Mount Lemmon Survey
706568 2010-04-20 WISE
706569 2016-08-14 Pan-STARRS 1
706569 2008-10-01 Mount Lemmon Survey
706570 2008-10-01 Mount Lemmon Survey
706571 2017-11-20 Pan-STARRS 1
706572 2010-05-03 Spacewatch at Kitt Peak
706573 2010-04-15 Mount Lemmon Survey
Expand Down

0 comments on commit 6d95b3d

Please sign in to comment.