Skip to content

USFgeodesy/xProcess

Repository files navigation

xProcess

code for processing using GipsyX

To install it:

cd /dir/with/xProcess/

open the file station.py

edit line 27-28:

ionfile    = '/home/nvoss/goa-var/cddis.gsfc.nasa.gov/gps/products/ionex'
orbits_dir = '/home/nvoss/orbits/sideshow.jpl.nasa.gov/pub/JPL_GPS_Products/Final'

such that it points to the directory where your ionex files and orbits are are...

python setup.py install

This will create 3 new python modules.

  1. station
  2. network
  3. timeseries class (does not do anything yet)

You can call the modules by:

import station
import network

You can then write a python script to run your process or even interactively. Example of processing is here

About

code for processing using GipsyX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published