IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2009, 2:51:37 PM (17 years ago)
Author:
Paul Price
Message:

Merging in branches/pap/ from r23685. Some conflicts, most notably in ippTools, but these resolved fairly simply. Only question mark is on regtool reversion, but I think I got it right. Everything builds fine.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psastro

  • trunk/psastro/src/psastro.h

    r23668 r23688  
    4646#endif
    4747
    48 bool              psastroDataSave (pmConfig *config);
     48bool              psastroDataSave (pmConfig *config, psMetadata *stats);
    4949bool              psastroDefineFiles (pmConfig *config, pmFPAfile *input);
    5050bool              psastroDefineFile (pmConfig *config, pmFPA *input, char *filerule, char *argname, pmFPAfileType fileType, pmDetrendType detrendType);
    51 bool              psastroAnalysis (pmConfig *config);
     51bool              psastroAnalysis (pmConfig *config, psMetadata *stats);
    5252
    5353bool              psastroConvertFPA (pmFPA *fpa, psMetadata *recipe);
     
    125125bool              psastroAstromGuessSetChip (pmFPA *fpa, pmChip *chip, const pmFPAview *view, double pixelScale, bool bilevelAstrometry);
    126126bool              psastroAstromGuessSetFPA (pmFPA *fpa, bool *bilevelAstrometry);
    127 bool              psastroMetadataStats (pmConfig *config);
     127bool              psastroMetadataStats (pmConfig *config, psMetadata *stats);
    128128
    129129bool              psastroZeroPoint (pmConfig *config);
Note: See TracChangeset for help on using the changeset viewer.