Changeset 15042
- Timestamp:
- Sep 26, 2007, 6:27:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r15000 r15042 285 285 if (readout->image->numCols > readout->image->numRows) { 286 286 Nx = scale; 287 Ny = PS_MAX (1, Nx * (readout->image->numRows / readout->image->numCols));287 Ny = PS_MAX (1, Nx * (readout->image->numRows / (float) readout->image->numCols)); 288 288 } else { 289 289 Ny = scale; 290 Nx = PS_MAX (1, Ny * (readout->image->numCols / readout->image->numRows));290 Nx = PS_MAX (1, Ny * (readout->image->numCols / (float) readout->image->numRows)); 291 291 } 292 292
Note:
See TracChangeset
for help on using the changeset viewer.
