Author Topic: Basic Processing Shortcut  (Read 21481 times)

Offline Jack Harvey

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 975
    • PegasusAstronomy.com & Starshadows.com
Re: Basic Processing Shortcut
« Reply #15 on: 2010 February 04 10:23:28 »
Ahhh I found my mistake in typing my script and it now works.  One small glitch is I was using workspace number 3 so it loads them on #3.  Anyway to load them to #1 or even to all workspaces Juan?

Anyway this is great!
Jack Harvey, PTeam Member
Team Leader, SSRO/PROMPT Imaging Team, CTIO

Offline Niall Saunders

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1456
  • We have cookies? Where ?
Re: Basic Processing Shortcut
« Reply #16 on: 2010 February 04 10:33:58 »
Hi Jack - I think that has been an outstanding request for Juan

I want to be able to save 'a selection' of Process Icons to a 'Process Icon File'

And then I want to be able to reload them 'to a Workspace', merged as necessary (in reality, the 'Load' process should DEFAULT to 'merge' - to protect the existing icons on all workspaces)

And I want to be able to include iconised images as part of any selection (the re-load GUI should simply tell me if an image is now 'missing', and let me try and find it as necessary, perhaps even 'globally' for the remainder of the 'load' operation, if I have been shunting my data around my hard drive(s)).

And any iconised images should be saved WITH all defined previews - on request. And the same should go for mask references.

I hate not being able to define a bunch of previews to define a background selection for preview aggregator, and have no way of 'storing' this action for future replay - say for a tutorial video, for example.

Rambling thoughts, as usual . . . .

Cheers,
Cheers,
Niall Saunders
Clinterty Observatories
Aberdeen, UK

Altair Astro GSO 10" f/8 Ritchey Chrétien CF OTA on EQ8 mount with homebrew 3D Balance and Pier
Moonfish ED80 APO & Celestron Omni XLT 120
QHY10 CCD & QHY5L-II Colour
9mm TS-OAG and Meade DSI-IIC

Offline RobF2

  • PixInsight Addict
  • ***
  • Posts: 189
  • Rob
    • Rob's Astropics
Re: Basic Processing Shortcut
« Reply #17 on: 2011 January 29 21:26:52 »
I wish there was a way of saving a collection of process icons, perhaps even as some sort of floating toolbar.  Its just so convenient to have the one you use all the time on hand ready to drag into action over an image.  

Its getting to be a drag though (no pun intended  :footinmouth:) having to go back and tweak startup.scp and point it back at my process icon collection for every new version.  I don't like to retain too many settingts as versions advance in case I miss out on something.  Is there any easy way to keep my favourite icons within reach?  (I'm forever having to search for this thread currently!)
FSQ106/8" Newt on NEQ6/HEQ5Pro via EQMOD | QHY9 | Guiding:  ZS80II/QHY5IIL | Canon 450D | DBK21 and other "stuff"
Rob's Astropics

Offline Jules

  • PixInsight Guru
  • ****
  • Posts: 513
Re: Basic Processing Shortcut
« Reply #18 on: 2011 April 30 15:59:07 »
Worked a treat with the process icons during startup, thanks!

Julian

Offline sreilly

  • PixInsight Padawan
  • ****
  • Posts: 791
    • Imaging at Dogwood Ridge Observatory
Re: Basic Processing Shortcut
« Reply #19 on: 2011 June 04 09:46:05 »
I had this working in version 1.69 but now when I use the processing console to open "C:/Program Files/PixInsight/bin/startup.scp" I get error messages that the "no such file exist :C:/Program" and "No such file exist on the local filesystem: C;/Windows/system32/Files/PixInsight/bin/startup.scp".

I've tried just using "open $PXI_COREDIR/startup.scp" and open C:/Program Files/PixInsight/bin/startup.scp from the Processing Console with no luck at all. This is a Windows 7 Pro 64 bit system. Any ideas? I do have the Icons saved as "favorites" and they load using the "Load Process Icons" command but would like them loaded at start up as I had before.
Steve
www.astral-imaging.com
AP1200
OGS 12.5" RC
Tak FSQ-106ED
ST10XME/CFW8/AO8
STL-11000M/FW8/AO-L
Pyxis 3" Rotator
Baader LRGBHa Filters
PixInsight/MaxIm/ACP/Registar/Mira AP/PS CS5

Offline sleshin

  • PixInsight Old Hand
  • ****
  • Posts: 431
Re: Basic Processing Shortcut
« Reply #20 on: 2011 June 04 09:54:36 »
Steve Leshin

Stargazer Observatory
Sedona, Arizona

Offline sreilly

  • PixInsight Padawan
  • ****
  • Posts: 791
    • Imaging at Dogwood Ridge Observatory
Re: Basic Processing Shortcut
« Reply #21 on: 2011 June 04 10:19:54 »
Thanks Steve. That got the editor open and I was able to save the changes but now it tells me the file Fav.xpsm doesn't exist in the C:/Windows/system32/Files/PixInsight/Fav.xpsm folder. I didn't point to that path . The file is saved as C:/Program Files/PixInsight/Fav.xpsm and that's the path I told the startup file to point to as seen below:

#endif   // !__NO_PJSR_VARIABLES

.open C:/Program Files/PixInsight/Fav.xpsm

// ----------------------------------------------------------------------------
// EOF startup.scp - Released 2011/05/29 10:29:00 UTC

Thanks for the additional information. And yes, Windows UAC is a royal pain in the butt........
Steve
www.astral-imaging.com
AP1200
OGS 12.5" RC
Tak FSQ-106ED
ST10XME/CFW8/AO8
STL-11000M/FW8/AO-L
Pyxis 3" Rotator
Baader LRGBHa Filters
PixInsight/MaxIm/ACP/Registar/Mira AP/PS CS5

Offline sleshin

  • PixInsight Old Hand
  • ****
  • Posts: 431
Re: Basic Processing Shortcut
« Reply #22 on: 2011 June 04 10:25:23 »
I believe you need the " " here as well:

.open "C:/Program Files/PixInsight/Fav.xpsm"

See if that works.

Steve
Steve Leshin

Stargazer Observatory
Sedona, Arizona

Offline sreilly

  • PixInsight Padawan
  • ****
  • Posts: 791
    • Imaging at Dogwood Ridge Observatory
Re: Basic Processing Shortcut
« Reply #23 on: 2011 June 04 10:31:59 »
Steve,

The eliminated the error messages but I got the following:

Processing script file: C:/Program Files/PixInsight/bin/startup.scp

".open C:/Program Files/PixInsight/Fav.xpsm"

*** Error: C:/Program Files/PixInsight/bin/startup.scp, line 158: Command not found: ".open C:/Program Files/PixInsight/Fav.xpsm"

Interestingly enough, the file loads just fine using the "Load Process Icons" command from both this location and a backup I have under the Users folder.

Thanks again. I'll get to the bottom of this yet.
Steve
www.astral-imaging.com
AP1200
OGS 12.5" RC
Tak FSQ-106ED
ST10XME/CFW8/AO8
STL-11000M/FW8/AO-L
Pyxis 3" Rotator
Baader LRGBHa Filters
PixInsight/MaxIm/ACP/Registar/Mira AP/PS CS5

Offline sleshin

  • PixInsight Old Hand
  • ****
  • Posts: 431
Re: Basic Processing Shortcut
« Reply #24 on: 2011 June 04 10:36:46 »
Put the first " after .open, not before. Like this:

.open "C:/Program Files/PixInsight/Fav.xpsm"
Steve Leshin

Stargazer Observatory
Sedona, Arizona

Offline sreilly

  • PixInsight Padawan
  • ****
  • Posts: 791
    • Imaging at Dogwood Ridge Observatory
Re: Basic Processing Shortcut
« Reply #25 on: 2011 June 04 13:58:30 »
You the man Steve!

Got it thanks.
Steve
www.astral-imaging.com
AP1200
OGS 12.5" RC
Tak FSQ-106ED
ST10XME/CFW8/AO8
STL-11000M/FW8/AO-L
Pyxis 3" Rotator
Baader LRGBHa Filters
PixInsight/MaxIm/ACP/Registar/Mira AP/PS CS5