Astroart 7 Service Pack 1

Main forum about Astroart
Post Reply
fabdev
Posts: 461
Joined: 03 Dec 2018, 21:43

Astroart 7 Service Pack 1

Post by fabdev » 06 May 2019, 13:42

Hello everybody, the first service pack for Astroart 7 is ready. As usual it contains both new features and bug fixes.

Version 7.0 SP1 - May 6, 2019
-----------------------------
* New feature. On calibrated images, marker for the sun direction.
* New feature. Photometry with B-V range using the UCAC4 catalog.
* New feature. Stock darkframe correction for the guider camera.
* New feature. Camera imaging and stack in realtime, for "live" sessions.
* Improved. Minimized windows can be restored clicking the command.
* Improved. Position of dialog windows is remembered.
* Improved. Autoguide in slit mode with user shifts of 0.1 pixels.
* Improved. Centering via platesolve with option for the zone size.
* Improved. RA-DEC FITS keywords with incompatible format are ignored.
* Bug fix. The "North-East" marker was not always shown after astrometry.
* Bug fix. The script window did not minimize correctly.
* Bug fix. "Add to list" in Telescope Window did not always copy the name.
* Bug fix. "Level" option in Deconvolution did not always work.
* Bug fix. Undo was not updated after LRGB.

Sun direction.
Press CTRL+SHIFT+N on image to activate it. The setting will be remembered.
NESun.jpg
Ensemble photometry with BV range.
Press the button "B-V" in the Photometry Window to enable the range, using the UCAC4 BVs. Master darkframe correction for the guider.
Create a good quality master dark frame for the guider (for example the average of 4+ images) then save it with the word "guider" inside the filename (in the example it's "DarkGuiderFrame.fit") then select in the "dark/flat page" of the Camera Panel. Camera imaging and stack in realtime.
This is a script feature useful for "live" events, where the subject is continously improved by exposing images. The images will be automatically aligned and rotated (so, it also works on altaz mounts). Try this script with the Camera Simulator. Notice that the visualization can be changed in realtime:

Code: Select all

expo = 3.0
for i = 1 to 10
   if i = 1 then
      Camera.Start(expo)
   else
      Camera.StartAndStack(expo)
   end if
   Camera.Wait
next i 
The service pack also contains two experimental new functions:
1) ASCOM Rotator control.
2) New fullframe autofocus.
They will be fully released with Service Pack 2. Details about them are available here:

http://www.msb-astroart.com
Clear skies,
Fabio.

einari
Posts: 44
Joined: 28 Jan 2019, 10:46

Re: Astroart 7 Service Pack 1

Post by einari » 07 May 2019, 17:38

Very nice.
Some problems fixed which I have encountered .

Dunmunro
Posts: 225
Joined: 10 Jan 2019, 01:11

Re: Astroart 7 Service Pack 1

Post by Dunmunro » 07 May 2019, 20:11

Thanks.

User avatar
Rudi
Posts: 152
Joined: 08 Jan 2019, 04:47

Re: Astroart 7 Service Pack 1

Post by Rudi » 09 May 2019, 13:40

Thanks!
Great new features as usual :P
/Rudi

agd.alberto
Posts: 2
Joined: 17 Feb 2019, 08:36

Re: Astroart 7 Service Pack 1

Post by agd.alberto » 19 May 2019, 07:52

Thanks

nbastro
Posts: 10
Joined: 10 Jan 2019, 22:38

Re: Astroart 7 Service Pack 1

Post by nbastro » 27 Jun 2019, 02:40

Wonderful - thanks.
Now if you can send some clear skies!

Post Reply