Author Topic: Image Plate Solve Script  (Read 53024 times)

Offline sctall

  • PixInsight Enthusiast
  • **
  • Posts: 88
  • scott
Re: Image Plate Solve Script
« Reply #75 on: 2014 January 28 13:28:53 »
I just started reading this thread, and literally had no idea what plate solving was or how it worked.
After reading most of the thread, and finding your help PDF file, I was able to solve a few of my images.
This is so cool!!!! 8)
Thanks
One thing that threw me was if I had a neg Dec, then I needed to select the "S" for Southern Hemisphere. Since I live in the Northern, I would not expect to ever select this. Did not see this in the doc.
But, by playing around with all the parameters, I got it to work.
Also I did not know the Image solver, prepared the Annotate to get the final image.
I also was able to download the catalog on the PI download site to run it locally on a system that's firewall wont let me out.

I really don't understand anything about these so called KEYWORDS yet or where they come from and are found.

Excellent, and a lot more to learn here.

Scott T.
ES102, WO GT81, astronomics, guide scope  CEM60
ASI120MC, ASI224MC, ASI178MM
Lunt60 SS,  moonlight focuser
LX200GPS

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Image Plate Solve Script
« Reply #76 on: 2014 January 28 14:13:55 »
well, S stands for the southern hemisphere of the celestial sphere... looking due south, anything in the sky between the southern horizon and an angle equivalent to your latitude are at negative declinations (southern declinations)

rob

Offline ericblondin

  • Newcomer
  • Posts: 2
Re: Image Plate Solve Script
« Reply #77 on: 2014 August 03 08:13:35 »
Hi Craig,

I had the same problem...
I do not know if you've found the answer to this old question, if not, I found two ways to solve this problem.

1 - change the screen resolution in System Preferences> for me it worked with 1680x1050 resolution

otherwise

2 - modify slightly the script "ImageSolver.js" in line 423 that controls the size of the window of the plugin.
You must disable the following three lines with a / /

Code: [Select]
 

this.setVariableHeight ();
this.targetImageGroup.adjustToContents ();
this.adjustToContents ();
/ / if (solverCfg.useActive)
/ / this.setFixedSize ();
/ / else
this.setMinHeight ();


This allows you to resize the window and have access to hidden fields.

This plugin is wonderful, thank you for this beautiful work...
I hope it can help mac users.

Eric.

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Image Plate Solve Script
« Reply #78 on: 2014 August 03 16:08:05 »
wrong thread??? but thanks for the hack, i have this problem as well.

Offline ericblondin

  • Newcomer
  • Posts: 2
Re: Image Plate Solve Script
« Reply #79 on: 2014 August 04 03:39:32 »
wrong thread? sorry, I tried to answer to Craig, page 5...
I was mistaken?

Eric.

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Image Plate Solve Script
« Reply #80 on: 2014 October 20 13:26:53 »
no my mistake, without the quote i couldn't tell :)

rob

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: Image Plate Solve Script
« Reply #81 on: 2015 June 16 13:08:21 »
I have published a new beta version in this thread: http://pixinsight.com/forum/index.php?topic=8616.0