Changeset 2961 for trunk/python


Ignore:
Timestamp:
06/29/14 16:29:17 (10 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-6587)

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs:

Put in Release Notes: No

Module(s): asapfitter, asaplinefind

Description: handling of FLAGROW column in STLineFinder::findLines and asapfitter.fit.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapfitter.py

    r2681 r2961  
    157157
    158158        if self.data is not None:
     159            if self.data._getflagrow(row):
     160                raise RuntimeError,"Can not fit flagged row."
    159161            self.x = self.data._getabcissa(row)
    160162            self.y = self.data._getspectrum(row)
Note: See TracChangeset for help on using the changeset viewer.