Skip to content

RT1 v1.5

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 18 May 13:38
· 212 commits to master since this release
bd0f885

new

  • add possibility to provide numeric V & SRF functions for faster evaluation if no interaction-term is calculated
  • there is now a property fit.config_name that indicates the config-name for fits that belong to a MultiFits object
  • datasets provided to rtfits.Fits are now checked for sorting (and automatically sorted if necessary)

fixes

  • make ncoefs a propery for "Rayleigh" and "Isotropic" phase-functions
  • improved logging messages
    • don't log each successful progress step, only errors and warnings
    • don't create a single file for each error (log traceback to log-file directly)
  • keep minimal info from fit.fit_output when dumping fits to disc
  • improvements on caching and pre-computation steps
    • pre-evaluate fn-coefficients during finalout-generation
    • cache lambda-functions for V.p and SRF.brdf
  • fix sorting of fractional contributions in rtplots.printsig0analysis()
  • some updates on rtplots.polarplot() for symbolic parameter specification
  • make sure copying of config-files and modules is only attempted from the main process