IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2010, 3:09:59 PM (16 years ago)
Author:
watersc1
Message:

JPEG work should be done. Transitioning to try to pick up stackAssociation concept in this branch as well.

Location:
branches/czw_branch/20100519
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100519

  • branches/czw_branch/20100519/ppSkycell/src/ppSkycellCamera.c

    r24009 r28164  
    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.