Skip to content

REDA release version 0.1.7

Compare
Choose a tag to compare
@m-weigand m-weigand released this 27 Feb 11:22
· 57 commits to dev since this release

Notable changes:

  • In general, reda should run better on newer python/package versions

  • Add a type3-pseudosection plotting routine: This routine computes data
    pseudo locations based on the sensitivity-based center of mass, based on
    modeling results from CRMod.

  • Add .compute_K_numerical to the Base Container

  • [seit container] add no_norrec=False parameter to .import_crtomo

  • [base container] add reassess_norrec=True parameter to .filter

    reassess_norrec : bool (True)
    if True, then recompute normal-reciprocal differences after
    applying the filter.

  • [base container] add .get_norrec_pairs(self, test_column='rdiff')