IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2008, 11:11:51 AM (18 years ago)
Author:
Paul Price
Message:

No need for SCALE now. Scaling is taken care of by the convolution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackCamera.c

    r16605 r16829  
    107107        }
    108108
    109         float scale = psMetadataLookupF32(&mdok, input, "SCALE"); // Relative scale
    110         if (!mdok || isnan(scale) || scale == 0.0) {
    111             psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Component %s lacks SCALE of type F32", item->name);
    112             psFree(iter);
    113             return false;
    114         }
    115 
    116109        // Add the image file
    117110        psArray *imageFiles = psArrayAlloc(1); // Array of filenames for this FPA
     
    223216        psMetadataAddF32(imageFile->fpa->analysis, PS_LIST_TAIL, "PPSTACK.WEIGHTING", 0,
    224217                         "Relative weighting for image", weighting);
    225         psMetadataAddF32(imageFile->fpa->analysis, PS_LIST_TAIL, "PPSTACK.SCALE", 0,
    226                          "Relative scale for image", scale);
    227218
    228219        i++;
Note: See TracChangeset for help on using the changeset viewer.