Read multiple seismic |
Top Previous Next |
|
Reading multiple internal seismic files
Read multiple seismic module is used for reading multiple internal seismic files within g-Platform suite. It reads two types of files. GSD - Geomage Standard Data GSDL - Geomage Standard Data Light. This file contains only Trace headers information.
GSDL file is generated while using the following modules. •Binning 3D •Select traces •Headers manipulation •Create virtual geometry •Kill empty traces •Recreate sequence numbers •Recalculate 3D offsets •All regularization schemes. GSDL file is used to optimize the memory usage where there is a huge input data or limited resources like physical RAM.
Input data/files need to be provided in the Parameters tab.
Seismic file mask - provide the input files with special characters. Instead of reading all individual files one by one, use the mask file to call all the input files. For more information on these special characters, look into any regular expressions (Python RegEx)[] - A set of characters \ - Signals a special sequence . - Any character (except newline character) ^ - Stars with $ - Ends with * - Zero or more occurrences + - One or more occurrences ? - Zero or one occurrences {} - Exactly the specified number of occurrences | - Either or ( ) - Capture and group For example input files with a common name like "geom-map-red" can be read by using ".*geom-map-red.*".
Input files type { GSD, GSDL } - select the input file types from drop down menu. Click on the table/calculator icon and it will open a file path. Select the files from the database.
InputFilesType - GSD - it is Geomage internal format file type. Geomage Standard Data format.Input GSD files - provide the individual input GSD files.InputFilesType - GSDL - it is Geomage internal format file type however it contains only trace headers information.Input GSDL files - select the individual GSDL files from the database path.Read traces headers in RAM - by default, FALSE (Unchecked). This allows the user to read the input trace headers into RAM. Be cautious with this option in case the total number of input files are high.Create files table - by default, FALSE (Unchecked). If TRUE, it will create the input GSD files in a tabular format.Skip bad files - by default, FALSE (Unchecked). If TRUE, it will skip any bad files in the input file list and continue executing the workflow.Auto-apply file mask on execution - this allows the user to extract the input files from the seismic file mask upon execution of the module.Ignore additional headers - if the input files are having additional trace headers (created additional headers by user), it will ignore them. By default, FALSE (Unchecked).
Skip - By default, FALSE(Unchecked). This option helps to bypass the module from the workflow.
Output DataItem -Output SEG-Y data handle - generates output SEG-Y data handle.Output traces data handle - generates output traces data handle can be used for connection/referencesFiles - generates the files list |