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/ppCoordCamera.c

    r26377 r27437  
    3939    }
    4040
     41    if (data->rawName) {
     42        fileArguments("RAW", data->rawName, "Input raw image", data->config);
     43        pmFPAfile *raw = pmFPAfileDefineFromArgs(&status, data->config, "PPIMAGE.INPUT", "RAW"); // File
     44        if (!status || !raw) {
     45            psError(PS_ERR_IO, false, "Failed to build file from PPIMAGE.INPUT");
     46            return false;
     47        }
     48    }
     49
    4150#if 0
    4251    // Now the camera has been determined, we can read the recipe
Note: See TracChangeset for help on using the changeset viewer.