Skip to content

Releases: Zach-Clare/birp_cpp

v1.1.3

19 Nov 16:52

Choose a tag to compare

Release notes:

  • Fixed datacube sampling error which would calculate incorrect index values cbb397c.

v1.1.2

18 Nov 16:51

Choose a tag to compare

Release notes:

  • Fixed pointing issue (366a0e6, caused by a mathematical error during exponent changes ((66eefef)).

v1.1.1

05 Nov 03:54

Choose a tag to compare

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

19 May 16:17

Choose a tag to compare

Release notes:

  • CMEM now has boundary gradients (b4ee419)
  • New optional density argument for CMEM (159d98d)
  • Improved Datacube loading method (68c82e6)
  • Elefits v5.3.1 support (70e5ab6)
  • New FITS export keywords (2c6c0c9)
  • New command line arguments (b926431)

ubuntu-v1.0.1

04 Sep 14:17

Choose a tag to compare

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

23 Aug 15:35

Choose a tag to compare

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

15 Aug 15:54
9d6489c

Choose a tag to compare

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.