ecg_header.10c
Purpose:
-
Generate an input file for the ECG process by processing specification files and command-line arguments to compile necessary data.
Enter:
-
ecg_header.10c <ci_specs=value> <esvd_specs=value> <outp_file=value> <star6_file_10c=value> <star3_file_1oc=value> <asset_file=value> <furball_file=value> <cycle=value>
Where:
-
ci_specs=value
Specify the name of the ci_specs input file customer specified data.
esvd_specs=value
Specify the name of the esvd_specs file that contains CyFlex label data.
outp_file=value
Specify the name of the output file that is generated by this process. for use by ECG.
star6_file_10c=value
Specify the name of the star6 file that will be created by ECG.
star3_file_10c=value
Specify the name of the star3 file that will be modified by ECG.
asset_file=value
Specify the name of the asset file that will be an input to ECG.
furball_file=value
Specify the name of the furball file that will be created by ECG.
cycle=value
Specify the name of the cycle being built.
Example:
-
ecg_header.10c ci_specs=/path/to/ci_specs.dat esvd_specs=/path/to/esvd_specs.dat outp_file=/path/to/output.file star6_file_10c=/path/to/star6.file star3_file_10cIn=/path/to/star3.file asset_file=/path/to/asset.file furball_file=/path/to/furball.file cycle=SomeCycle
Notes:
-
This process is intended for use within a script file with each option specified exactly as shown. The value can be any valid pathname.