# Download the index files up to 10% of your image scale, so up to 22 arcmin (-08-19, -07) or 16 arc min ((-08-19, -07, -06)
[sudo] password for h:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package astrometry.net
E: Couldn't find any package by glob 'astrometry.net'
E: Couldn't find any package by regex 'astrometry.net'
h@han:~$
I did some testing and it is fixed by one command I didn't mention this morning (thought it was not important). This fixes the problem:
h@han:~$ sudo apt update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7,532 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4,354 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [681 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [285 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [8,072 B]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2,672 B]
Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [565 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [229 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.2 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8,052 B]
Get:17 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4,860 B]
Get:18 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [3,220 B]
Get:19 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [6,616 B]
Get:20 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3,768 B]
Get:21 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [408 kB]
Get:22 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [179 kB]
Get:23 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7,472 B]
Get:24 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2,412 B]
Get:25 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [190 kB]
Get:26 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [99.0 kB]
Get:27 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3,208 B]
Get:28 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1,408 B]
Fetched 15.1 MB in 14s (1,059 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
73 packages can be upgraded. Run 'apt list --upgradable' to see them.
Then the sudo apt install astrometry.net works.
---------------------------------------------------------------------------------------------------
The correct copy command is :
sudo cp /mnt/c/temp/ast/astrometry/*.* /usr/share/astrometry
Download 2-mass is 32 gbyte. Needs some selection:
--------------------------------------------------------------------------------------------------
h@han:~$ sudo apt install astrometry.net astrometry-data-2mass
Reading package lists... Done
Building dependency tree
Reading state information... Done
astrometry.net is already the newest version (0.67+dfsg-1).
The following additional packages will be installed:
astrometry-data-2mass-00 astrometry-data-2mass-01 astrometry-data-2mass-02 astrometry-data-2mass-03
astrometry-data-2mass-04 astrometry-data-2mass-05 astrometry-data-2mass-06 astrometry-data-2mass-07
astrometry-data-2mass-08-19
The following NEW packages will be installed:
astrometry-data-2mass astrometry-data-2mass-00 astrometry-data-2mass-01 astrometry-data-2mass-02
astrometry-data-2mass-03 astrometry-data-2mass-04 astrometry-data-2mass-05 astrometry-data-2mass-06
astrometry-data-2mass-07 astrometry-data-2mass-08-19
0 upgraded, 10 newly installed, 0 to remove and 71 not upgraded.
Need to get 32.0 kB of archives.
After this operation, 33.8 GB of additional disk space will be used.
Do you want to continue? [Y/n]
This is too much (33.2gb) . You need the index files down to about 10% of your image dimensions (http://astrometry.net/doc/readme.html). So typically
Range of the three files below:
2000-30 arcmin
30-22 arcmin
22-16 arcmin
I will update my previous message with this information.
Thanks for the quick reply. See remarks below. 0 NGC/IC objects.
An other user is facing the same problem:
With 0.67 and 0.70 from Debian packages, under Linux Mint, I get annotation of stars but not NGC objects. This is the case even after putting the five NGC files in place as described above (in /usr/share/astrometry). Am I doing it wrong, or using defective files, or something? See my earlier posting.
If you run solve-field with the "-v" option, you will see the command-line it is using to run the plot-constellations program. This might give you more details.
The NGC/IC catalogs are compiled in to the plot-constellations program -- you do not need any data files.
You can also try using the "plotann.py" python
Yes but the files are installed manually. Is this correct location?:
/usr/share/astrometry/data
I have either:
sudo wget
https://github.com/dstndstn/astrometry.net/raw/master/catalogs/ngc2000names.dat
sudo wget https://github.com/dstndstn/astrometry.net/raw/master/catalogs/ngc2000_pos.txt
sudo wget https://github.com/dstndstn/astrometry.net/raw/master/catalogs/ngc2000.dat
sudo wget https://github.com/dstndstn/astrometry.net/raw/master/catalogs/ngc2000-readme.txt
sudo wget https://github.com/dstndstn/astrometry.net/raw/master/catalogs/ic2000_pos.txt
or older versions from a Cygwin installation.
Kind regards, Han