IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33484


Ignore:
Timestamp:
Mar 12, 2012, 8:50:53 PM (14 years ago)
Author:
eugene
Message:

delete unneeded comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/select_images.c

    r33483 r33484  
    142142    }
    143143
    144     // XXX temporary test : record center coords for each accepted and rejected chip/mosaic
    145     // double RAo, DECo;
    146 
    147144    /* define image corners - note the DIS images (mosaic phu) are special */
    148145    if (!strcmp(&timage[i].coords.ctype[4], "-DIS")) {
     
    152149      Xi[3] = -0.5*timage[i].NX; Yi[3] = +0.5*timage[i].NY;
    153150      Xi[4] = -0.5*timage[i].NX; Yi[4] = -0.5*timage[i].NY;
    154       // XY_to_RD(&RAo, &DECo, 0.0, 0.0, &timage[i].coords);
    155151    } else {
    156152      Xi[0] = 0;            Yi[0] = 0;
     
    159155      Xi[3] = 0;            Yi[3] = timage[i].NY;
    160156      Xi[4] = 0;            Yi[4] = 0;
    161       // XY_to_RD(&RAo, &DECo, 0.5*timage[i].NX, 0.5*timage[i].NY, &timage[i].coords);
    162157    }
    163158    found = FALSE;
Note: See TracChangeset for help on using the changeset viewer.