SimPEG.potential_fields.base.BasePFSimulation.dpred# BasePFSimulation.dpred(m, f=None)[source]# Create the projected data from a model. The fields, f, (if provided) will be used for the predicted data instead of recalculating the fields (which may be expensive!). dpred=P(f(m)) Where P is a projection of the fields onto the data space.