PixInsight Forum (historical)
Software Development => New Scripts and Modules => Topic started by: AstroDude on 2018 July 24 12:12:02
-
Are we allowed to edit the batch pre-processing script. if so how??
-
you can edit any of the scripts using any text editor. there is also a built-in script editor in PI.
it's probably best to make a copy of the script first. when you launch a script from the menu, you'll see the command that actually launches the script in the console. you can copy/paste and command to point at your edited script while you are testing it. but the script editor in PI has buttons to launch the script being edited, i think.
rob
-
let me try it ...well i was able to make 1 change to High low rejection , in integration,, but it wont let me save it in the Pixinsight folder Win 10 access denied.!
in any event, it was Descriptors and Ransac that i wanted to adjust ( star align or Registration).. its not in any of the JS scripts . searched line by line..
Hmm
Mitch
-
you can save it to a different folder and then invoke it from the pixinsight console. or, you can move the new script into the scripts folder with a command shell that's got elevated privileges.
BPP might be calling SA expecting it to use defaults for # Descriptors and RANSAC tolerance so you might need to add some lines of code to set those parameters up.
rob