Changeset 1497 for trunk/doc


Ignore:
Timestamp:
02/04/09 17:42:20 (15 years ago)
Author:
Max Voronkov
Message:

fixed #149. The problem was inside getMask method. In some rare circumstances largely when single channel detections are allowed and with spectral averaging enabled, the method failed to flag the lines which have already been detected and went into infinite loop by detecting them again. The condition of leaving the loop (no new lines found) was never satisfied as a result of this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CHANGELOG

    r1488 r1497  
    44Release 2.3.0 [2009-01-??]
    55
     6* Ticket #149 Fixed the bug causing spectral line search to go into an infinite loop
     7   in some rare circumstances
    68* Ticket #110 Added export to CLASS readable FITS files
    79   scantable.save("myfile.fits", "CLASS")
Note: See TracChangeset for help on using the changeset viewer.