IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2006, 2:16:35 PM (21 years ago)
Author:
jhoblitt
Message:

split global and per table data
forward port generated code to pslib 0.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/insertfits_h.tt

    r4240 r5907  
    1 /** Insert data from a binary FITS table [% object_name %] into the database
     1/** Insert data from a binary FITS table [% table.object_name %] into the database
    22 *
    33 * This function expects a psFits object with a FITS table as the first
     
    99 */
    1010
    11 bool [% namespace %]InsertFits(
     11bool [% table.namespace %]InsertFits(
    1212    psDB            *dbh,               ///< Database handle
    1313    const psFits    *fits               ///< psFits object
Note: See TracChangeset for help on using the changeset viewer.