Skip to content
Snippets Groups Projects
  1. Mar 25, 2009
    • jacques.grelet_ird.fr's avatar
      Yves find a bug in _LINCOEF variable display, slope and offset was inverted · 01f366df
      jacques.grelet_ird.fr authored
      This was due to the new .ini labview file:
      SSJT_LINCOEF_OFFSET=0.00000000
      SSJT_LINCOEF_SLOPE=1.00000000
      offset was the first indice in _LINCOEF variable and slope second. 
      Before revision 348, it was the opposite.
      NEVER USE HARCODED INDICE IN YOUR PROGRAM
      
      replace with following code:
         A_CNDC = strmatch('SLOPE', tsg.CNDC_LINCOEF_CONV);
         set( hetCalCNDCSlope,  'String', num2str(tsg.CNDC_LINCOEF(A_CNDC)));
      
      01f366df
  2. Mar 24, 2009
  3. Mar 23, 2009
  4. Mar 21, 2009
  5. Mar 20, 2009
  6. Mar 03, 2009
  7. Mar 02, 2009
  8. Mar 01, 2009
  9. Feb 27, 2009
  10. Feb 26, 2009
  11. Feb 25, 2009
  12. Feb 24, 2009
  13. Feb 23, 2009
  14. Feb 18, 2009
  15. Feb 17, 2009
Loading