IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 22, 2008, 9:42:57 PM (18 years ago)
Author:
bills
Message:

first cut at nebulous operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaks.h

    r20280 r20340  
    99#include "pslib.h"
    1010#include "psmodules.h"
     11#include "nebclient.h"
    1112
    1213typedef struct {
     
    1516
    1617#include "streaksastrom.h"
    17 
    18 // WES file names are ipp uris usually neb://
    19 // we need to resolve these to unix file names
    20 // sFile is a wrapper containing the information for our files
    2118
    2219typedef struct {
     
    7168    float   recoveryMaskValue;
    7269    float   recoveryWeightValue;
     70    nebServer   *nebServer;
    7371} streakFiles;
    7472
     
    8078
    8179#define SFILE_IS_IMAGE(_sfile) (_sfile->image || _sfile->imagecube)
     80#define IN_NEBULOUS(_filename) (!strncasecmp(_filename, "neb://", strlen("neb://")))
     81
    8282
    8383#endif // STREAKS_H
Note: See TracChangeset for help on using the changeset viewer.