2.1. Start here#

Getting Started takes you from an unconfigured Python environment to a loaded and inspected electromagnetic survey. It deliberately stops before correction, inversion, or interpretation. Those stages require scientific choices that cannot be made safely until the input format, station inventory, coordinates, frequency coverage, and available response components are understood.

You can follow the pages in order or use Quickstart when pyCSAMT is already installed and the input is a directory of EDI files.

2.1.2. Choose a shorter entry point#

Start with Quickstart if all of the following are true:

  • pyCSAMT is already installed and importable;

  • the data are frequency-domain EDI files;

  • station metadata and units are known;

  • you want a compact load, inventory, normalization, and plot example.

Start with Identify your data format if the delivery contains AVG/AMTAVG, Jones J-format, spectral EDI, field time series, TEM/TDEM decay data, Stratagem raw files, coordinate tables, or inversion files. Renaming an extension does not convert the underlying measurements.

Start with Inspect a first survey if the data already load but the station count, source-file mapping, frequency coverage, or diagnostic figure needs careful review.

2.1.3. What Getting Started does not do#

This section does not prescribe filtering thresholds, static-shift factors, dimensionality assumptions, inversion regularization, or geological meaning. Those decisions depend on the acquisition, processing history, response quality, survey geometry, and scientific objective.

After the first inspection, use:

2.1.4. Before leaving this section#

Confirm that:

  • Python imports the expected pyCSAMT version and pycsamt --help works;

  • the input family and original measurement units are known;

  • raw inputs remain unchanged and generated outputs use a separate directory;

  • the loaded station count matches the field manifest;

  • parser failures and duplicate identities are understood;

  • station order and coordinate reference information are plausible;

  • frequency grids and required response components have been checked;

  • the first diagnostic has been interpreted as a screening result, not a geological conclusion.

If any item is uncertain, return to the corresponding page before applying a correction or preparing an inversion.