GithubHelp home page GithubHelp logo

kimatajn / queraios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marcelobianchi/queraios

0.0 0.0 0.0 28 KB

An evaluation tool of crossing raypaths density in Ambient Noise Tomography

License: GNU General Public License v3.0

Python 100.00%

queraios's Introduction

Que Raios

Project to develop a ray cross indicator (RCI) quality indicator for evaluating ANT maps.

The code reads a 4 column file with coordinates (lon, lat, lon, lat) of pair of stations that were used to perform ANT. It computes the RCI indicator for the pairs and plots a Qc map. Computations are done in GMT/netcdf compatible grids. It depends on GMT for plotting and doing some initial grid computation.

Distribution

This code is GPL. It can be obtained from: https://github.com/marcelobianchi/queraios

Usage

The code has a built in help message that can be used to get a quick start. Just use python queraios.py. The input file is a 4-column file containing the stations pair coordinates.

Usage: queraios.py [options]

Options:
  -h, --help            show this help message and exit

  Main Mandatory Options:
    Those options are mandatory for the code to work.

    -r RAYFILE, --rayfile=RAYFILE
                        Ray file with station pair coordinates.
    -o PSFILE, --output=PSFILE
                        Ps Plot File

  Optional Options:
    Those options are not mandatory for the code to work.

    -R REGION, --region=REGION
                        Region coordinates (xmin/xmax/ymin/ymax)[Default is to
                        auto-compute].
    -I RESOLUTION, --resolution=RESOLUTION
                        X/Y cell resolution in degrees (Default is -I1.0/1.0)
    -n, --no-clean      Don't clean before recomputing.
    -s SAMPLING, --sampling=SAMPLING
                        Point sampling used during ray tracing over area (km).
    -m MODE, --mode=MODE
                        Computation mode h: hitcount, x: cross hitcount
                        (Default).
     --no-norm           Do not normalize by the total number of rays in area.
     -l, --length        Compute rays using real length. Normally a ray passing
                        a cell counts 1, if this option is given, the ray will
                        count the amount of km it was inside the cell.
    -u MAX_COLOR, --uppercolor=MAX_COLOR
                        Maximum of the color scale [Default is to auto-
                        compute].
    -P, --preview       Preview the file created (Default off)

queraios's People

Contributors

marcelobianchi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.