Changeset 8427 for trunk/Ohana/src/opihi/cmd.astro
- Timestamp:
- Aug 20, 2006, 5:36:41 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/csystem.c
r8130 r8427 5 5 /* USAGE: csystem [C/G/E/H] [C/G/E/H] [epoch] */ 6 6 int i; 7 double X in, Yin, X, Y, Xo, xo, phi, T;7 double X, Y, Xo, xo, phi, T; 8 8 double sin_x, sin_y, cos_x, cos_y; 9 9 float *x, *y; -
trunk/Ohana/src/opihi/cmd.astro/drizzle.c
r8200 r8427 293 293 YY = (SYy*Sx2 - SYx*Sxy) / (Sx2*Sy2 - Sxy*Sxy); 294 294 YO = Y/N - YX*x/N - YY*y/N; 295 295 return (TRUE); 296 296 } 297 297
Note:
See TracChangeset
for help on using the changeset viewer.
