Author Topic: MAKE IT EASY TO STACK LIKE DSS  (Read 2749 times)

Lex

  • PixInsight Old Hand
  • ****
  • Posts: 492
  • Astrophotography rules !!
    • View Profile
Re: MAKE IT EASY TO STACK LIKE DSS
« Reply #30 on: 2012 April 24 22:47:55 »
Max;

thanks for that, I will try it ASAP. Hope it will shorten preprocessing...
Huge thanks to Kai also for this!
Clear Skies!!

Lex
______________________________________

CGEM Mount, C11, TS UNC 10" f5, TS Carbon Triplet Apo 90/600, TSOAG 9mm
ATIK 383L+ & EFW2, Lodestar, QHY6,

Observation site 20 km SW of Luxemburg City

georg.viehoever

  • PixInsight Jedi Knight
  • *****
  • Posts: 1536
    • View Profile
Re: MAKE IT EASY TO STACK LIKE DSS
« Reply #31 on: 2012 April 25 07:47:43 »
The script has been released as on official update. If you update PI using the update mechanism, it should already be on your system.
Georg (6 inch Newton, unmodified Canon EOS40D, unguided EQ5 mount)

Savantster

  • Newbie
  • Posts: 2
    • View Profile
Re: MAKE IT EASY TO STACK LIKE DSS
« Reply #32 on: 2012 May 04 03:56:34 »
Thought I'd chime in here..

The new script is most excellent except for one oversight (can someone bring this to the attention of the script authors?).. There is no way to adjust star detection in the script, but there is a way to do it when you do Star Align on its own. This is a huge problem for those of us with inferior equipment/skills (running Alt/Az and just starting out in AP, so I have lots of very noisy 15s shots of hard to get targets).

Using Star Align directly, I can set it to process all 133 images I have in my stack. Using BatchPreprocessing, nothing flies (I have way too much noise/LP in my frames for the standard detection values).

Secondly, given that there should be a way to parse out any given image (based on various thresholds, and with some kind of "test" button) and decide if it even has usable data (certain percentage of "found stars" are round enough, etc), it shouldn't be too much trouble (for one of you knowledgeable folks) to put in a routine up front of Star Align (or it's own script) that removes files from the file list of light subs to be processed. As noted in other posts, DSS does it quite handily. PI has much better processing once you have frames to process, but the act of excluding images from a stack so people don't have to spend hours going over hundreds of frames to find out if they "look clean enough" should be a no brainer. I mean, isn't the point of computers to speed up what we do with our eyes/hands?.. And clearly it can be done, and with great success, as DSS and others show. --- perhaps another postfix on file names of _g for "good stars"? Then just _g files could be picked for alignment; or another "output directory" option where good files are copied over, or something... anything..

Failing all of that... where is the API info and code/algorithms used today? As a Software Engineer, perhaps I can contribute to PI by making a parser/script to help sort large stacks. I just need access (and some time to learn the code :) )

georg.viehoever

  • PixInsight Jedi Knight
  • *****
  • Posts: 1536
    • View Profile
Re: MAKE IT EASY TO STACK LIKE DSS
« Reply #33 on: 2012 May 04 06:13:18 »
Savanster,

you can find the JavaScript code to BatchProcessing in your PI installation, in my case  C:\Program Files\PixInsight\src\scripts\BatchPreprocessing . Usually, Juan picks up good proposals and source code changes after a while (sometimes after a gentle nudge.  ;) ).

Georg
Georg (6 inch Newton, unmodified Canon EOS40D, unguided EQ5 mount)