- Timestamp:
- Jun 6, 2012, 9:16:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/opihi/cmd.astro/medianmap.c
r16006 r33985 6 6 int i, j, k, I0, I1, J0, J1, I, J, n, N; 7 7 int nx, ny, Nx, Ny, NX, NY, Ignore; 8 float Mv, Nv, Mv2,value, min, max, IgnoreValue;8 float value, min, max, IgnoreValue; 9 9 float *In, *Out, *ip; 10 10 float fx, fy; … … 71 71 ALLOCATE (temp, float, 2*nx*ny); 72 72 73 Nv =Mv = Mv2 = 0.0;73 // float Mv = Mv2 = 0.0; 74 74 75 75 for (j = 0; j < Ny; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
