Releases: Zach-Clare/birp_cpp
v1.1.3
v1.1.2
v1.1.1
Release notes:
- Faster renders with less strict exponent calculations (66eefef). Results should not meaningfully change.
- Testing a new pre-compiled release method. Currently built with Ubuntu x64. Use the included bash script as you would usually use the executable. The script will handle libraries automatically.
v1.1.0
ubuntu-v1.0.1
All inputs and outputs remain the same. A new fix has been introduced that sets the correct rotations for exported FITS files. If you were making exports before where the x-line was not perpendicular to the sides of the image, this should fix that.
Still recommended to build your own exe file from source.
ubuntu-v1.0.0
Now with custom data input, custom output location, and custom positioning arguements, with optional batch processing.
-i to specify an input file (.dat) or a directory (ending with a slash) for batch processing
-o to specify an output directory to place the resultant FITS/s files
-x, -y, -z to give spacecraft location. If none are given, 5.91813, 6.74116, and 17.7067 are used respectively as defaults.
-a to specify an aimpoint along the X axis. 7.81768 is used as default.
Also contains a simple build script.
ubuntu-v0.1.0
First functional end-to-end solution. Datacubes in, FITS files out. EleFits and cfitsio need to be installed before running this software.
Building from source is still recommended.