IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2006, 11:47:30 PM (20 years ago)
Author:
eugene
Message:

new WriteWCS API

File:
1 edited

Legend:

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

    r10716 r10785  
    11# include "psastro.h"
     2# define NONLIN_TOL 0.001 /* tolerance in pixels */
    23
    34bool psastroChipAstrom (pmConfig *config, psArray *refs) {
     
    5556                    return false;
    5657                }
    57                 pmAstromWriteWCS (updates, fpa, chip);
     58                pmAstromWriteWCS (updates, fpa, chip, NONLIN_TOL);
    5859                psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.HEADER",  PS_DATA_METADATA, "psastro header stats", updates);
    5960                psFree (updates);
Note: See TracChangeset for help on using the changeset viewer.