File: content.txt

package info (click to toggle)
python-escript 5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 87,772 kB
  • ctags: 49,550
  • sloc: python: 585,488; cpp: 133,173; ansic: 18,675; xml: 3,283; sh: 690; makefile: 215
file content (43 lines) | stat: -rw-r--r-- 1,722 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
data:

- data/QLDWestGravity.nc:
      gravity data, 121x121 cells, Western Queensland, netCDF format
- data/QLDWestGravity.ers, data/QLDWestGravity:
      gravity data, 121x121 cells, Western Queensland, ER Mapper format
- data/QLDWestMagnetic.nc:
      magnetic data, 121x121 cells, Western Queensland, netCDF format
- data/QLDWestMagnetic.ers, data/QLDWestMagnetic:
      magnetic data, 121x121 cells, Western Queensland, ER Mapper format
- data/GravitySmall.nc:
      gravity data, 13x13 cells, Western Queensland, netCDF format
- data/GravitySmall.ers, data/GravitySmall:
      gravity data, 13x13 cells, Western Queensland, ER Mapper format
- data/MagneticSmall.nc:
      magnetic data, 13x13 cells, Western Queensland, netCDF format
- data/MagneticSmall.ers, data/MagneticSmall:
      magnetic data, 13x13 cells, Western Queensland, ER Mapper format

scripts:

- create_netcdf.py:
    example script to create netCDF file from python
- plot_netcdf.py:
    script to plot data in netCDF format using matplotlib
- plot_ermapper.py:
    script to plot data in ER Mapper format using matplotlib
- grav_netcdf.py:
    inversion of data/GravitySmall.nc
    (reads netCDF, creates VTK, Silo and CSV output)
- grav_ermapper.py:
    inversion of data/GravitySmall.ers
    (reads ER Mapper, creates VTK, Silo and CSV output)
- mag_netcdf.py:
    inversion of data/MagneticSmall.nc
    (reads netCDF, creates VTK, Silo and CSV output)
- gravmag_netcdf.py:
    joint inversion of data/GravitySmall.nc and data/MagneticSmall.nc
    (reads netCDF, creates VTK, Silo and CSV output)
- gravmag_nodriver.py:
    joint inversion as above but without joint inversion driver (advanced)
    (reads netCDF, creates VTK and Silo output)