Changeset 2695


Ignore:
Timestamp:
12/13/12 18:10:19 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Ensure that units of calibrated spectra are K.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r2670 r2695  
    13431343    ++s2it;
    13441344  }
     1345 
     1346  out->setFluxUnit("K");
     1347
    13451348  return out;
    13461349}
     
    15151518    ++s2it;
    15161519  }
     1520
     1521  calb1->setFluxUnit("K");
     1522 
    15171523  return calb1;
    15181524}
     
    16091615    out = dofold( out1, out2, choffset ) ;
    16101616  }
    1611    
     1617   
     1618  out->setFluxUnit("K");
     1619
    16121620  return out;
    16131621}
Note: See TracChangeset for help on using the changeset viewer.