Search found 2 matches

by NickQ
07 Oct 2021, 22:16
Forum: Scripts
Topic: Preprocessing script
Replies: 1
Views: 1207

Re: Preprocessing script

Answering my own question ...

All I needed to do was make sure that pre$ was re-initialised to "#PREPROCESSING" between each image set! My first attempt ended up with pre$ getting more and more image names appended to it.
by NickQ
07 Oct 2021, 17:03
Forum: Scripts
Topic: Preprocessing script
Replies: 1
Views: 1207

Preprocessing script

Hello, Is there a way to delete images from the pre-processing window using a script? I want to use something like the code below but embed it within a loop to automatically process sets of different images one after another. Thanks. dir = "D:\Astro-pics\misc\" ' my directory pre$ = "#PREPROCESSING"...