Skip to content

version 1.3.0

Choose a tag to compare

@amerand amerand released this 24 Apr 10:19
· 134 commits to master since this release
  • formalism for simplified correlations in data: use syntax like 'correlations':{'V2':0.8} in setupFit
  • new model: gaussian ring (same as ring, with fwhmin and fwhmout parameters: inner and outer full width at half maximum, in mas)
  • possibility to convolve model(s) with gaussian kernel using spatial kernel parameters (global or per components)
  • adding filtering in Baseline length and MJD with baseline ranges and MJD ranges in setupFit (same as wl ranges, list of (min,max) tuples)
  • adding self-calibration feature (fit also transfer function): still experimental!
  • some cleaning to get rid of deprecated dependencies in scipy.signal, np.float_ etc.
  • many small bug fixes