IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2007, 12:18:56 PM (19 years ago)
Author:
eugene
Message:

remove debugging prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroConvert.c

    r15083 r15117  
    4646    // psVector *index = psArraySortIndex (sources, pmSourceSortBySN);
    4747    psVector *index = psArraySortIndex (NULL, inStars, psastroSortByMag);
    48     for (int i = 0; i < 10; i++) {
    49         int n = index->data.S32[i];
    50         pmAstromObj *obj = inStars->data[n];
    51         fprintf (stderr, "%d %d %f\n", i, n, obj->Mag);
    52     }
    5348
    5449    // we are going to select the brighter Nmax subset for astrometry
Note: See TracChangeset for help on using the changeset viewer.