loadParameters¶
- 
lsst.validate.drp.util.loadParameters(configFile)¶ Load configuration parameters from a yaml file.
Parameters: - configFile : 
str YAML file that stores visit, filter, ccd, good_mag_limit, medianAstromscatterRef, medianPhotoscatterRef, matchRef and other parameters
Returns: - pipeStruct: `lsst.pipe.base.Struct`
 Struct with configuration parameters.
- configFile :