code for processing using GipsyX
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.
- station
- network
- timeseries class (does not do anything yet)
import station
import network
You can then write a python script to run your process or even interactively. Example of processing is here