List of macros:

The following are the "driver" macros (i.e., these are the macros that
you actually call) for performing the fits.

  1. fit_1959.dp:   Analyze data in Table A1 (1959_data.txt)
  2. fit_1970.dp:   Analyze data in Table B1 (1970_data.txt)
  3. fit_1970_b.dp: Analyze data in Table C1 (1970_Boulder_data.txt)
  4. fit_1450.dp:   Analyze data in Table D1 (1450_data.txt)
  5. fit_1450a.dp:  Analyze data in Table E1 (1450a_data.txt)
  6. fit_1958_b.dp: Analyze data in Table F1 (1958_Boulder_data.txt)
  7. fit_1450b.dp:  Analyze data in Table G1 (1450bI_Rev1_data.txt,
                    batch 3)
  8. fit_1450b_b_1980.dp: Analyze data in Table G1 (1450bI_Rev1_data.txt,
                          batch 1)
  9. fit_1450b_b_1981.dp: Analyze data in Table G1 (1450bI_Rev1_data.txt,
                          batch 2)
 10. fit_1450c.dp:  Analyze data in Table H1 (1450c_data.txt)
 11. fit_1450d.dp:  Analyze data in Table I1 (1450d_data.txt)

Note that each of these driver macros will call a number of sub-macros.
Specifically

  1. plot_raw.dp    - generate the raw data plots
  2. partial_res.dp - generate the partial residual plots
  3. model0.dp      - fit Model 0
  4. model1.dp      - fit Model 1
  5. model2.dp      - fit Model 2
  6. model3.dp      - fit Model 3
  7. model4.dp      - fit Model 4
  8. model5.dp      - fit Model 5
  9. model5a.dp     - fit Model 5a
 10. model6.dp      - fit Model 6
 11. model6a.dp     - fit Model 6a

These sub-macros in turn will call a number of macros that are
not individually identified here.  Most of these set properties
for the indivual fits and they will have an identifying string
in the name that specifies which fit they will apply to (basically,
use the name for the driver macro with the "fit_" replaced with
some other string).  For example, "res_xlab_1450d.dp" will set the
properties for the X axis for the residuals from "fit_1450d.dp".
The first few lines in these macros will be comments that specify
what that particular macro does.

The file "diag.dp" was used to generate some of the summary
plots in the report.
