IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2004, 1:42:18 PM (22 years ago)
Author:
desonia
Message:

first working version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmFlatField.c

    r1777 r1786  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.1.1.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-09-10 19:01:33 $
     7 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-09-10 23:42:18 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1919#include "pmFlatField.h"
    2020
    21 void pmFlatField(psVector* vector) 
     21void pmFlatField(psVector* vector)
    2222{
    2323    if (vector == NULL) {
     
    2525        return;
    2626    }
    27    
     27
    2828    for (int lcv=0;lcv<vector->n;lcv++) {
    2929        printf("%f\n",vector->data.F32[lcv]);
    3030    }
    31    
     31
    3232    return;
    33    
     33
    3434}
Note: See TracChangeset for help on using the changeset viewer.