IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 21, 2008, 1:33:36 PM (17 years ago)
Author:
bills
Message:

Added a program to replace streaks and to compare two image files
(comparsion not complete yet)
Split streaksremove.c up so to make it less wieldy and to facilitate
reusing the io functions.

Location:
trunk/magic/remove/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src

    • Property svn:ignore
      •  

        old new  
        11streaksremove
         2streaksreplace
         3streakscompare
  • trunk/magic/remove/src/streaksremove.h

    r20807 r20816  
    1010#include "psmodules.h"
    1111#include "nebclient.h"
    12 
    13 typedef struct {
    14     int dummy;
    15 } Warps;
    1612
    1713#include "streaksextern.h"
     
    7066} streakFiles;
    7167
     68#include "streaksio.h"
     69
     70extern void setupAstrometry(streakFiles *);
    7271extern strkAstrom *streakSetAstrometry(strkAstrom *, ippStage stage, pmFPA *, pmChip *, bool fromCell, psMetadata *md,
    7372    int numCols, int numRows);
     
    7574extern void cellToChip(PixelPos *chip, strkAstrom *astrom, PixelPos *cell);
    7675
    77 
    7876extern bool computeWarpedPixels(streakFiles *sf);
    79 extern void streaksremoveExit(psString, int);
     77extern void streaksExit(psString, int);
     78extern ippStage parseStage(psString);
     79extern psString pathToDirectory(char *path);
    8080
    8181#define CHIP_LEVEL_INPUT(_stage) ((_stage == IPP_STAGE_RAW) || (_stage == IPP_STAGE_CHIP))
     
    8585#define IN_NEBULOUS(_filename) (!strncasecmp(_filename, "neb://", strlen("neb://")))
    8686
    87 
    8887#endif // STREAKS_H
Note: See TracChangeset for help on using the changeset viewer.