| Delete Commands |
-DA+<time> | Delete all data beginning at this time. |
-DA-<time> | Stop deleting data at this time. |
-DO<OT> | Delete observation type OT entirely (including header). |
-DS<SV> | Delete all data for satellite SV entirely (SV may be system only). |
-DS<SV>,<time> | Delete all data for satellite SV at this single time only. |
-DS+<SV>,<time> | Delete all data for satellite SV beginning at this time. |
-DS-<SV>,<time> | Stop deleting all data for satellite SV at this time. |
-DD<SV,OT,t> | Delete a single RINEX datum (SV,OT,t) at time <t>. Deleting data for one OT means setting it to zero, as RINEX requires. |
-DD+<SV,OT,t> | Delete all (SV,OT) data, beginning at time <t>. |
-DD-<SV,OT,t> | Stop deleting al (SV,OT) data at time <t>. |
| Set Commands |
-SD<SV,OT,t,d> | Set data(SV,OT,t) to <d> at time <t>. |
-SS<SV,OT,t,s> | Set ssi(SV,OT,t) to <d> at time <t>. |
-SL<SV,OT,t,l> | Set all lli(SV,OT,t) to <l> at time <t>. |
-SL-<SV,OT,t> | Stop setting lli(SV,OT,t) to <l> at time <t> (<l> is optional). |
-SL <SV,OT,t,l> | Set lli(SV,OT,t) to <l> at the single time <t> only. |
| Bias Commands |
-BZ | Apply BD commands even when data is zero (i.e. 'missing'). |
-BD<SV,OT,t,d> | Add the value of <d> to data(SV,OT,t) at time <t>. BD commands apply only when data is non-zero unless -BZ appears. |
-BD+<SV,OT,t,d> | Add the value of <d> to data(SV,OT) at time <t>. |
-BD-<SV,OT,t,d> | Stop adding <d> to data (SV,OT) at time <t> (<d> optional). |
-BS<SV,OT,t,s> | Add the value of <s> to ssi(SV,OT,t) at time <t>. |
-BL<SV,OT,t,l> | Add the value of <l> to lli(SV,OT,t) at time <t>, |