Commit | Date | |
---|---|---|
[r25299]
by
bugman
The frame order auto-analysis now calls the time() user function. This is used at the start of each model section, as well as at the very start and very end of the |
2014-08-26 15:31:19 | Tree |
2014-08-26 15:22:58 | Tree | |
[r25297]
by
bugman
Removed the comment and docstring saying that the exponential curve-fitting gradient is unimplemented. |
2014-08-26 15:17:33 | Tree |
[r25296]
by
bugman
Shifted all of the parameter Python lists to C arrays into the new param_to_c() function. This is for the target_functions.relax_fit C module to avoid much duplicated code. |
2014-08-26 15:13:48 | Tree |
[r25295]
by
bugman
Changed the array declarations in the target_functions/c_chi2 C file and header. Instead of using the pointer format of *xyz, the array format of xyz[] is now being used. These are |
2014-08-26 14:57:57 | Tree |
[r25294]
by
bugman
Changed the array declarations in the target_functions/exponential C file and header. Instead of using the pointer format of *xyz, the array format of xyz[] is now being used. These are |
2014-08-26 14:56:24 | Tree |
[r25293]
by
tlinnet
More removal of code. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-26 13:56:24 | Tree |
[r25292]
by
tlinnet
Removed all unnessary code from estimate R2eff module. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-26 13:56:22 | Tree |
[r25291]
by
tlinnet
Modified verify error script, to use new estimate R2eff module. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-26 12:46:04 | Tree |
[r25290]
by
tlinnet
Modified profiling script to use the new estimate R2eff module. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-26 12:37:30 | Tree |