Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
d6fabd4e
Commit
d6fabd4e
authored
1 year ago
by
Daniel Nemergut
Browse files
Options
Downloads
Patches
Plain Diff
Accounted for rogue-ly named ancillaries plus vlass_seci
parent
ea9926b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1452
Merge 2.8.2 to main
,
!1383
WS-1769 VLA manifest creation
Pipeline
#10033
passed
1 year ago
Stage: pull-db
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/cli/executables/pexable/ingest_envoy/ingest_envoy/std_img_manifest_utils.py
+4
-0
4 additions, 0 deletions
...xable/ingest_envoy/ingest_envoy/std_img_manifest_utils.py
with
4 additions
and
0 deletions
apps/cli/executables/pexable/ingest_envoy/ingest_envoy/std_img_manifest_utils.py
+
4
−
0
View file @
d6fabd4e
...
...
@@ -94,6 +94,10 @@ class ImageIngestionProductsFinder:
if
image_file
.
name
.
startswith
(
sp
.
name
.
split
(
PBCOR
)[
0
]):
# Add this as an ancillary to a similarly named science product
sp_aps
.
get
(
sp
).
append
(
sp_ap
)
break
elif
sp
==
next
(
reversed
(
sp_aps
.
keys
())):
# No similar names found, add this as an ancillary to the first sp (covers VLASS_SECI too)
next
(
iter
(
sp_aps
.
values
())).
append
(
sp_ap
)
self
.
logger
.
info
(
f
"
Science Product -> Ancillary mapping:
{
sp_aps
}
"
)
science_products
=
[]
...
...
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