Ignore:
Timestamp:
07/28/11 12:55:49 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1913

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...

Simplified methods to retrieve Tsys and Tcal.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/asdm2ASAP/ASDMReader.h

    r2227 r2251  
    316316   **/
    317317  std::vector< std::vector<float> > getTcal( unsigned int idx ) ;
     318
     319  /**
     320   * get Tcal and Tsys for given index
     321   *
     322   * @param idx for vmsData_
     323   * @param tcal Tcal
     324   * @param tsys Tsys
     325   **/
     326  void getTcalAndTsys( unsigned int idx,
     327                       std::vector< std::vector<float> > &tcal,
     328                       std::vector< std::vector<float> > &tsys ) ;
    318329 
    319330  /**
     
    529540   **/
    530541  int getNumIFs() ;
     542
     543  /**
     544   * get appropriate row from SysCal table
     545   *
     546   * @param idx for vmsData_
     547   * @return pointer to SysCalRow object (0 when no appropriate row)
     548   **/
     549  asdm::SysCalRow *getSysCalRow( unsigned int idx ) ;
    531550
    532551  asdm::ASDM *asdm_ ; // pointer to ASDM object
Note: See TracChangeset for help on using the changeset viewer.