IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 10:19:58 AM (20 years ago)
Author:
jhoblitt
Message:

remove p0CameraConfig tables
update database table formats

File:
1 edited

Legend:

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

    r6300 r6336  
    8080            }
    8181           
     82            /*
    8283            // lookup camera name in p0CameraConfig
    8384            psMetadata *where = psMetadataAlloc();
     
    127128
    128129            psFree(configs);
     130            */
    129131        }
    130132        psFree(new);
     
    203205        newExp->exp_id,
    204206        newExp->camera,
     207        newExp->telescope,
    205208        newExp->exp_type,
    206         newExp->filter,
    207209        newExp->class,
    208         newExp->nclass,
    209         newExp->stats,
    210         0 // XXX calc version number
     210        newExp->imfiles,
     211        "my filter",
     212        "my stats",
     213        "my recipe",
     214        0xff // XXX calc version number
    211215    );
    212216}
     
    217221        newExp->exp_id,
    218222        newExp->camera,
     223        newExp->telescope,
    219224        newExp->exp_type,
    220         newExp->filter,
    221225        newExp->class,
    222         newExp->nclass,
    223         newExp->stats,
    224         0, // XXX calc version number
    225         0 // XXX calc version number
     226        newExp->imfiles,
     227        "my filter",
     228        "my stats",
     229        "my recipe",
     230        0xff, // XXX calc version number
     231        0xff // XXX calc version number
    226232    );
    227233}
Note: See TracChangeset for help on using the changeset viewer.