×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Issue with solver where use image compress

  • Posts: 150
  • Thank you received: 15
When i use the image compress in indi control panel, the solver doesn't work. I have the message below :
<code>
2019-08-27T20:26:30 Solver failed. Try again.
2019-08-27T20:26:30 augment-xylist.c:590:backtick Failed to run command: /home/christian/Projects/astrometry.net/blind/../bin/image2pnm --infile /tmp/fitsf20913.fits.fz --uncompressed-outfile /tmp/tmp.uncompressed.mSgZBC --outfile /tmp/tmp.ppm.QcaYzc --ppm --mydir /home/christian/Projects/astrometry.net/blind/solve-field
ioutils.c:567:run_command_get_outputs Command failed: return value 255
2019-08-27T20:26:30 ERROR: Image type not recognized: Unknown image type "["cannot open `/tmp/fitsf20913.fits.fz' (No such file or directory)"]"
2019-08-27T20:26:30 Reading input file 1 of 1: "/tmp/fitsf20913.fits.fz"...
2019-08-27T20:26:30 /home/christian/Projects/astrometry.net/blind/solve-field -O --no-plots --no-verify --downsample 6 -L 0.575394 -H 0.879698 -u dw -3 246.06 -4 61.4749 -5 30 --config /home/christian/.local/share/kstars/astrometry/astrometry.cfg -W /tmp/solution.wcs /tmp/fitsf20913.fits.fz
2019-08-27T20:26:30 Starting solver...
2019-08-27T20:26:30 Solver iteration #1
2019-08-27T20:26:30 Index files index-4202 to index-4208 are missing. Astrometry.net would not be able to adequately solve plates until you install the missing index files. Download the index files from www.astrometry.net
2019-08-27T20:26:30 Image received.
2019-08-27T20:26:24 Capturing image...
</code>
in fact, the problem is that the solver doesn't find the fit image. When i look into the /tmp directory, i have not the file fitsf20913.fits.fz

I use the kstars 3.3.4 and last indi drivers
Last edit: 4 years 7 months ago by Picard.
4 years 7 months ago #42551

Please Log in or Create an account to join the conversation.

  • Posts: 150
  • Thank you received: 15
I done some more tests with and without image compression (from the indi panel).

When I capture image without compression, I see the fits file used by the solver in the /tmp directory :

and the log show that he use the file :
A,Dec = (299.9,22.7201), pixel scale 0.932895 arcsec/pix.
Hit/miss: Hit/miss: -+---+--+---+--+-----+++-----+--------------+(best)-------------------------------------------------------
2019-09-02T20:51:46 Only searching for solutions within 30 degrees of RA,Dec (300.113,22.7744)
Field 1 did not solve (index index-4210.fits, field objects 1-10).
[color=red]2019-09-02T20:51:46 Reading file "/tmp/fitsgt9965.axy"...[/color]
2019-09-02T20:51:46 Solving...
2019-09-02T20:51:45 Reading sort column "FLUX"
Sorting sort column
mmapping input file
Copying table header.
Writing row 0
Done
2019-09-02T20:51:44 simplexy: found 699 sources.
2019-09-02T20:51:43 Downsampling by 4...
2019-09-02T20:51:43 Extracting sources...

But, when I activate the compression, the solver doesn't find the file in /tmp directory.
2019-09-02T20:55:46 Solver failed. Try again.
2019-09-02T20:55:46 augment-xylist.c:590:backtick Failed to run command: /home/christian/Projects/astrometry.net/blind/../bin/image2pnm --infile /tmp/fitsNc9965.fits.fz --uncompressed-outfile /tmp/tmp.uncompressed.YQ1oKQ --outfile /tmp/tmp.ppm.0D11F2 --ppm --mydir /home/christian/Projects/astrometry.net/blind/solve-field
ioutils.c:567:run_command_get_outputs Command failed: return value 255
2019-09-02T20:55:46 ERROR: Image type not recognized: Unknown image type "["cannot open `/tmp/fitsNc9965.fits.fz' (No such file or directory)"]"
[color=red]2019-09-02T20:55:46 Reading input file 1 of 1: "/tmp/fitsNc9965.fits.fz"...[/color]
2019-09-02T20:55:46 /home/christian/Projects/astrometry.net/blind/solve-field -O --no-plots --no-verify --resort --downsample 4 -L 0.675 -H 0.934 -u dw -3 300.113 -4 22.7744 -5 30 --parity neg --config /home/christian/.local/share/kstars/astrometry/astrometry.cfg -W /tmp/solution.wcs /tmp/fitsNc9965.fits.fz
2019-09-02T20:55:46 Starting solver...
2019-09-02T20:55:46 Solver iteration #1
2019-09-02T20:55:46 Image received.
2019-09-02T20:55:40 Capturing image...

In the /tmp directory, the compress fits file doesn't exist and only a file, without extension, that is the uncompress fits :


Someone can do a test and confirm, or not, the issue ?
4 years 7 months ago #42813
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.377 seconds