Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
L2 pipelines
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metis scientific pipeline
L2 pipelines
Commits
0b5c83c5
Commit
0b5c83c5
authored
3 years ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Update error codes for UV pipeline
parent
e17d02b3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
metis_dark_uvda.pro
+2
-2
2 additions, 2 deletions
metis_dark_uvda.pro
metis_l2_prep_uv.pro
+2
-2
2 additions, 2 deletions
metis_l2_prep_uv.pro
with
4 additions
and
4 deletions
metis_dark_uvda.pro
+
2
−
2
View file @
0b5c83c5
...
...
@@ -32,9 +32,9 @@ function metis_dark_uvda, data, header, cal_pack, error = error, quality_matrix
;
if
not
,
exit
with
error
code
if
~
isa
(
obt_available
)
then
begin
journal
,
'Error
1
2: UV applicable dark file not found.'
journal
,
'Error
0
2: UV applicable dark file not found.'
journal
exit
,
status
=
1
2
exit
,
status
=
2
endif
;
if
yes
,
chose
the
temporally
closest
...
...
This diff is collapsed.
Click to expand it.
metis_l2_prep_uv.pro
+
2
−
2
View file @
0b5c83c5
...
...
@@ -112,9 +112,9 @@ pro metis_l2_prep_uv
end
else
:
begin
journal
,
'Error
1
1: wrong input data product (expected data types 1, 4, or 6).'
journal
,
'Error
0
1: wrong input data product (expected data types 1, 4, or 6).'
journal
exit
,
status
=
1
1
exit
,
status
=
1
end
endcase
...
...
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