IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2012, 6:26:01 AM (14 years ago)
Author:
eugene
Message:

determine primary cell at the skycell level not the projection cell level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121130/Ohana/src/opihi/dvo/gimages.c

    r34260 r34830  
    212212        status = XY_to_RD (&Rout, &Dout, X, Y, &image[i].coords);
    213213        fprintf (stderr, "r,d = %f,%f\n", Rout, Dout);
     214        status = RD_to_XY (&X, &Y, Ra, Dec, &image[i].coords);
     215        fprintf (stderr, "x,y = %f,%f\n", X, Y);
    214216    }
    215217# endif
Note: See TracChangeset for help on using the changeset viewer.