PixInsight Forum (historical)

PixInsight => Wish List => Topic started by: Geoff on 2014 July 16 21:16:09

Title: Subframe selector
Post by: Geoff on 2014 July 16 21:16:09
It would be nice to have a "Load Views" option.
Geoff
Title: Re: Subframe selector
Post by: mschuster on 2014 August 05 09:35:06
Hi Geoff,

No plans to add this option.

Some script features require file path names to run (Output Subframes and Output Maps).

The common use case is (un)calibrated frames, which normally reside in files.

For a few views, please use the script FWHMEccentricity. It works great on views. For a lot of views with tables and plots, please save them first.

Thanks,
Mike
Title: Re: Subframe selector
Post by: pfile on 2014 August 05 10:02:53
sort of the opposite question -

is it impossible to have SFS be able to open an image because of the script UI modality? sometimes it would be nice to see one of the images that SFS has analyzed to see what it really looks like (double stars, etc.)

rob
Title: Re: Subframe selector
Post by: mschuster on 2014 August 05 10:36:03
Modality is the issue. A script can easily open image windows, but those windows are in the background and cannot be manipulated. For example, FWHMEccentricity Support does this, but the overlapping new windows are not entirely viewable until the script closes.

An exception is the script's "View documentation" button. I think this works only for this special case.

Mike
Title: Re: Subframe selector
Post by: pfile on 2014 August 05 12:28:01
OK - i guess juan was going to fix the UI stuff at some point. would be nice.

rob