#1 Mind the format here...Many routines access this file
#2 Format for each line: name value
#3 This is read by both grep and IDL...
#4 grep requirements: Don't have 'pp_anything' in this header!!!
#5 IDL requirements:  This header is 10 lines long
#6                    One space between each line
#7 When adding to these variables, one should only have to
#8 augment nvar, and add the new variable info to the ends
#9 of varnames, varformat, vartypes and varvalues.  Also, you
#10must add the variable to the common block in ep_envar_con.pro
pp_nvar 28

pp_varnames pp_nchunk pp_method pp_curve_traj pp_order_assign pp_acfir_assign pp_acfir pp_gunid pp_nbeam_min pp_qual_min pp_maxorder pp_maxchan_min pp_maxchan_max pp_outlier_removal pp_outlier_maxperc pp_outlier_nbeam_min pp_cg_phires pp_fg_phires pp_cg_minresr pp_fg_minresr pp_cg_acgdu pp_fg_acgdu pp_cg_logpr pp_fg_logpr pp_actof_con pp_acgdu pp_order_use_unrun1 pp_order_use_unrun2 pp_order_use_hrb

pp_varformat 5(i2,1x),f4.1,1x,7(i2,1x),i3,1x,i2,1x,6(f4.1,1x),2(i3,1x),2(f4.1,1x),3(i2,1x)

pp_vartypes fix fix fix fix fix float fix fix fix fix fix fix fix fix fix float float float float float float fix fix float float fix fix fix

pp_varvalues 1 0 0 0 0 1.0 0 4 2 5 6 8 0 20 4 3.0 1.0 5.0 1.0 5.0 1.0 30 30 8.0 2.0 1 1 0


