mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:07:08 +00:00
Modify details of example survey configuration file
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
|
||||
archived: true # If true, the data in the database will be “frozen”.
|
||||
id: EQ19221 # Not used. See bin/create_survey.sh
|
||||
name: "4D PRM seismic survey Norway Blocks 25/8 & 25/11" # Not used. See bin/create_survey.sh
|
||||
id: EQ20211 # Not used. See bin/create_survey.sh
|
||||
name: "Snorre" # Not used. See bin/create_survey.sh
|
||||
schema: survey_1 # This must be the schema returned by bin/create_survey.sh
|
||||
epsg: 23031 # The EPSG code used in bin/create_survey.sh
|
||||
binning: # P6 data. Eventually will be replaced with the location of the P6 file.
|
||||
@@ -25,7 +25,7 @@ preplots: # List of preplot files
|
||||
-
|
||||
type: sps # Always "sps"
|
||||
class: "S" # Source preplots
|
||||
path: /srv/Data/EQ22222/preplots/Preplot_Source.sps
|
||||
path: /srv/Data/EQ20211/preplots/Preplot_Source.sps
|
||||
format:
|
||||
# The “SPS” files seen in the while have all different layouts. Rather than
|
||||
# forcing our own choice of layout upon the user, we let him describe what
|
||||
@@ -42,7 +42,7 @@ preplots: # List of preplot files
|
||||
-
|
||||
type: sps
|
||||
class: "V" # Vessel preplots
|
||||
path: /srv/Data/EQ22222/preplots/Preplot_Vessel.sps
|
||||
path: /srv/Data/EQ20211/preplots/Preplot_Vessel.sps
|
||||
format:
|
||||
widths: [ -1, 10, 10, -25, 10, 10 ]
|
||||
names: [ "line_name", "point_number", "easting", "northing" ]
|
||||
@@ -70,7 +70,7 @@ raw:
|
||||
- "*.P190"
|
||||
paths:
|
||||
# A list of directories to search for P1/90 files
|
||||
- /srv/Data/EQ19221/_live/raw
|
||||
- /srv/Data/EQ20211/_live/raw
|
||||
|
||||
final:
|
||||
# This section is analogue to "raw" above, but for final data.
|
||||
@@ -86,5 +86,5 @@ final:
|
||||
- "*.p190"
|
||||
- "*.P190"
|
||||
paths:
|
||||
- /srv/Data/EQ19221/_live/final
|
||||
- /srv/Data/EQ20211/_live/final
|
||||
|
||||
|
||||
Reference in New Issue
Block a user