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/ASTEReader.h

    r1757 r2154  
    8181  virtual int read() ;
    8282
     83  // get number of IF
     84  virtual Int getNumIF() ;
     85
     86  // get number of Beams
     87  virtual Int getNumBeam() ;
     88
    8389 protected:
    8490  // Get Antenna Position in ITRF coordinate
Note: See TracChangeset for help on using the changeset viewer.