Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexey Gusev
maja
Commits
50fcf3fc
Commit
50fcf3fc
authored
Dec 07, 2020
by
Julie Brossard
Browse files
Merge branch '195-error-qkl-xsd-validation' into release_v4.2.3
parents
c7ac8b43
26ed63c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/plugins/common/muscate/maja_muscate_l2_header_writer.py
View file @
50fcf3fc
...
...
@@ -725,10 +725,11 @@ class MajaMuscateL2HeaderWriter(L2HeaderWriterBase):
xml_tools
.
remove_node
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Image_List/"
+
"Image_MACC_template_temporary_node_Flat_Reflectance"
)
if
not
self
.
writel2products
:
# DM2706
xml_tools
.
remove_
child
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Image_List"
)
xml_tools
.
remove_
child
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Mask_List"
)
xml_tools
.
remove_
node
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Image_List"
)
xml_tools
.
remove_
node
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Mask_List"
)
# Write Private_Directory
output_handler
.
set_value_of
(
"JobProcessingInformationsFileFilename"
,
"DATA/"
+
os
.
path
.
basename
(
pJpiFilename
))
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment