What is the difference between a framework rcp and a regular rcp?
Framework rcp’s are files that control how programs run. They tell the program which parts of the input data to look at, what routines to perform on it, what kind of output to produce, etc. Regular rcp’s contain parameters that the program can plug into the code, and includes everything that is stored in a common database. Framework rcp files include statements like ‘string Packages = “hist geo read ntpl run_config mag unpack”‘, while regular rcp files include statements like ‘int debug_level = 0’.