IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2010, 5:30:27 PM (16 years ago)
Author:
watersc1
Message:

merge of stack association and warp/stack/diff jpegs

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ppSkycell/src/ppSkycellCamera.c

    r24009 r28375  
    103103        return false;
    104104    }
     105    if (!pmFPAfileDefineOutput(data->config, NULL, "PPSKYCELL.BIN1")) {
     106        psError(psErrorCodeLast(), false, "Unable to define output.");
     107        return false;
     108    }
     109    if (!pmFPAfileDefineOutput(data->config, NULL, "PPSKYCELL.BIN2")) {
     110        psError(psErrorCodeLast(), false, "Unable to define output.");
     111        return false;
     112    }
    105113
    106114    // Now the camera has been determined, we can read the recipe
     
    116124    data->bin2 = psMetadataLookupS32(NULL, recipe, "BIN2");
    117125
     126    data->doFits = psMetadataLookupBool(NULL, recipe, "MAKEFITS");
     127   
    118128    if (data->bin1 <= 0 || data->bin2 <= 0) {
    119129        psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Unable to find legitimate values for BIN1 and BIN2");
Note: See TracChangeset for help on using the changeset viewer.