Changeset 2869 for trunk/external-alma


Ignore:
Timestamp:
12/02/13 13:31:34 (10 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-5841

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: test_sdsave, test_importasdm_sd, all sd regressions

Put in Release Notes: Yes

Module(s): sd

Description: Describe your changes here...

Filler/writer are changed so that SCANNO is consistent with
SCAN_NUMBER in MS and scanNumber in ASDM.

It affects several regressions and unit tests so that tests
are necessary to be updated. This change should be verified
by the updated unit tests/regression tests.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/asdm2ASAP/ASDMFiller.cc

    r2754 r2869  
    325325
    326326            // fill SCANNO, CYCLENO, IFNO, POLNO, and BEAMNO
    327             setIndex( (uInt)scanno-1, (uInt)cycleno[scanno], ifno, ipol, beamno ) ;
     327            // CAS-5841: SCANNO should be consistent with ASDM scanNumber
     328            setIndex( (uInt)scanno, (uInt)cycleno[scanno], ifno, ipol, beamno ) ;
    328329
    329330            // fill SPECTRA, FLAGTRA, TSYS
Note: See TracChangeset for help on using the changeset viewer.