#359 closed defect (fixed)
pmFindImagePeaks error in row choice
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | detrend | Version: | 0.5.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
pmFindImagePeaks has a typo: the line:
tmpRow = p_psGetRowVectorFromImage((psImage *) image, 0);
in the section for the interior rows, should have the last argument 'row' not '0'.
Note:
See TracTickets
for help on using tickets.

Should be fixed in current CVS.