×

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

Bi-monthly release with minor bug fixes and improvements

Ekos/Kstars capture and solve doesn't solve

  • Posts: 116
  • Thank you received: 2
Tonight i tried to capture and solve to align my scope. I solve thru offline indexfiles.
The image was captured but it didn't solve.
When i took a image and tried to solve it thru astronometry.net i could determinate the stars.

I had the accuracy on 30.
5 years 5 months ago #30700

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

  • Posts: 2255
  • Thank you received: 223
Can you post a link to the nova.astrometry solve please? And what indexes do you have installed?
5 years 5 months ago #30701

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

  • Posts: 1029
  • Thank you received: 301
Also you can try to solve without radius constraint to mimick the web service.

-Eric
5 years 5 months ago #30706

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

  • Posts: 116
  • Thank you received: 2
The date of the indexfiles is december, 7th 2014.
I have all the indexfiles for narro medium 2' to 1400'. The required ones and also the recommended ones.

This is the link to one solved image:

nova.astrometry.net/user_images/2428034#annotated


I saw that the FOV stood at 60' X 40'. It should be 65' X 45'. Not knowing if this makes any difference?
5 years 5 months ago #30710

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

  • Posts: 2255
  • Thank you received: 223
If I use the solve-fields command I get on my Ekos, I cannot solve it.

solve-field -O --no-plots --no-verify --resort --downsample 2 -3 279.392 -4 38.8038 -5 30 mirach_Light_001.fits
it goes on and on for ever...


However If I use my old script, it solves it within seconds.
# more verify.sh 
#!/bin/sh
 
#generate wcs file, change scale if necessary
solve-field -z 2 -B none -P none -M none -S none -R none -U none -T -p -O $1
echo "------"
pic=`basename "$1" | sed 's/\(.*\)\..*/\1/'`
#plot-constellations -w $pic.wcs -B -L -v 2>&1 |  egrep "Polaris|Lambda" | grep -Ev The
plot-constellations -w $pic.wcs -B -L -v 2>&1
echo "------"
rm *.wcs *.new *.axy


results:

# ./verify.sh mirach_Light_001.fits
Reading input file 1 of 1: "mirach_Light_001.fits"...
jpegtopnm: WRITING PGM FILE
Read file none: 4144 x 2822 pixels x 1 color(s); maxval 255
Using 8-bit output
Extracting sources...
Downsampling by 2...
simplexy: found 1545 sources.
Solving...
Reading file "./mirach_Light_001.axy"...
Field 1 did not solve (index index-4219.fits, field objects 1-10).
Field 1 did not solve (index index-4218.fits, field objects 1-10).
Field 1 did not solve (index index-4217.fits, field objects 1-10).
Field 1 did not solve (index index-4216.fits, field objects 1-10).
Field 1 did not solve (index index-4215.fits, field objects 1-10).
Field 1 did not solve (index index-4214.fits, field objects 1-10).
Field 1 did not solve (index index-4213.fits, field objects 1-10).
Field 1 did not solve (index index-4212.fits, field objects 1-10).
Field 1 did not solve (index index-4211.fits, field objects 1-10).
Field 1 did not solve (index index-4210.fits, field objects 1-10).
Field 1 did not solve (index index-4207-11.fits, field objects 1-10).
Field 1 did not solve (index index-4207-10.fits, field objects 1-10).
Field 1 did not solve (index index-4207-09.fits, field objects 1-10).
Field 1 did not solve (index index-4207-08.fits, field objects 1-10).
Field 1 did not solve (index index-4207-07.fits, field objects 1-10).
Field 1 did not solve (index index-4207-06.fits, field objects 1-10).
Field 1 did not solve (index index-4207-05.fits, field objects 1-10).
Field 1 did not solve (index index-4207-04.fits, field objects 1-10).
Field 1 did not solve (index index-4207-03.fits, field objects 1-10).
Field 1 did not solve (index index-4207-02.fits, field objects 1-10).
Field 1 did not solve (index index-4207-01.fits, field objects 1-10).
log-odds ratio 135.618 (7.9079e+58), 43 match, 0 conflict, 111 distractors, 56 index.
RA,Dec = (16.4069,33.433), pixel scale 0.949341 arcsec/pix.
Hit/miss: Hit/miss: --++---+-++++--+-++--+--+++----+-++-++
+-+++++-+
+
+-+---+---+
+
+-++
Field 1: solved with index index-4207-00.fits.
Field: mirach_Light_001.fits
Field center: (RA,Dec) = (16.406700, 33.433067) deg.
Field center: (RA H:M:S, Dec D:M:S) = (01:05:37.608, +33:25:59.040).
Field size: 65.5658 x 44.65 arcminutes
Field rotation angle: up is -119.285 degrees E of N
Field parity: neg
Creating new FITS file "./mirach_Light_001.new"...

Trying to parse SIP/TAN header from mirach_Light_001.wcs...
Got SIP header.
Checking 5023 bright stars.
5 years 5 months ago #30712

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


What was the Ekos solver options used?
The following user(s) said Thank You: Ray Wells
5 years 5 months ago #30716

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

  • Posts: 116
  • Thank you received: 2
My solver options
5 years 5 months ago #30717
Attachments:

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

I mean the complete solver options in the alignment module toward the bottom, you can copy/paste those. Or if you can just attach the detailed log, it should contain the solver command with options as well.
5 years 5 months ago #30718

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

  • Posts: 1029
  • Thank you received: 301
Not sure, but isn't the resulting RA of 16 far off the expected 279? Sorry it's been a short sleep.

-Eric
5 years 5 months ago #30719

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

  • Posts: 116
  • Thank you received: 2
Don't understand which options.
Last edit: 5 years 5 months ago by Joshua R.
5 years 5 months ago #30720
Attachments:

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

5 years 5 months ago #30721
Attachments:

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

  • Posts: 116
  • Thank you received: 2
-O --no-plots --no-verify --resort --downsample 2 -L 42.75 -H 69.3 -u aw -3 284.336 -4 90 -5 30
5 years 5 months ago #30722

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

Time to create page: 0.675 seconds