IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2007, 3:26:52 PM (20 years ago)
Author:
eugene
Message:

fixed mosaic analysis; cleaned up test code (some in traces, some removed), general output cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroChipAstrom.c

    r10855 r10880  
    44bool psastroChipAstrom (pmConfig *config, psArray *refs) {
    55
    6     bool status;
    76    pmChip *chip = NULL;
    87    pmCell *cell = NULL;
     
    2221        return false;
    2322    }
    24 
    25     double plateScale = psMetadataLookupF32 (&status, recipe, "PSASTRO.PLATE.SCALE");
    26     if (!status) plateScale = 1.0;
    2723
    2824    pmFPAview *view = pmFPAviewAlloc (0);
Note: See TracChangeset for help on using the changeset viewer.