Skip to content

v0.10.0 Tutorials and Documentation, Rewrite for DPG 1.9.2

Latest
Compare
Choose a tag to compare
@mef51 mef51 released this 25 Sep 18:31
· 11 commits to main since this release

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