Changeset 5907 for trunk/glueforge/templates/psdb/insertfits_h.tt
- Timestamp:
- Jan 5, 2006, 2:16:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/insertfits_h.tt (modified) (2 diffs)
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 database1 /** Insert data from a binary FITS table [% table.object_name %] into the database 2 2 * 3 3 * This function expects a psFits object with a FITS table as the first … … 9 9 */ 10 10 11 bool [% namespace %]InsertFits(11 bool [% table.namespace %]InsertFits( 12 12 psDB *dbh, ///< Database handle 13 13 const psFits *fits ///< psFits object
Note:
See TracChangeset
for help on using the changeset viewer.
