IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add basic workdir support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtool.c

    r11080 r11138  
    113113    psString query = psStringCopy(
    114114        "SELECT\n"
    115         "   newImfile.*\n"
     115        "   newImfile.*,\n"
     116        "   newExp.workdir\n"
    116117        " FROM newImfile\n"
    117118        " LEFT JOIN newExp\n"
     
    10141015    rawExpRow *raw = rawExpRowAlloc(
    10151016        exp->exp_tag,
     1017        exp->exp_id,
    10161018        exp->camera,
    10171019        exp->telescope,
     1020        dateobs,
    10181021        exp_type,
    10191022        exp->imfiles,
     1023        exp->workdir,
    10201024        filter,
    10211025        airmass,
     
    10311035        posang,
    10321036        object,
    1033         dateobs,
    10341037        code
    10351038    );
Note: See TracChangeset for help on using the changeset viewer.