IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2008, 3:29:09 AM (18 years ago)
Author:
eugene
Message:

added forced photometry code; compiles, not tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimCreate.c

    r17818 r17935  
    2929  // generate the fpa structure used by the output camera (determined from INPUT or specified)
    3030  assert (config->camera);
    31   fpa = pmFPAConstruct(config->camera); // FPA to contain the observation
     31  fpa = pmFPAConstruct(config->camera, config->cameraName); // FPA to contain the observation
    3232  if (!fpa) {
    3333    psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to construct an FPA from camera configuration.");
Note: See TracChangeset for help on using the changeset viewer.