code:work:lvisf:2021:rtp:start
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
code:work:lvisf:2021:rtp:start [2021/12/20 20:13] – created david | code:work:lvisf:2021:rtp:start [2021/12/20 23:30] (current) – [Gridding with GDAL] david | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Gridding with GMT ====== | ====== Gridding with GMT ====== | ||
+ | |||
+ | ===== RTP High Level ===== | ||
+ | |||
+ | ==== Scripts Running ==== | ||
+ | |||
+ | - rtp_raw2ql.sh - every 20 seconds, look for a new md5sum | ||
+ | - rtp_grid.sh - one for each thread so multiple grids can be happening at a time | ||
+ | - rtp_dem.sh - every 15 minutes build up a summary | ||
+ | |||
+ | < | ||
+ | ###### VEGAS config settings ###### | ||
+ | geolocation_only | ||
+ | obs_bias | ||
+ | instrument_roll_bias | ||
+ | instrument_pitch_bias | ||
+ | instrument_yaw_bias | ||
+ | scan_angle_roll_scale | ||
+ | scan_angle_pitch_scale | ||
+ | roll_pitch_alignment_z | ||
+ | time_tag_bias_pitch_to_obs | ||
+ | time_tag_bias_roll_to_obs | ||
+ | fiber_speed_factor 1.0 | ||
+ | use_channel_a | ||
+ | use_channel_b | ||
+ | use_channel_c | ||
+ | use_range_frrx | ||
+ | |||
+ | measurements_per_batch 30000 | ||
+ | |||
+ | disable_gphyscorr_all | ||
+ | |||
+ | |||
+ | ATT_FILE | ||
+ | TRAJ_FILE | ||
+ | MEAS_FILE | ||
+ | GEOLOC_RESID_FILE | ||
+ | </ | ||
===== Online Resources ===== | ===== Online Resources ===== | ||
Line 112: | Line 149: | ||
- Convert the data to an ascii file first < | - Convert the data to an ascii file first < | ||
h5dump -d / | h5dump -d / | ||
- | -o h5lon.asci -y -w 1 --format=%.8f lvis_20210806_155400_00000316.geoloc.h5 | + | -o h5lon.asci -y -w 1 -m %.8f lvis_20210806_155400_00000316.geoloc.h5 |
h5dump -d / | h5dump -d / | ||
- | -o h5lat.asci -y -w 1 --format=%.8f lvis_20210806_155400_00000316.geoloc.h5 | + | -o h5lat.asci -y -w 1 -m %.8f lvis_20210806_155400_00000316.geoloc.h5 |
h5dump -d / | h5dump -d / | ||
- | -o h5alt.asci -y -w 1 --format=%.3f lvis_20210806_155400_00000316.geoloc.h5 | + | -o h5alt.asci -y -w 1 -m %.3f lvis_20210806_155400_00000316.geoloc.h5 |
# make these files into columns ascii | # make these files into columns ascii |
code/work/lvisf/2021/rtp/start.1640031225.txt.gz · Last modified: 2021/12/20 20:13 by david