Ignore:
Timestamp:
04/25/11 19:06:56 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2819

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

Bug fix on nif and nbeam.
For BEARS (MULT2), nif and nbeam is fixed as 1 and 25, respectively.
Otherwise, nif is number of arrays used and nbeam is 1.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/atnf/PKSIO/NRO45Reader.h

    r1757 r2154  
    8383  virtual int read() ;
    8484
     85  // get number of IF
     86  virtual Int getNumIF() ;
     87
     88  // get number of Beams
     89  virtual Int getNumBeam() ;
     90
    8591 protected:
    8692  // Get Antenna Position in ITRF coordinate
Note: See TracChangeset for help on using the changeset viewer.