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 by jacobianAddAbsSpecies() 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 to self.jacobian [INOUT]

  • mblock_index (Index, optional) – Measurement block index. . See mblock_index, defaults to self.mblock_index [IN]

  • iyb (Vector, optional) – Monochromatic pencil beam data for one measurement block. See iyb, defaults to self.iyb [IN]

  • yb (Vector, optional) – The measurement vector for a single measurement block. See yb, defaults to self.yb [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]