When the setLensPars method of FastLensSim attempts to define a Sersic object, as in this line, it passes in all the required parameters except amp (or logamp). This causes the Sersic initialization to abort due to this line. What value of amp (or logamp) should be passed?
For context, this error occurs in this line of the example script ModelAll.py.
When the
setLensPars
method ofFastLensSim
attempts to define a Sersic object, as in this line, it passes in all the required parameters exceptamp
(orlogamp
). This causes the Sersic initialization to abort due to this line. What value ofamp
(orlogamp
) should be passed?For context, this error occurs in this line of the example script
ModelAll.py
.