code:work:lvisf:2021:rtp:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code:work:lvisf:2021:rtp:start [2021/12/20 20:18] – david | code:work:lvisf:2021:rtp:start [2021/12/20 23:30] (current) – [Gridding with GDAL] david | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== RTP High Level ===== | ===== RTP High Level ===== | ||
| + | |||
| + | ==== Scripts Running ==== | ||
| - rtp_raw2ql.sh - every 20 seconds, look for a new md5sum | - rtp_raw2ql.sh - every 20 seconds, look for a new md5sum | ||
| Line 7: | Line 9: | ||
| - rtp_dem.sh - every 15 minutes build up a summary | - 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 119: | 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.1640031486.txt.gz · Last modified: by david
