Skip to content

distmetrics v1.0.0

Choose a tag to compare

@opera-pst-dev opera-pst-dev released this 16 Jul 21:01
7ab2f2a

Added

  • Nodata interpolation for interior datapoints (i.e. within pixels collected during acquisition) which are np.nan including:
    • bilinear - an iterative bilinear-like interpolation
    • nearest - nearest neighbor interpolation
  • dependabot
  • Several models for easier testing
  • notebooks that can do both immediate and anniversary selection to establish baseline

Changed

  • Removes logit transformation from normal param estimation
  • 4 new models for testing
  • estimate_normal_params_of_logits --> estimate_normal_params
  • Reorganization of transformer metric code into loading model(s), inference, torch model, and metric.
  • Updated notebook so we only download necessary arrays.

Removed

  • Notebook for multiple burst analysis (will add back later)