Skip to content

Releases: mef51/frbgui

v0.10.0 Tutorials and Documentation, Rewrite for DPG 1.9.2

25 Sep 18:31
Compare
Choose a tag to compare

What's Changed

  • Added tutorials and documentation available at https://frbgui.readthedocs.io/en/latest/
    • First tutorial describes how FRB data can be loaded and prepared and should be a good introduction for anyone wanting to work with FRB data, with or without FRBGui
    • Second tutorial describes how to perform measurements in FRBGui using two different FRBs.
    • Output csv columns are now documented (thanks to Dr. Sofia Sheikh for starting and filling most of the table)
  • Faster fit finding by using the previous fit found as the initial guess for the next DM
    • update the starting parameter (p0) to fit the 2D Gaussian. by @aishk07 in #25
  • Major rewrite to update to DearPy Gui 1.9.2 (8fe1409). This was necessary for running on newer apple silicon machines and for future maintainability as the previously used version of DearPy Gui (0.6.415) is undocumented and unmaintained.
  • Remove research files to separate repository
  • Normalize data when finding fits
  • Quality of Life fixes for Masking and Burst Regions:
    • Can now mask after downsampling
    • Adding regions will default to "Burst" after the "Background" is specified and will start at the end of the previous region by default

New Contributors

Full Changelog: v0.9.2...v0.10.0

Beta Release (v0.9.2)

10 Feb 17:57
Compare
Choose a tag to compare
  • Improve startup documentation
  • Resolve startup issues with npz files

Beta Release (v0.91)

04 Oct 21:19
Compare
Choose a tag to compare
close #13, bump version, resolve install issues