IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2010, 5:05:29 PM (16 years ago)
Author:
Paul Price
Message:

Committed into branch pap_stack by mistake. Merging from there.

Location:
trunk/ppViz
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz

  • trunk/ppViz/src/ppCoord/ppCoordCamera.c

    r26377 r27441  
    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.