Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Major update to 'fit_betasbp_cut.py'. | Aaron LI | 2015-06-06 | 1 | -96/+210 |
| | | | | | | | | | | | fit_betasbp_cut.py: * replace getopt with 'argparse' * added 'get_parameter' to process model parameter initial value and bounds * support read parameter bounds from input file * added options '--s0', '--rc', '--beta', '--const' to get paramter initial values and bounds * renamed 'fit_beta_model' to 'fit_model', and added argument 'func' to support other models | ||||
* | Renamed & updated fit_beta_model.py -> fit_betasbp_cut.py. | Aaron LI | 2015-06-06 | 1 | -0/+237 |
fit_betasbp_cut.py: * added support ignore the data points whose radius value less than the given value. |