IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2008, 2:39:01 PM (18 years ago)
Author:
beaumont
Message:

merged mainline into branch. resolved conflicts. added plots.

Location:
branches/cnb_branch_20080830/psastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20080830/psastro/src

    • Property svn:ignore
      •  

        old new  
        1515psastroModel
        1616gpcModel
         17psastroModelFit
  • branches/cnb_branch_20080830/psastro/src/psastroModelDataSave.c

    r15891 r20033  
    11# include "psastroStandAlone.h"
     2# define NONLIN_TOL 0.001 /* tolerance in pixels */
    23
    34# define ESCAPE { \
     
    2223
    2324    pmFPAview *view = pmFPAviewAlloc (0);
     25    pmChip *chip = NULL;
    2426
    25     pmChip *chip = NULL;
    2627    while ((chip = pmFPAviewNextChip (view, output->fpa, 1)) != NULL) {
    2728        psTrace ("psastro", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);
     
    3536    return true;
    3637}
     38
     39
     40
Note: See TracChangeset for help on using the changeset viewer.