Currently, selregparam needs the distance axis r as input. The thing selregparam does with it is to feed it to lsqcomponents, where it is used to normalize P in Huber and TV regularization. Can another normalization be used? Then, the r input argument of selregparam could be eliminated.
Currently,
selregparam
needs the distance axisr
as input. The thingselregparam
does with it is to feed it tolsqcomponents
, where it is used to normalizeP
in Huber and TV regularization. Can another normalization be used? Then, ther
input argument ofselregparam
could be eliminated.