jacobianCalcDoNothing
- Workspace.jacobianCalcDoNothing(self: pyarts.arts._Workspace, jacobian: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.jacobian, mblock_index: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.mblock_index, iyb: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.iyb, yb: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.yb, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
This function doesn’t do anything. It just exists to satisfy the input and output requirement of the
jacobian_agenda
.This method is added to
jacobian_agenda
byjacobianAddAbsSpecies()
and some similar methods, and it should normally not be called by the user.Author(s): Oliver Lemke
- Parameters:
jacobian (Matrix, optional) – The Jacobian matrix. See
jacobian
, defaults toself.jacobian
[INOUT]mblock_index (Index, optional) – Measurement block index. . See
mblock_index
, defaults toself.mblock_index
[IN]iyb (Vector, optional) – Monochromatic pencil beam data for one measurement block. See
iyb
, defaults toself.iyb
[IN]yb (Vector, optional) – The measurement vector for a single measurement block. See
yb
, defaults toself.yb
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]