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. 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
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.