Ignore:
Timestamp:
08/04/11 15:42:43 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: No

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

Tuning NROFiller.
Filler is about 6 times faster than before (~660sec->~110sec).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/parallel/src/STFiller.cpp

    r2262 r2263  
    644644  String srcname ;
    645645  String fieldname ;
    646   Array<Float> spectra ;
    647   Array<uChar> flagtra ;
    648   Array<Float> tsys ;
    649   Array<Double> direction ;
     646  Vector<Float> spectra ;
     647  Vector<uChar> flagtra ;
     648  Vector<Float> tsys ;
     649  Vector<Double> direction ;
    650650  Float azimuth ;
    651651  Float elevation ;
     
    661661  Float winddir ;
    662662  Double srcvel ;
    663   Array<Double> propermotion ;
     663  Vector<Double> propermotion( 2, 0.0 ) ;
    664664  Vector<Double> srcdir ;
    665   Array<Double> scanrate ;
     665  Vector<Double> scanrate( 2, 0.0 ) ;
    666666  for ( i = 0 ; i < imax ; i++ ) {
    667667    string scanType = nreader_->getScanType( i ) ;
Note: See TracChangeset for help on using the changeset viewer.