IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2016, 2:35:52 PM (10 years ago)
Author:
eugene
Message:

adding options to delele specific detections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Ohana/src/delstar/include/delstar.h

    r39605 r39717  
    9494int   SAVE_DUPLICATES;
    9595int   SKIP_IMAGES;
     96char *BACKUP_EXTNAME;
    9697
    9798time_t    START;
     
    108109
    109110SkyRegion UserPatch;
     111
     112// for DELETE_MEASURES_BY_MATCH, these are the ranges to delete:
     113int DELETE_MIN_DET_ID;
     114int DELETE_MAX_DET_ID;
     115int DELETE_MIN_CAT_ID;
     116int DELETE_MAX_CAT_ID;
     117
     118int DELETE_MIN_IMAGE_ID;
     119int DELETE_MAX_IMAGE_ID;
     120int DELETE_MIN_PHOTCODE;
     121int DELETE_MAX_PHOTCODE;
     122
     123int DELETE_MIN_TIME;
     124int DELETE_MAX_TIME;
    110125
    111126/*** delstar prototypes ***/
Note: See TracChangeset for help on using the changeset viewer.