IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2013, 9:51:07 AM (13 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20130306: addstar now can block against duplicate image IDs; mextract, mmatch now use a subset of image metadata instead of the whole table

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/addstar/include/addstar.h

    r34405 r35263  
    5656  char *refcat;
    5757} DVO_DATA;
     58
     59# define IDTYPE int
     60
     61typedef struct {
     62  IDTYPE Nimage;
     63  IDTYPE minID;
     64  IDTYPE maxID;
     65  IDTYPE range;
     66  IDTYPE *imageID;
     67  IDTYPE *externID;
     68  char *found;
     69} ImageIndex;
    5870
    5971typedef struct sockaddr_in SockAddress;
     
    275287int UpdateImageIDs (Stars *stars, unsigned int Nstars, Image *images, off_t Nimages);
    276288
     289int CheckDuplicateImageIDs (Image *images, off_t Nimages);
     290int ImageIndexFileInit ();
     291
    277292int LoadDataSDSS (FILE *f, char *file, Image **images, off_t *nvalid, Stars **stars, unsigned int *Nstars, Header **headers, off_t *extsize, HeaderSet *headerSets, off_t Nimages);
    278293int LoadDataPMM (FILE *f, char *file, Image **images, off_t *nvalid, Stars **stars, unsigned int *Nstars);
Note: See TracChangeset for help on using the changeset viewer.