Class Response


  • public class Response
    extends java.lang.Object
    • Method Detail

      • isValid

        public static boolean isValid​(Response resp)
      • repairResponse

        public static void repairResponse​(Response resp)
                                   throws InvalidResponse
        Checks for nonsense sensitivity (overall gain of -1) and trys to repair by multiplying the gains of the individual stages. This only works if all the frequencys are either the same or zero. We assume a frequency of zero means that there is no frequnecy dependence for this stage.
        Throws:
        InvalidResponse
      • getResponseStageList

        public java.util.List<ResponseStage> getResponseStageList()
      • getResourceId

        public java.lang.String getResourceId()