Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PRISMA pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Dario Barghini
PRISMA pipeline
Commits
71e30cc6
Commit
71e30cc6
authored
6 months ago
by
Dario Barghini
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug on report_year after return codes refactoring
parent
591f9732
Branches
acpaquette-patch-3
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/calibration/report_year.pro
+7
-7
7 additions, 7 deletions
code/calibration/report_year.pro
with
7 additions
and
7 deletions
code/calibration/report_year.pro
+
7
−
7
View file @
71e30cc6
...
@@ -9,10 +9,6 @@ compile_opt idl2
...
@@ -9,10 +9,6 @@ compile_opt idl2
message
,
camera
+
'_'
+
target
+
' - start exporting calibration report.'
,
/
informational
message
,
camera
+
'_'
+
target
+
' - start exporting calibration report.'
,
/
informational
;
reading
camera
parameters
structure
from
last
analyzed
month
par
=
get_par
(
config
,
camera
,
ff
[
-
1
],
/
return0
)
if
par
.
file
eq
''
then
return
;
going
into
the
calibration
results
directory
;
going
into
the
calibration
results
directory
ckcd
,
config
.
path
.
dir_calibrations
,
current
=
old_dir
,
check
=
check
ckcd
,
config
.
path
.
dir_calibrations
,
current
=
old_dir
,
check
=
check
if
~
check
then
return
if
~
check
then
return
...
@@ -29,6 +25,10 @@ if ff[0] eq '' then begin
...
@@ -29,6 +25,10 @@ if ff[0] eq '' then begin
endif
endif
;
reading
camera
parameters
structure
from
last
analyzed
month
par
=
get_par
(
config
,
camera
,
ff
[
-
1
],
/
return0
)
if
par
.
file
eq
''
then
return
;
checking
for
keyword
input
;
checking
for
keyword
input
if
isa
(
report_calib
)
then
par
.
config
.
calibration
.
report_calib
=
report_calib
if
isa
(
report_calib
)
then
par
.
config
.
calibration
.
report_calib
=
report_calib
if
isa
(
excel_calib
)
then
par
.
config
.
calibration
.
excel_calib
=
excel_calib
if
isa
(
excel_calib
)
then
par
.
config
.
calibration
.
excel_calib
=
excel_calib
...
...
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