Skip to content

Releases: CroatianMeteorNetwork/cmn_binviewer

v3.37.0

16 Mar 23:55
ed4d242
Compare
Choose a tag to compare

Changes

  • Add functionality to create MP4 of event
  • If a meteor is split across two files, merge it when making the GIF
  • Fix various small bugs

Upgrade Process

Linux, PI, MacOS

Open a Terminal window and type the following:

cd $HOME/source/cmn_binviewer 
git pull

This should download the newest versions of any changed files.
If you've installed binviewer in some other location than $HOME/source/cmn_binviewer then amend the instructions as needed.

Windows

Download and run the attached 64-bit windows installer package.

To create MP4 video ffmpeg.exe must also installed on your PC. You can download the latest version from here:
https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.1-latest-win64-lgpl-6.1.zip
You only need ffmpeg.exe from the zip file.

Extract it to a folder of your choice and either add this folder to the PATH environment variable, or set the ffmpeg_path_win variable in the cmn_binviewer config file. For example i have extracted it to c:\users\myusername\utils\ffmpeg.exe so i have put the following in the config file

ffmpeg_path_win = "c:\users\myusername\utils\ffmpeg.exe"

Enclose the full path in quotemarks to avoid issues when the path contains spaces.

v3.36.2

04 Mar 14:17
d717fe0
Compare
Choose a tag to compare

Bugfixes:

  • display magnitude in Detections mode (was broken by a change in RMS)
  • ignore unfiltered ftpdetect when in Detections mode
  • silence deprecation warning in Pillow

v3.36.1

22 Sep 23:11
912ce88
Compare
Choose a tag to compare

Bugfix for crash when saving single detection frames

For windows, use the attached binary package.

To upgrade on Linux, MacOS or Pi, open a Terminal window, enter the following into a Terminal window

cd ~/source/cmn_binviewer
git pull

V3.36

11 Sep 15:40
30c8908
Compare
Choose a tag to compare

Hotkey "R" to display the radiant map if available.
Hotkey "C" to start confirmation.
View logfiles from within the app (Help/View logs).
Upgrade gifsicle to 1.94.
Bugfix in gif-generation.
Bugfix in review of rejected files.

v3.351

29 Aug 10:36
e79b0cc
Compare
Choose a tag to compare

Bugfix if you're experencing crashes during confirmation and the error log mentions a deprecated numpy.float type.

Version 3.35 for Windows 64 bit only

18 Jun 10:52
e79b0cc
Compare
Choose a tag to compare

This release contains the following new features

  • in detection or confirmation modes, display meteor shower and magnitude onscreen if available
  • when saving an image, add the shower and magnitude, if the checkbox to embed image name is ticked
  • add a new mode "rejected" which displays detections that got rejected by RMS, if the data are available.

The rejected mode will first look in the selected folder for the files, and then if they're not present it will look in a CapturedFiles folder, following the normal RMS folder structure. If the image isn't in either location then a dialog will advise the user.

Note: this software requires the Microsoft Visual C++ 64-bit Redistributables 2015-2022 package to be installed. This is usually already installed by other software but if you experience problems you can dowload it from this page.

Version 3.34 for Windows

09 Nov 19:25
2b1bc29
Compare
Choose a tag to compare

Windows package of v3.34
Fixes a small bug in the Save Frames process.
also removes the dependency on pyfits which is deprecated.

v3.31 for Windows 32-bit

09 Nov 19:31
2b1bc29
Compare
Choose a tag to compare

Terminal version for 32-bit Windows. If you require a more recent release, please install the Python version as explained in the README file on github.