Changeset 34088 for trunk/Ohana/src/opihi/cmd.astro/getvel.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/getvel.c
r19823 r34088 4 4 5 5 int i, n, Ncurve; 6 int nx, ny;7 6 double L, V, Vo, dV, Bo, dB; 8 7 double xo, yo; … … 29 28 30 29 if ((buf = SelectBuffer (argv[1], OLDBUFFER, TRUE)) == NULL) return (FALSE); 31 nx = buf[0].matrix.Naxis[0];32 ny = buf[0].matrix.Naxis[1];30 // int nx = buf[0].matrix.Naxis[0]; 31 // int ny = buf[0].matrix.Naxis[1]; 33 32 34 33 /* we expect the input image to have units of velocity, lattitude, and longitude */
Note:
See TracChangeset
for help on using the changeset viewer.
