Exemple #1
0
  /**
   * _more_
   *
   * @param keyerM_v72 _more_
   * @param areadata _more_
   * @return _more_
   */
  StormAODTInfo.IRData aodtv72_seteyecloudtemp(int keyerM_v72, StormAODTInfo.DataGrid areadata)
        /*
         * Routine to search for, identify, and set the eye and cloud temperature
         * values for the AODT library. Temperatures are set within AODT library.
         * Inputs : none Outputs: none Return : -51 : eye, CWcloud, or warmest
         * temperature <-100C or >+40C 0 : o.k.
         */
      {
    StormAODTInfo.IRData ird = StormAODTSceneType.aodtv72_gettemps(keyerM_v72, areadata);
    if (ird == null) {
      throw new IllegalStateException("eye, CWcloud, or warmest temperature <-100C or >+40C");
    }

    return ird;

    // return iok;
  }