-->

CRD Format V2 Errata

v1.01c to v2.01 (arranged from newest to oldest)


Date: 04 Mar 2021
Version 2.01b of the CRD source code is now available on the ILRS web site.

  • Corrected write_merit.c, write_cstg.c, crd_to_merit.c, crd_to_cstg_ql.c, and crd_to_cstg_np.c in crd_conv_slr_c/ to properly handle "na".
  • Routine common_c/read_crd.c had extraneous "na" code removed.

Date: 06 Oct 2020
Version 2.01a of the CRD source code is now available on the ILRS web site.

  • Repaired code in common_c/read_crd.c to prevent the possibiliy of field overwrites. (Thanks to Mark Yeo of Industrial Sciences Group for pointing out the problems and providing fixes.)
  • Repaired code in common_f/write_crdf.f that drops the '60' record in CRD v2 to prevent duplicating the previous record.

Date: 04 Nov 2019
Version 2.01 of the CRD manual has been updated to make the definition of "Calibration Span" in the "41" and "42" records match the "40" record. Minor changes were made to Appendix C.


Date: 15 Oct 2019
Version 2.01 of the CRD source code is now available on the ILRS web site.

  • Added records
    • 'C7' - Calibration Configuration
    • '41' - Calibration Detail Records to give more detail than '40' record.
    • '42' - Calibration "shot" Records, shot-by-shot calibration data, analogous to the '10' records for SLR data.
  • For fields in which the values is "not applicable" or "not available", the use of "-1" has been replaced by the string "na".
  • Various clarifications of the manual
  • Added more test data to the common_<x> and crd_chk_c directories.

Date: 05 Oct 2018
Version 2.00beta-1 of the CRD source code is now available on the ILRS web site.

Changes since 2.00beta are:

  • Fix many problems with fortran code;
  • Fix crd_chk so that return code is correct; and
  • The wr_test programs in common_f and common_c test all of new version 2 record types and new fields.

Date: 18 Sep 2018
Version 2.00beta of the CRD source code is now available on the ILRS web site.