Recovery Functions

SOAP recovery function module

class recoveryFunction.sf(data=None, sftype='', par=[], parvalue=[], features='', type='', model=[], rawsp=None, *args, **args2)[source]

Recovery function class

Parameters:
  • sftype (str) – the type of recovery function, see source codes for detail, get1d().

  • par (list|numpyArray) – anchor points positions for splines.

  • parvalue (list|numpyArray) – anchor values for splines, and parameters for other type of recovery functions.

  • features (str) – features the recovery function corresponding to, see feature.

  • model (dict) – a dict contains the same parameters described above

get_sf(returnreft=False)[source]

Return the recovery function calculated using the self.par and self.parvalue.