Commit 3cbcb07
committed
Filter index files before solving
1 parent 143e620 commit 3cbcb07
File tree
8 files changed
+857
-9
lines changed- astrometry_extension
- astrometry
- test
8 files changed
+857
-9
lines changedSubmodule astrometry.net updated 74 files
- .circleci/config.yml+163-4
- Makefile+3-3
- __init__.py+1-1
- catalogs/Makefile+7-1
- catalogs/openngc-entries-csv.awk+3
- catalogs/openngc-names-csv.awk+3
- catalogs/tycho2.c+2-1
- catalogs/ucac5-fits.c+2-1
- catalogs/ucac5.c-1
- catalogs/ucac5tofits.c+2-1
- doc/build.rst+15-4
- doc/readme.rst+70-81
- docker/README.md+1
- include/astrometry/anwcs.h+18
- include/astrometry/errors.h+9-9
- include/astrometry/tycho2.h+1-1
- libkd/pyspherematch.c+19-4
- net/api.py+73-17
- net/appsecrets-example/__init__.py
- net/appsecrets-example/auth.py+25
- net/appsecrets-example/django.py+1
- net/appsecrets-example/django_db.py+4
- net/client/README+10-14
- net/client/client.py+3-2
- net/find.py+24-1
- net/models.py+71-20
- net/nova.cfg+11
- net/process_submissions.py+71-30
- net/settings_ccnova.py+4-2
- net/tempfile_middleware.py+28-20
- net/templates/album/album_set.html+1-1
- net/templates/home.html+1-1
- net/templates/license/license_link.html+1-1
- net/templates/pagination.html+7-7
- net/templates/submission/status.html+1-1
- net/templates/user_image/image_set.html+8-9
- net/templates/user_image/view.html+4-2
- net/urls.py+13-2
- net/uwsgi.sh+34-1
- net/views/home.py+1-1
- net/views/image.py+122-77
- net/views/submission.py+23-37
- plot/Makefile+11-15
- plot/plot-constellations.c+13
- plot/plotann.py-1
- qfits-an/anqfits.c+1-1
- qfits-an/qfits_memory.c+19-19
- sdss/Makefile+1-1
- sdss/dr7.py+1-1
- solver/Makefile+4-2
- solver/build-index-main.c+3-3
- solver/setup-solver.py+2-2
- solver/solve-field.c+1-1
- solver/solver.c+23
- util/Makefile+4-2
- util/anwcs.c+136-10
- util/errors.c+11-11
- util/fits.py+4-6
- util/image2pnm.py+23-15
- util/index.c+1-1
- util/lanczos.i+14-4
- util/makefile.anutils+1-1
- util/makefile.common+1-1
- util/makefile.wcslib+2
- util/multiproc.py+16
- util/removelines.py+2-2
- util/resample.py+66-21
- util/setup.py+2-2
- util/sip_qfits.c+10-4
- util/starutil_numpy.py+3-1
- util/test_util.py+4-4
- util/twrapper.py+55
- util/util.i+38-6
- util/xylist.c+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
212 | 228 | | |
213 | 229 | | |
214 | 230 | | |
215 | | - | |
| 231 | + | |
216 | 232 | | |
217 | 233 | | |
218 | 234 | | |
219 | 235 | | |
220 | 236 | | |
221 | | - | |
222 | 237 | | |
223 | 238 | | |
224 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
225 | 242 | | |
226 | 243 | | |
| 244 | + | |
| 245 | + | |
227 | 246 | | |
228 | 247 | | |
229 | 248 | | |
| |||
581 | 600 | | |
582 | 601 | | |
583 | 602 | | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
584 | 623 | | |
585 | 624 | | |
| 625 | + | |
586 | 626 | | |
587 | 627 | | |
588 | 628 | | |
| |||
620 | 660 | | |
621 | 661 | | |
622 | 662 | | |
| 663 | + | |
623 | 664 | | |
624 | 665 | | |
625 | 666 | | |
| |||
633 | 674 | | |
634 | 675 | | |
635 | 676 | | |
636 | | - | |
| 677 | + | |
637 | 678 | | |
638 | 679 | | |
639 | 680 | | |
| |||
731 | 772 | | |
732 | 773 | | |
733 | 774 | | |
| 775 | + | |
734 | 776 | | |
735 | 777 | | |
736 | 778 | | |
| |||
933 | 975 | | |
934 | 976 | | |
935 | 977 | | |
| 978 | + | |
936 | 979 | | |
937 | 980 | | |
938 | 981 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments