Changeset 6506
- Timestamp:
- Mar 2, 2006, 1:16:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imsubtract/pmSubtractBias.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imsubtract/pmSubtractBias.c
r6325 r6506 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 2-06 21:03:25 $8 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-03-02 23:16:05 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 456 456 457 457 /****************************************************************************** 458 psListLength(list): determine the length of a psList.458 my_psListLength(list): determine the length of a psList. 459 459 460 460 XXX: Put this elsewhere. 461 *****************************************************************************/ 462 static psS32 psListLength( 461 462 XXX: psList.h now has a version of this function. Use that instead. 463 *****************************************************************************/ 464 465 static psS32 my_psListLength( 463 466 psList *list) 464 467 { … … 486 489 487 490 // Allocate a psVector with one element per overscan image. 488 psS32 numOverscanImages = psListLength(bias);491 psS32 numOverscanImages = my_psListLength(bias); 489 492 psVector *statsAll = psVectorAlloc(numOverscanImages, PS_TYPE_F32); 490 493 psListElem *tmpOverscan = (psListElem *) bias->head; … … 653 656 // vector to a single final column vector. 654 657 // 655 psS32 numOverscanImages = psListLength(bias);658 psS32 numOverscanImages = my_psListLength(bias); 656 659 psVector **overscanVectors = (psVector **) psAlloc(numOverscanImages * sizeof(psVector *)); 657 660 for (psS32 i = 0 ; i < numOverscanImages ; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
