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
1de5e503
Commit
1de5e503
authored
1 year ago
by
Charlotte Hausman
Committed by
Daniel Nemergut
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
initial std. imaging spelunking
parent
2816b52b
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
Changes
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
+2
-1
2 additions, 1 deletion
...xable/ingest_envoy/ingest_envoy/std_img_manifest_utils.py
with
2 additions
and
1 deletion
apps/cli/executables/pexable/ingest_envoy/ingest_envoy/std_img_manifest_utils.py
+
2
−
1
View file @
1de5e503
...
...
@@ -72,6 +72,7 @@ class ImageIngestionProductsFinder:
file
for
file
in
self
.
files_found
if
file
.
name
.
endswith
(
FITS
)
and
TT0
in
file
.
name
# make sure tt1 is NOT a sp
and
RMS
not
in
file
.
name
and
PB
not
in
file
.
name
and
MASK
not
in
file
.
name
...
...
@@ -94,7 +95,7 @@ class ImageIngestionProductsFinder:
science_products
=
[]
for
file
in
sp_image_files
:
# For the case where there are two image science products, all ancillaries should be attached to only one
if
file
==
sp_image_files
[
0
]
:
if
TT0
in
file
.
name
:
science_products
.
append
(
OutputScienceProduct
(
product_type
=
AncillaryProductType
.
FITS
,
...
...
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