Ignore:
Timestamp:
03/08/05 15:27:49 (19 years ago)
Author:
mar637
Message:

Reworked stokestopolspectrum to have polIdx=-1 to enable polSel_.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTableWrapper.h

    r527 r539  
    9191  }
    9292
    93   std::vector<float> stokesToPolSpectrum(int whichRow, bool linear,
    94                                          int polIdx) const {
     93  std::vector<float> stokesToPolSpectrum(int whichRow=0, bool linear=false,
     94                                         int polIdx=-1) const {
    9595    return table_->stokesToPolSpectrum(whichRow, linear, polIdx);
    9696  }
Note: See TracChangeset for help on using the changeset viewer.