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
1a73d50c
Commit
1a73d50c
authored
Mar 23, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
snapshot
parent
92c178fd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CalibrationIllustrationParameters.java
...imagej/calibration/CalibrationIllustrationParameters.java
+2
-2
FootageOrganize.java
...in/java/com/elphel/imagej/correction/FootageOrganize.java
+1
-1
No files found.
src/main/java/com/elphel/imagej/calibration/CalibrationIllustrationParameters.java
View file @
1a73d50c
...
...
@@ -110,7 +110,7 @@ public class CalibrationIllustrationParameters {
public
String
[]
sourceFolders
=
new
String
[
num_source_folders
];
public
String
destinationFolder
=
""
;
// if both (seq_len <= 0) && (seq_gap <= 0) will create a single-level directories
public
double
inter_gap
=
1.0
;
// seconds between series
public
double
inter_gap
=
0.025
;
// seconds between scenes, default 1.5 of 1/60 sec
public
int
seq_len
=
0
;
// sequence length
public
boolean
two_level_dirs
=
true
;
public
int
max_lwir_gap
=
0
;
// tolerated short-gap size, 0 - disabled
...
...
@@ -520,7 +520,7 @@ public class CalibrationIllustrationParameters {
gd
.
addChoice
(
"Copy/move/link mode"
,
copy_modes
,
copy_modes
[
copy_mode
],
"Copy mode. Hard links are possible only for the same disk"
);
gd
.
addNumericField
(
"M
inimal gap between seri
es"
,
this
.
inter_gap
,
4
,
6
,
"s"
,
gd
.
addNumericField
(
"M
aximal gap between scen
es"
,
this
.
inter_gap
,
4
,
6
,
"s"
,
"Series will be split if the time gap between scenes exceeds this value"
);
gd
.
addNumericField
(
"Sequence length"
,
this
.
seq_len
,
0
,
3
,
"scenes"
,
"Limit sequence length if >=0 "
);
...
...
src/main/java/com/elphel/imagej/correction/FootageOrganize.java
View file @
1a73d50c
...
...
@@ -39,7 +39,7 @@ public class FootageOrganize {
gd
.
addChoice
(
"Copy/move/link mode"
,
CalibrationIllustrationParameters
.
copy_modes
,
CalibrationIllustrationParameters
.
copy_modes
[
illustrationParameters
.
copy_mode
],
"Copy mode. Hard links are possible only for the same disk"
);
gd
.
addNumericField
(
"M
inimal gap between series"
,
illustrationParameters
.
inter_gap
,
4
,
6
,
"s"
,
gd
.
addNumericField
(
"M
aximal gap between scenes"
,
illustrationParameters
.
inter_gap
,
4
,
6
,
"s"
,
"Series will be split if the time gap between scenes exceeds this value"
);
gd
.
addNumericField
(
"Sequence length"
,
illustrationParameters
.
seq_len
,
0
,
3
,
"scenes"
,
"Limit sequence length if >=0 "
);
...
...
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