Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
360900bb
Commit
360900bb
authored
Jul 08, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added scanning for tilt measurement
parent
348b8ec1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
383 additions
and
4 deletions
+383
-4
Aberration_Calibration.java
src/main/java/Aberration_Calibration.java
+278
-1
FocusingField.java
src/main/java/FocusingField.java
+3
-3
LensAdjustment.java
src/main/java/LensAdjustment.java
+102
-0
No files found.
src/main/java/Aberration_Calibration.java
View file @
360900bb
This diff is collapsed.
Click to expand it.
src/main/java/FocusingField.java
View file @
360900bb
...
...
@@ -1599,8 +1599,8 @@ d_s2/d_x0= 2*delta_x*delta_y^2/r2^2
boolean
freq_mode
){
String
[]
chnNames
={
"RS"
,
"RT"
,
"GS"
,
"GT"
,
"BS"
,
"BT"
};
//
double k=this.fwhm_to_mtf50; //TODO: correct psf fwhm to mtf50 conversion
double
k
=
2
*
Math
.
log
(
2.0
)/
Math
.
PI
*
1000
;
double
k
=
this
.
fwhm_to_mtf50
;
//TODO: correct psf fwhm to mtf50 conversion
//
double k=2*Math.log(2.0)/Math.PI*1000;
// String header="Z(um)\tComposite\tRed\tGreen\tBlue";
String
header
=
"radius(mm)"
;
if
(
show_z_axial
){
...
...
@@ -2209,7 +2209,7 @@ d_s2/d_x0= 2*delta_x*delta_y^2/r2^2
private
double
[]
sampleCorr
=
null
;
private
int
[][]
sampleCorrChnParIndex
=
null
;
private
boolean
[]
dflt_sampleCorrSelect
=
{
false
,
false
,
false
,
false
};
private
double
[]
dflt_sampleCorrCost
=
{
0.2
,
100.0
,
2
.0
,
1.0
};
private
double
[]
dflt_sampleCorrCost
=
{
0.2
,
50.0
,
1
.0
,
1.0
};
private
double
dflt_sampleCorrSigma
=
1.0
;
// mm
private
double
dflt_sampleCorrPullZero
=
0.25
;
// fraction
public
final
String
[]
channelDescriptions
={
...
...
src/main/java/LensAdjustment.java
View file @
360900bb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment