Changeset 293


Ignore:
Timestamp:
01/25/05 14:55:54 (19 years ago)
Author:
kil064
Message:

better documentation for a couple of functions

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.cc

    r292 r293  
    12551255   String t(instrument);
    12561256   t.upcase();
    1257 //
     1257
     1258// The strings are what SDReader returns, after cunning interrogation
     1259// of station names... :-(
     1260
    12581261   Instrument inst = asap::UNKNOWN;
    1259    if (t==String("DSS-43")) {
     1262   if (t==String("DSS-43")) {               
    12601263      inst = TIDBINBILLA;
    12611264   } else if (t==String("ATPKSMB")) {
  • trunk/src/SDMemTable.h

    r286 r293  
    7979  SDContainer getSDContainer(casa::uInt whichRow=0) const;
    8080  SDHeader getSDHeader() const;
     81
     82  // Get SD Frequency table.  Note that this function is largely
     83  // unimplemented.  Only the number of freqIDs is filled in presently.
    8184  SDFrequencyTable getSDFreqTable() const;
    8285  // get spectrum,mask and tsys for the given row, at the selected
Note: See TracChangeset for help on using the changeset viewer.