getRefFluxField¶
- lsst.meas.algorithms.getRefFluxField(schema, filterName)¶
- Get the name of a flux field from a schema. - return the alias of “anyFilterMapsToThis”, if present else: - Parameters:
- schemalsst.afw.table.Schema
- Reference catalog schema. 
- filterNamestr
- Name of camera filter. 
 
- schema
- Returns:
- fluxFieldNamestr
- Name of flux field. 
 
- fluxFieldName
- Raises:
- RuntimeError
- If an appropriate field is not found.