IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2010, 1:59:47 PM (16 years ago)
Author:
Paul Price
Message:

Adding ability to get back to raw cell coordinates by providing a raw file (this presumably reads the image, which is unnecessary, but that's OK). Default input is now degrees, radians can be specified with the '-radians' command-line option. Default output is only defined coordinates which can be turned off with the '-all' command-line option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_stack/ppViz/src/ppCoord/ppCoordData.c

    r26377 r27437  
    1414{
    1515    psFree(data->astromName);
     16    psFree(data->rawName);
    1617    psFree(data->pixelsName);
    1718    psFree(data->chipName);
     
    2829
    2930    data->astromName = NULL;
     31    data->rawName = NULL;
    3032    data->pixelsName = NULL;
    3133    data->chipName = NULL;
Note: See TracChangeset for help on using the changeset viewer.