IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2007, 2:14:55 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.76

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/src/ippdb.h

    r11113 r11136  
    15901590    char            *exp_type;
    15911591    psS32           imfiles;
     1592    char            *workdir;
    15921593} newExpRow;
    15931594
     
    16041605    psTime*         dateobs,
    16051606    const char      *exp_type,
    1606     psS32           imfiles
     1607    psS32           imfiles,
     1608    const char      *workdir
    16071609);
    16081610
     
    16401642    psTime*         dateobs,
    16411643    const char      *exp_type,
    1642     psS32           imfiles
     1644    psS32           imfiles,
     1645    const char      *workdir
    16431646);
    16441647
     
    20012004typedef struct {
    20022005    char            *exp_tag;
     2006    char            *exp_id;
    20032007    char            *camera;
    20042008    char            *telescope;
     2009    psTime*         dateobs;
    20052010    char            *exp_type;
    20062011    psS32           imfiles;
     2012    char            *workdir;
    20072013    char            *filter;
    20082014    psF32           airmass;
     
    20182024    psF64           posang;
    20192025    char            *object;
    2020     psTime*         dateobs;
    20212026    psS16           fault;
    20222027} rawExpRow;
     
    20292034rawExpRow *rawExpRowAlloc(
    20302035    const char      *exp_tag,
     2036    const char      *exp_id,
    20312037    const char      *camera,
    20322038    const char      *telescope,
     2039    psTime*         dateobs,
    20332040    const char      *exp_type,
    20342041    psS32           imfiles,
     2042    const char      *workdir,
    20352043    const char      *filter,
    20362044    psF32           airmass,
     
    20462054    psF64           posang,
    20472055    const char      *object,
    2048     psTime*         dateobs,
    20492056    psS16           fault
    20502057);
     
    20782085    psDB            *dbh,               ///< Database handle
    20792086    const char      *exp_tag,
     2087    const char      *exp_id,
    20802088    const char      *camera,
    20812089    const char      *telescope,
     2090    psTime*         dateobs,
    20822091    const char      *exp_type,
    20832092    psS32           imfiles,
     2093    const char      *workdir,
    20842094    const char      *filter,
    20852095    psF32           airmass,
     
    20952105    psF64           posang,
    20962106    const char      *object,
    2097     psTime*         dateobs,
    20982107    psS16           fault
    20992108);
     
    43974406    char            *state;
    43984407    char            *exp_type;
     4408    char            *workdir;
    43994409    char            *filter;
    44004410    psF32           airmass;
     
    44204430    const char      *state,
    44214431    const char      *exp_type,
     4432    const char      *workdir,
    44224433    const char      *filter,
    44234434    psF32           airmass,
     
    44644475    const char      *state,
    44654476    const char      *exp_type,
     4477    const char      *workdir,
    44664478    const char      *filter,
    44674479    psF32           airmass,
     
    68126824    char            *survey_mode;
    68136825    char            *state;
     6826    char            *workdir;
    68146827    char            *filter;
    68156828    char            *skycell_id;
     
    68306843    const char      *survey_mode,
    68316844    const char      *state,
     6845    const char      *workdir,
    68326846    const char      *filter,
    68336847    const char      *skycell_id,
     
    68696883    const char      *survey_mode,
    68706884    const char      *state,
     6885    const char      *workdir,
    68716886    const char      *filter,
    68726887    const char      *skycell_id,
Note: See TracChangeset for help on using the changeset viewer.