IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 4:49:06 PM (11 years ago)
Author:
eugene
Message:

extensive work on relphot, relastro, uniphot, dvomerge aiming to the construction and calibration of PV3

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/dvomerge/include/dvoutils.h

    r37807 r38986  
    2222} DVOUTILS_OP_TYPE;
    2323
     24typedef struct {
     25  int   *externID;
     26  short *photcode;
     27  int Nimages;
     28} ImageData;
     29
    2430int VERBOSE;
    2531int DVOUTILS_OP;
     
    3036int dvoutils_args (int *argc, char **argv);
    3137int dvoutils_uniq_images (char *filename);
    32 int *dvoutils_load_image_index (char *filename, int *nindex);
     38
     39ImageData *dvoutils_load_image_index (char *filename);
    3340
    3441Image *dvoutils_load_image_table (char *filename, int *nimage);
     42
     43int        SetSignals             PROTO((void));
     44void       SetProtect             PROTO((int mode));
     45void       TrapSignal             PROTO((int sig));
     46int        Shutdown               PROTO((char *format, ...)) OHANA_FORMAT(printf, 1, 2);
     47
Note: See TracChangeset for help on using the changeset viewer.