NonLinLoc programs file formats

 

Overview - Definitions - 3D Grid Files - Phase Files - Location Files - [NonLinLoc Home]

 

Overview

This page describes the input and output file formats used by the various NonLinLoc programs. Some formats (such as the 3D Grid format) are used by many of the programs, while others are specific to a particular program.

Many files have an easy to read ascii format with spaces between fields. To minimize disk space usage and to speed input/output some files are binary (such as the 3D Grid "buffer" file containing the grid data.

 

Definitions

General - ASCII Datatypes - Binary Datatypes - [NonLinLoc Home]

 

3D Grid Files Format

3D Grid Header file - 3D Grid Data buffer file - [NonLinLoc Home]

Each 3D Grid is stored on disk with a small, simple, ASCII header file and a (possibly very large) binary data buffer file. Both files have identical names except for the extension.

 

Phase File Formats

NonLinLoc Format - HYPO71 Format - NEIC Format - CSEM-EMSC Alert Format - NCSN Format - SIMULPS Format - SEISAN Format - RéNaSS DEP Format - [NonLinLoc Home]

The seismic phase time-pick observations for the program NLLoc may be specified in a number of different file formats. These files may contain picks for a single event or a number of events. NLLoc can read multiple observation files using a "wild-card" specification. (see the LOCFILES statement of the NLLoc control file).

Most phase file types may contain non phase pick data before or after the pick data for each event.

There are many undocumented formats supported by NLLoc, the LOCFILES statement code for supported formats include:
NLLOC_OBS HYPO71 HYPOELLIPSE NEIC CSEM_ALERT SIMULPS HYPOCENTER HYPODD SEISAN NORDIC NCSN_Y2K_5 NCEDC_UCB ETH_LOC RENASS_WWW RENASS_DEP INGV_BOLL INGV_BOLL_LOCAL INGV_ARCH
See the NLLoc.c source file for more details.

 

Event Location Files Format

NLLoc Hypocenter-Phase file - Phase Statistics file - Scatter file - Confidence Level file - Quasi-HYPOELLIPSE file - HYPO71 Hypocenter/Station file - HypoInverse Archive file - [NonLinLoc Home]

The location results from a run of the program NLLoc are stored in individual event files and in summary files for the run. A number of different file types are output, some of these are created and saved only if specifically requested in the NLLoc control file.

The individual event files have names of the form:

path-Name.date.time.gridN.loc.FileExtension
and the summary files have names of the form:
path-Name.sum.gridN.loc.FileExtension
where path-Name is the output file path and root name specified in the LOCFILES statement of the NLLoc control file, date.time is an automatically generated data and time for the event of the form yyyymmdd.hhmmss, N is the grid index starting from 0 for the initial search grid, and FileExtension is the required file extension for each output file type as specified below.
 

Back to the NonLinLoc site Home page.

Anthony Lomax