Changeset 3094


Ignore:
Timestamp:
02/17/16 17:56:36 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: Yes/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...


Fixed a bug that time stamp unit sometimes changes to sec unexpectedly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STCalibration.cpp

    r2958 r3094  
    8282      if (flagrow[irow] == 0) {
    8383        appenddata(0, 0, current.asuInt("BEAMNO"), current.asuInt("IFNO"), current.asuInt("POLNO"),
    84                    freqidCol(irow), timeSec[irow], elevation[irow], specCol(irow),
     84                   freqidCol(irow), timeSec[irow] / 86400.0, elevation[irow], specCol(irow),
    8585                   flagCol(irow));
    8686      }
Note: See TracChangeset for help on using the changeset viewer.