User Tools

Site Tools


code:work:lvisf:2021:rtp:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
code:work:lvisf:2021:rtp:start [2021/12/20 20:13] – created davidcode: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
 +
 +<code>
 +###### VEGAS config settings ######
 +geolocation_only
 +obs_bias                 -137.807 0.0
 +instrument_roll_bias        1.9265100000000000 0.0
 +instrument_pitch_bias       -1.4537700000000000 0.0
 +instrument_yaw_bias         0.359650000000000 0.0
 +scan_angle_roll_scale       -1.0018271200000000 0.0
 +scan_angle_pitch_scale       0.9970223500000000 0.0
 +roll_pitch_alignment_z       90.0000000000000000 0.0
 +time_tag_bias_pitch_to_obs       -0.0015568100000000 0.0
 +time_tag_bias_roll_to_obs       -0.0006150700000000 0.0
 +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                "/Volumes/XSan4/david/rtp/traj59432_rtp_192.168.0.63_quicklook.att"
 +TRAJ_FILE               "/Volumes/XSan4/david/rtp/traj59432_rtp_192.168.0.63_quicklook.traj"
 +MEAS_FILE               "/Users/drabine/rtp/src/lvis_20210806_155400_00000316.meas.h5"
 +GEOLOC_RESID_FILE       "/Users/drabine/rtp/src/lvis_20210806_155400_00000316.geoloc.h5"
 +</code>
  
 ===== Online Resources ===== ===== Online Resources =====
Line 112: Line 149:
   - Convert the data to an ascii file first <code>   - Convert the data to an ascii file first <code>
 h5dump -d /BOUNCEPOINT_LONGITUDE_FR3RX3_A \ h5dump -d /BOUNCEPOINT_LONGITUDE_FR3RX3_A \
-   -o h5lon.asci -y -w 1 --format=%.8f lvis_20210806_155400_00000316.geoloc.h5+   -o h5lon.asci -y -w 1 -%.8f lvis_20210806_155400_00000316.geoloc.h5
  
 h5dump -d /BOUNCEPOINT_LATITUDE_FR3RX3_A \ h5dump -d /BOUNCEPOINT_LATITUDE_FR3RX3_A \
-   -o h5lat.asci -y -w 1 --format=%.8f lvis_20210806_155400_00000316.geoloc.h5+   -o h5lat.asci -y -w 1 -%.8f lvis_20210806_155400_00000316.geoloc.h5
  
 h5dump -d /BOUNCEPOINT_ALTITUDE_FR3RX3_A \ h5dump -d /BOUNCEPOINT_ALTITUDE_FR3RX3_A \
-   -o h5alt.asci -y -w 1 --format=%.3f lvis_20210806_155400_00000316.geoloc.h5+   -o h5alt.asci -y -w 1 -%.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