Changeset 34088 for trunk/Ohana/src/opihi/cmd.astro/fixcols.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/Ohana/src/opihi/cmd.astro (added) merged: 33985,34049,34073
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.astro/fixcols.c
r21061 r34088 68 68 int fixcols (int argc, char **argv) { 69 69 70 int ix, iy, Nx, N y, Nvect, start, stop;70 int ix, iy, Nx, Nvect, start, stop; 71 71 float *Vin, *vect, *meds, median, stdev, sigma, Nsigma, value; 72 72 Buffer *in; … … 84 84 85 85 Nx = in[0].matrix.Naxis[0]; 86 Ny = in[0].matrix.Naxis[1];86 // Ny = in[0].matrix.Naxis[1]; 87 87 88 88 ALLOCATE (meds, float, Nx);
Note:
See TracChangeset
for help on using the changeset viewer.
