IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2009, 12:22:44 PM (16 years ago)
Author:
bills
Message:

switch to using auto tools

Location:
trunk/magic/remove
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove

    • Property svn:ignore set to
      configure
      Makefile.in
      Doxyfile
      config.log
      depcomp
      config.status
      config.guess
      ltmain.sh
      config.sub
      autom4te.cache
      libtool
      missing
      Makefile
      aclocal.m4
      install-sh

  • trunk/magic/remove/src

    • Property svn:ignore
      •  

        old new  
        44streakscompare
        55streaksrelease
        6 makefile
         6Makefile
         7Makefile.in
         8config.h
         9.deps
         10streaksVersionDefinitions.h
         11config.h.in
  • trunk/magic/remove/src/streaksremove.h

    r26408 r26438  
    6464    sFile *inSources;
    6565    sFile *outSources;
     66    psMetadata *stats;
     67    FILE *statsFile;
    6668    psString class_id;
    6769    pmFPAfile  *inAstrom;
     
    7173    pmChip  *chip;  // current chip
    7274    pmCell  *cell;  // current cell
    73     psImage *warpedPixels;
     75    psImage *diffedPixels;
    7476    psVector    *tiles;
    7577    double  transparentStreaks;
     
    8890extern void cellToChipInt(unsigned int *xChip, unsigned int *yChip, strkAstrom *astrom, int xCell, int yCell);
    8991
    90 extern bool computeWarpedPixels(streakFiles *sf);
     92extern bool computeDiffedPixels(streakFiles *sf);
    9193extern void streaksExit(psString, int);
    9294extern ippStage parseStage(psString);
Note: See TracChangeset for help on using the changeset viewer.