IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 11:42:19 AM (19 years ago)
Author:
eugene
Message:

fixed errors related to load/save photcode table; automatically save fits version in catdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/libdvo/include/dvo.h

    r12275 r12321  
    279279int LoadPhotcodesText (char *filename);
    280280int LoadPhotcodesFITS (char *filename);
     281int SavePhotcodesText (char *filename);
     282int SavePhotcodesFITS (char *filename);
     283
     284void PrintPhotcodeNamebyCode (FILE *f, char *format, int code);
    281285
    282286int GetPhotcodeCodebyName (char *name);
Note: See TracChangeset for help on using the changeset viewer.