ranchop / therpy

atomic physics data analysis tools
1 stars 1 forks source link

Curve Wishlist #2

Open ranchop opened 8 years ago

ranchop commented 8 years ago

1) Fitting functions easily to Curve objects 2) Specific functions fitting -- gaussian, TF, boxTop, boxSide, etc.

ranchop commented 7 years ago
  1. Separate info and Plot
  2. When displaying info, get name of the fit parameter using python's tools to get a list of function inputs
ranchop commented 4 years ago

Removenan needs to remove nan from both x and y arrays. Use and to check isfinite for both x and y