Skip to content
Snippets Groups Projects
  1. Mar 28, 2009
  2. 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
  3. Mar 23, 2009
  4. Feb 24, 2009
  5. Apr 11, 2008
  6. Apr 04, 2008
  7. Mar 27, 2008
  8. Mar 20, 2008
  9. Mar 19, 2008
Loading