Search found 8 matches

by cveillet
Tue Oct 24, 2023 9:20 pm
Forum: Bug Reports
Topic: Fits header of the first image of an image capture sequence often missing the same set of keywords
Replies: 3
Views: 5139

Re: Fits header of the first image of an image capture sequence often missing the same set of keywords

Hey Robin, I found an easy work-around which was not too complicated to implement on the processing side. Instead of using the first frame to grab the header info, I now use the third one, which has not failed once yet (in spite of the huge number of sequences taken so far!) I don't think I will eve...
by cveillet
Tue Oct 24, 2023 12:25 am
Forum: Bug Reports
Topic: Fits header of the first image of an image capture sequence often missing the same set of keywords
Replies: 3
Views: 5139

Fits header of the first image of an image capture sequence often missing the same set of keywords

I am using SharpCap to take series of 2000 short 64x64 pixels fits images (most of the time 1ms exp time) for turbulence monitoring. I was observing last night for the first time in a relatively intense way using the sequencer and launching a processing every 10 series (or 10,000 images), processing...
by cveillet
Fri Oct 20, 2023 3:33 pm
Forum: The Sequencer and Sequence Planner
Topic: Running an exe directly from sequencer
Replies: 5
Views: 7508

Re: Running an exe directly from sequencer

Thanks, Robin. It works! ;)

Code: Select all

RUN powershell WITH PARAMS "-ep bypass C:\Data\RINGSS\python_code\test.ps1 2023-10-17 Vega" WAIT True
It actually works with and without the -ep bypass option, so I'll just go without it.

Cheers!
by cveillet
Thu Oct 19, 2023 8:30 pm
Forum: The Sequencer and Sequence Planner
Topic: Running an exe directly from sequencer
Replies: 5
Views: 7508

Re: Running an exe directly from sequencer

I am trying to use this "Run" command from the sequencer, but I am clearly missing something, as it does not work the way I thought it would be working... I want to launch a script processing the data from a rapid burst of very short images once the sequence is done (a lot of data processi...
by cveillet
Fri Jul 28, 2023 9:08 pm
Forum: Scripting
Topic: No module named Base
Replies: 5
Views: 6603

Re: No module named Base

The startup scripts option works very well! Thanks...

So far so good... with probably more questions as I progress toward using SharpCap to automate a seeing monitor / turbulence profiler.

Cheers,
Christian
by cveillet
Fri Jul 28, 2023 7:07 pm
Forum: Scripting
Topic: No module named Base
Replies: 5
Views: 6603

Re: No module named Base

Thanks!
I downloaded the 4.1 beta and I am working with it.
I will come with questions if any...

Cheers,
Christian
by cveillet
Thu Jul 27, 2023 10:12 pm
Forum: Scripting
Topic: No module named Base
Replies: 5
Views: 6603

Re: No module named Base

Hi Robin, I initially thought that I didn't need to add anything to plain code already working from the scripting tool inside SharpCap. As it didn't work out, I thought I would add more information in the script. I quickly checked that indeed removing the first six lines does not work either. The me...
by cveillet
Thu Jul 27, 2023 6:52 pm
Forum: Scripting
Topic: No module named Base
Replies: 5
Views: 6603

No module named Base

Sorry for this basic question (new to SharpCap!) I must be missing something very basic... I want to launch SharpCap from the command line with a script. Here is the command: C:/"Program Files/SharpCap 4.0 (64 bit)/SharpCap.exe" /runscript "c:\Data\RINGSS\python_code\SharpCap.py"...