Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resif-integration-chain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSUG
RESIF
resif-integration-chain
Merge requests
!3
Ph5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ph5
ph5
into
master
Overview
0
Commits
2
Changes
1
Merged
Jonathan Schaeffer
requested to merge
ph5
into
master
4 years ago
Overview
0
Commits
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
0364b5dc
4 years ago
version 1
23cb8622
4 years ago
master (base)
and
latest version
latest version
0364b5dc
2 commits,
4 years ago
version 2
0364b5dc
3 commits,
4 years ago
version 1
23cb8622
2 commits,
4 years ago
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
integrationWorker.py
+
10
−
0
Options
@@ -66,6 +66,16 @@ PROCESSING_MODULES = {
INTEGRATION_MODULE_DIR
+
"
/data_xml/processing-module-archive.sh
"
,
INTEGRATION_MODULE_DIR
+
"
/data_xml/processing-module-inventory.sh
"
,
],
"
seismic_data_ph5
"
:
[
INTEGRATION_MODULE_DIR
+
"
/data_ph5/T0_check_files_format.py
"
,
INTEGRATION_MODULE_DIR
+
"
/data_ph5/T0bis_check_only_one_network.py
"
,
INTEGRATION_MODULE_DIR
+
"
/data_ph5/T1_network_is_in_inventory.py
"
,
INTEGRATION_MODULE_DIR
+
"
/data_ph5/T2_all_stations_in_inventory.py
"
,
INTEGRATION_MODULE_DIR
+
"
/data_ph5/T3_miniseed_conversion.py
"
,
INTEGRATION_MODULE_DIR
+
"
/data_ph5/T4_rsync_to_archive.py
"
,
INTEGRATION_MODULE_DIR
+
"
/data_ph5/T5_inventory.py
"
,
],
"
metadata_stationxml
"
:
[
INTEGRATION_MODULE_DIR
+
"
/metadata_xml/0-processing-module-one-file-only.bash
"
,
Loading