- 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/gauss.c
r13479 r33985 5 5 char key[20]; 6 6 int i, N, Npix, Nborder, Nspot; 7 double X, Y, Z , ZP, RA, DEC, max;7 double X, Y, ZP, RA, DEC, max; 8 8 int kapa; 9 9 char *name; … … 58 58 KiiCursorRead (kapa, &X, &Y, &ZP, &RA, &DEC, key); 59 59 if (!strcasecmp (key, "Q")) break; 60 Z =get_aperture_stats (&buf[0].matrix, (int)(X+0.5), (int)(Y+0.5), Npix, Nborder, max);60 get_aperture_stats (&buf[0].matrix, (int)(X+0.5), (int)(Y+0.5), Npix, Nborder, max); 61 61 } 62 62 KiiCursorOff (kapa);
Note:
See TracChangeset
for help on using the changeset viewer.
