Script Installation
- In the dowloaded .zip file there is a folder called "ScriptName", place this unzipped folder and its contents in your /src/scripts folder. (Do not place the contents of the "ScriptName" folder directly in to /src/scripts but rather ensure that it is inside the scripts folder in a sub-folder called ScriptName). Refere to the specific script download page for the exact name of the "ScriptName".
- In PixInsight select "Script" menu >"Feature Scripts...".
- Click the "Add" button from the "Feature Scripts" dialog. Make sure the /src folder is selected and click "OK".
- The message "1 additional script(s) were found on directory ..." will be displayed, click "OK" and then "Done".
- The "ScriptName" script should now appear under the "Script" menu >"ScriptCategory" >"ScriptName". Refere to the specific script download page for the exact names of the "ScriptName" and "ScriptCategory".
More information is available, including a video, at: http://www.pixinsight.com.ar/en/docs/2/pixinsight-add-script.html.
Documentation Installation (Optional)
- In the dowloaded .zip file there is a folder called "pidoc", copy this unzipped folder to a temporary location. If the folder is not present then documentation for this script is not available.
- In PixInsight select "Script" menu >"Development" > "Documentation Compiler".
- Click "Add Files" and browse to the temporary "pidoc" folder that was created in step 1) above.
- Choose the "ScriptName.pidoc" file and click "Open" to add it to the "PIDoc Source Files" list.
- Click the "Run" button.
- Click "No" when asked if you want to perform another compilation.
- If all went well then the console should display "PIDocCompiler: 1 succeeded, 0 failed, 0 warning(s)".
- The documentation can be read by clicking the "Documentation" button at the bottom left of the "ScriptName" dialog, or by finding it in the "Process Explorer" under "ScriptCategory" >"ScriptName".