Changeset 23810 for trunk/psastro/src/psastroExtractStar.c
- Timestamp:
- Apr 10, 2009, 3:00:23 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroExtractStar.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroExtractStar.c
r23591 r23810 13 13 # include "psastroInternal.h" 14 14 15 psImage *psastroExtractStar (psImage *input, float x, float y, float dX, floatdY) {15 psImage *psastroExtractStar (psImage *input, double x, double y, double dX, double dY) { 16 16 17 17 // skip if no pixels are on the image
Note:
See TracChangeset
for help on using the changeset viewer.
