Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DCT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
graintracking
DCT
Commits
98fec513
Commit
98fec513
authored
7 years ago
by
Wolfgang Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
Add parameters for fitting edge spread function with sum of erfc at 52 keV
Signed-off-by:
Wolfgang Ludwig
<
wolfgang.ludwig@esrf.fr
>
parent
b90b3d10
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
zUtil_ID19/mncf.m
+4
-5
4 additions, 5 deletions
zUtil_ID19/mncf.m
zUtil_Imaging/gtOTFGetMeasured.m
+6
-5
6 additions, 5 deletions
zUtil_Imaging/gtOTFGetMeasured.m
with
10 additions
and
10 deletions
zUtil_ID19/mncf.m
+
4
−
5
View file @
98fec513
...
...
@@ -21,7 +21,7 @@ function mt = mncf(opt, varargin)
% dimmensions: 1 | {2} create 1-dim mtf plot or 2-dim mtf map
conf
=
struct
(
...
'size'
,
1
1
,
...
'size'
,
3
1
,
...
'oversampling'
,
1
,
...
'dimensions'
,
2
,
...
'p'
,
[]);
...
...
@@ -75,10 +75,9 @@ function mt = mncf(opt, varargin)
ma
=
1
;
p
=
[
0.3978
,
1.0493
,
0.4608
,
3.4978
,
0.0674
,
17.8457
,
679.3300
];
case
8
% for testing
mi
=
0
;
ma
=
1
;
p
=
[
0.3246
,
1.1299
,
0.4810
,
3.4915
,
0.1187
,
15.4062
,
729.8940
];
mi
=
0.035
;
ma
=
0.9875
;
p
=
[
0.7288
4.3464
0.1172
50.8488
0.4826
461.0864
493.5530
];
case
9
% for fits
mi
=
0
;
...
...
This diff is collapsed.
Click to expand it.
zUtil_Imaging/gtOTFGetMeasured.m
+
6
−
5
View file @
98fec513
...
...
@@ -23,7 +23,7 @@ function [otf, psf] = gtOTFGetMeasured(opt, varargin)
% Wolfgang/Peter's matlab functions
conf
=
struct
(
...
'size'
,
1
1
,
...
'size'
,
2
1
,
...
'oversampling'
,
1
,
...
'p'
,
[]);
conf
=
parse_pv_pairs
(
conf
,
varargin
);
...
...
@@ -81,10 +81,11 @@ function [otf, psf] = gtOTFGetMeasured(opt, varargin)
ma
=
1
;
p
=
[
0.3978
,
1.0493
,
0.4608
,
3.4978
,
0.0674
,
17.8457
,
679.3300
];
case
8
% for testing
mi
=
0
;
ma
=
1
;
p
=
[
0.3246
,
1.1299
,
0.4810
,
3.4915
,
0.1187
,
15.4062
,
729.8940
];
% 0.77 micron pixels, 10X NA=0.23 WBID11, 2x eyepiece, 25
% microns freestanding GGG, 52keV (2017) p = [0.7288 4.3464 0.1172 50.8488 0.4826 461.0864 493.5530]
mi
=
0.035
;
ma
=
0.9875
;
p
=
[
0.7288
2.3464
0.1172
50.8488
0.4826
461.0864
493.5530
];
case
9
% for fits
mi
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment