GServiceFileReaderProcedure |
Top Previous Next |
|
This module is used for reading internally produced data. The main objectives is whenever the user submitted a processing workflow comprising of Seismic loop or Migration procedure, it will creates a ".tmp" file along with .gsd & .gsd.sgy. The .tmp file stores all the processing information like how many sequences/gathers/files are processed etc. For an instance, if the procedure got interrupted or the procedure is not successfully executed/run, .tmp file knows that what is the last good sequence/gather/files. Next time when the user submits the job, it grabs the information from the .tmp file and start working from the next sequence/gather/file onwards. This way the user won't have to resubmit the job again from the scratch. This avoids repetition and saves lot of machine time. When the user resubmits the job again, make sure to change the writing mode to DIRECT Regarding the sequence numbering, the user must keep in mind that the sorting order is the one that gives the information about total number of sequences. For example, the user sorted the data in FFID - Channel sorting and information tab shows the total number of sorted gathers as 251 which means the sequence numbers are starting from 0 to 251. Similarly, if the sorting order is CDP - Offset and information tab of the Sort traces is showing as 1282 total number of sorted gathers then the user must provide these number in the parameters tab where Clear From and Clear To values.
Input data tab is disabled and all the input data information has to be provided at the Parameters tab.
Input file name - browse and select the .tmp file
ClearFrom - specify the starting sequence/gather/file to clear the information. It will clear all the information from the user specified location.ClearTo - specify up to what sequence/gather/file information to clear the information.
Skip - By default, FALSE(Unchecked). This option helps to bypass the module from the workflow.
Header - generates the updated headers information. |