Search found 463 matches

by fabdev
18 May 2023, 15:15
Forum: Scripts
Topic: Script commands for sequences
Replies: 0
Views: 2543

Script commands for sequences

Astroart 8 SP4 has some new script functions to create a sequence of images. Try the following example after having connected the Camera Simulator: if Sequencer.Active then print "Sequencer already running" Script.Stop end if Sequencer.Clear Sequencer.Add("Light", 3, 10, 1) Sequencer.Add("Dark", 2, ...
by fabdev
15 May 2023, 15:29
Forum: Scripts
Topic: New SDK for image filters
Replies: 1
Views: 1470

New SDK for image filters

Hello, Astroart 8 SP4 includes a new SDK to easily develop image processing filters. Using a built-in dialog window, Astroart will manage automatically: Preview Real-time preview Comparison with the original image Undo Documentation so, the programmer only needs to code the filter itself. The parame...
by fabdev
15 May 2023, 15:11
Forum: General
Topic: Astroart 8 SP4
Replies: 1
Views: 1367

Re: Astroart 8 SP4

further information from the updated documentation: Optical distortions with user defined polynomial order ... use the option "Distortions between images" only if the images cannot be aligned well by normal rotations. This can happen with large fields when the images were taken on different nights o...
by fabdev
15 May 2023, 14:53
Forum: General
Topic: Astroart 8 SP4
Replies: 1
Views: 1367

Astroart 8 SP4

Hello, a new minor version of Astroart 8 is available (actually it's a pretty big update): Version 8.0 SP4 - May 14, 2023 ------------------------------ * New feature. Optical distortions with user defined polynomial order. * New feature. Align RGB planes with optical distortions. * New feature. Cor...
by fabdev
02 May 2023, 14:37
Forum: Instrumentation
Topic: Updated plugin for Starlight-Xpress Trius and SXV-H
Replies: 0
Views: 2618

Updated plugin for Starlight-Xpress Trius and SXV-H

Hello, a new version (3.60) of the Astroart plugin for Starlight-Xpress cameras (Trius and older SXV-H series) is available at Astroart web site: https://www.msb-astroart.com

About these cameras, see: https://www.sxccd.com/cameras/
by fabdev
28 Apr 2023, 01:37
Forum: Images, research, events
Topic: PNV J17224490-4137160 - Nova in Scorpius
Replies: 1
Views: 1641

Re: PNV J17224490-4137160 - Nova in Scorpius

Hi Andrew, congratulations! I'm following the developments, for example:
http://www.spectro-aras.com/forum/viewt ... =36&t=3090
Fabio.
by fabdev
17 Apr 2023, 14:06
Forum: Instrumentation
Topic: Full Frame Focus Exposure Time By Filter
Replies: 19
Views: 3562

Re: Full Frame Focus Exposure Time By Filter

Hi Joe,
you may switch to SP2 / SP3 , using the SP3 Upgrade: https://www.msb-astroart.com/down_en.htm
but I think that nothing will change.

Maybe you are now using the 64 bit version? Maybe you upgraded the QHY ASCOM driver and now the device names are called: QHYCCD-Camera and QHYCCD-Guider?
by fabdev
05 Apr 2023, 02:23
Forum: Image processing and analysis
Topic: Starnet path
Replies: 2
Views: 1185

Re: Starnet path

The setting is saved into the "Temp" folder of Windows, so it's possible that if you "clean up" the PC it gets deleted too.
In a future release it will be saved into a more persistent folder.
Fabio.
by fabdev
26 Mar 2023, 11:58
Forum: Instrumentation
Topic: Full Frame Focus Exposure Time By Filter
Replies: 19
Views: 3562

Re: Full Frame Focus Exposure Time By Filter

ASCOM relay boxes are rare hardware which converts USB/serial to an autoguide cable, it's probably not the correct settings. If there is no need to control the mount for GOTOs, I confirm that the correct setting is: "Camera 2 relays" / "Same connection of GOTO" or "ASCOM guider relays" / "Same conne...
by fabdev
26 Mar 2023, 02:09
Forum: Instrumentation
Topic: Full Frame Focus Exposure Time By Filter
Replies: 19
Views: 3562

Re: Full Frame Focus Exposure Time By Filter

... Looking at the full frame focusing window in AA8 there isn’t an option to set the exposure duration by filter (I.e. 3 seconds for LRGB filters and 30 seconds for the narrow band filters ... Until now it's only possible with scripts, but that's actually an interesting feature. It will be added t...
by fabdev
21 Feb 2023, 01:06
Forum: General
Topic: RGB brightness cataloque
Replies: 1
Views: 1139

Re: RGB brightness cataloque

Hello, do you refer to the smaller catalog of 1346 stars or the bigger one with 15 millions stars ? At the moment other catalogs cannot be added to the Star Atlas, but these two catalogs could be accessed by an image processing plugin, for example to create a synthetic image, a reference to calibrat...
by fabdev
09 Feb 2023, 16:18
Forum: Image processing and analysis
Topic: Time stamp for recorded airmass
Replies: 2
Views: 1168

Re: Time stamp for recorded airmass

Hello, the airmass is calculated at mid-exposure.
Instead, DATE-OBS is always the start of exposure in the FITS standard, and mid-exposure is a calculated field, as: DATE-OBS + EXPOSURE/2.
Fabio.