Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
ms_tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LDV
ms_tools
Merge requests
!1
Add LOFAR storage manager and CI/CD
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add LOFAR storage manager and CI/CD
add_ci
into
master
Overview
6
Commits
2
Pipelines
4
Changes
3
1 open thread
Show all comments
Merged
Add LOFAR storage manager and CI/CD
Mattia Mancini
requested to merge
add_ci
into
master
Feb 22, 2023
Overview
6
Commits
2
Pipelines
4
Changes
3
1 open thread
Show all comments
0
0
Merge request reports
Compare
master
version 1
dd77309b
Feb 22, 2023
master (base)
and
latest version
latest version
8e01f6df
2 commits,
Feb 23, 2023
version 1
dd77309b
1 commit,
Feb 22, 2023
3 files
+
42
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
bin/lofar_sip_from_ms.py
+
2
−
1
View file @ 8e01f6df
Edit in single-file editor
Open in Web IDE
Show comments on this file
Show full file
@@ -34,7 +34,8 @@ def collect_project_info(msin):
@@ -34,7 +34,8 @@ def collect_project_info(msin):
_storage_writer_to_storage_manager
=
{
_storage_writer_to_storage_manager
=
{
'
DyscoStMan
'
:
'
DyscoStorageManager
'
,
'
DyscoStMan
'
:
'
DyscoStorageManager
'
,
'
TiledColumnStMan
'
:
'
CasaStorageManagers
'
'
TiledColumnStMan
'
:
'
CasaStorageManager
'
,
'
LofarStMan
'
:
'
LOFARStorageManager
'
}
}
_DAYS_IN_SEC
=
3600
*
24
_DAYS_IN_SEC
=
3600
*
24
Loading