Mercurial > repos > rv43 > tomo
diff fit.py @ 65:f31ef7bfb430 draft
"planemo upload for repository https://github.com/rolfverberg/galaxytools commit d55db09b45d0b542f966cef17892858bb55d94f7"
author | rv43 |
---|---|
date | Thu, 18 Aug 2022 14:57:39 +0000 |
parents | 15288e9746e0 |
children | fba792d5f83b |
line wrap: on
line diff
--- a/fit.py Thu Aug 18 14:49:16 2022 +0000 +++ b/fit.py Thu Aug 18 14:57:39 2022 +0000 @@ -8,6 +8,7 @@ """ import sys +import re import logging import numpy as np @@ -18,7 +19,7 @@ from lmfit.models import ConstantModel, LinearModel, QuadraticModel, PolynomialModel,\ StepModel, RectangleModel, GaussianModel, LorentzianModel -from general import * +from general import is_index, index_nearest, quickPlot # sigma = fwhm_factor*fwhm fwhm_factor = {