Changeset 11460
- Timestamp:
- Jan 30, 2007, 5:11:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryObjects.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryObjects.c
r10878 r11460 8 8 * @author EAM, IfA 9 9 * 10 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-01- 03 00:59:25$10 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-31 03:11:56 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 543 543 dY = ob1->FP->y - ob2->FP->y; 544 544 545 // fprintf ( stderr, "dX,dY: %8.2f %8.2f : %8.2f %8.2f : %8.2f %8.2f\n", dX, dY, ob1->FP->x, ob2->FP->x, ob1->FP->y, ob2->FP->y);545 // fprintf (f, "dX,dY: %8.2f %8.2f : %8.2f %8.2f : %8.2f %8.2f\n", dX, dY, ob1->FP->x, ob2->FP->x, ob1->FP->y, ob2->FP->y); 546 546 // find bin coordinates for this delta-delta 547 547 if (!AstromGridBin (&iX, &iY, dX, dY)) { … … 568 568 psStats *imStats = psStatsAlloc (PS_STAT_MAX | PS_STAT_MAX | PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV); 569 569 imStats = psImageStats (imStats, gridNP, NULL, 0); 570 571 # if 0 572 573 char line[16]; 574 psFits *fits = psFitsOpen ("grid.image.fits", "w"); 575 psFitsWriteImage (fits, NULL, gridNP, 0, NULL); 576 psFitsClose (fits); 577 fprintf (stderr, "wrote grid image, press return to continue\n"); 578 fgets (line, 15, stdin); 579 # endif 570 580 571 581 // only check bins with at least 1/2 of max bin
Note:
See TracChangeset
for help on using the changeset viewer.
