NASA will be performing network maintenance on Tuesday May 16, 2023, from 11:00 AM EDT (15:00 UTC) to 1:00 PM EDT (17:00 UTC), resulting in short, intermittent outages. You may experience network difficulties accessing the ILRS website and ALL CDDIS services during the maintenance window. If you experience problems outside this window, contact support-cddis@earthdata.nasa.gov.

close window
-->

CPF Format V2 Errata

Version v2.00 issued 14 June 2018 (includes all changes since v1.01a)


-----------------------
Issue #: 2020-1
-----------------------

Date: 24 July 2020
Component: sample source code
Version: 2.00a
Routines: cpf_chk.c
Problem: "20" velocity records were all causing errors.
Impact:
Source: rlr
Fixes:
33,36d32
<  *    Jul 23, 2020 - Fixed error with type 20 missing an "else" causing all "20" records to error out. rlr.
<  *    - Statistics for "20" records with dir = 0 are now reported. rlr.
453c449
>   else if (dir == 1)
---
>    if (dir == 1)
463c459,460
<    else if (dir == 2)
---
>    else
>    if (dir == 2)
716,717d712
<    if (n20 > 0)
<    printf (" 20 (common epoch): %d\n", n20);