IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2007, 1:59:28 PM (19 years ago)
Author:
eugene
Message:

moved analysis steps into psastroAnalysis.c
moved file definitions into psastroDefineFiles.c
created psastroInternal.h, and psastroStandAlone.h
moved library prototypes only in psastro.h

File:
1 edited

Legend:

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

    r12718 r12806  
    1 # include "psastro.h"
     1# include "psastroInternal.h"
    22# define NONLIN_TOL 0.001 /* tolerance in pixels */
    33
    4 bool psastroChipAstrom (pmConfig *config, psArray *refs) {
     4bool psastroChipAstrom (pmConfig *config) {
    55
    66    pmChip *chip = NULL;
Note: See TracChangeset for help on using the changeset viewer.