IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7291


Ignore:
Timestamp:
Jun 1, 2006, 5:34:59 PM (20 years ago)
Author:
jhoblitt
Message:

update to new psFitsWriteTable() prototype

File:
1 edited

Legend:

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

    r5907 r7291  
    1919
    2020    // output to fits
    21     if (!psFitsWriteTable(fits, NULL, rowSet)) {
     21    if (!psFitsWriteTable(fits, NULL, rowSet, [% table.namespace FILTER upper %]_TABLE_NAME)) {
    2222        psError(PS_ERR_UNKNOWN, false, "FITS table write failed");
    23         psFree(rowSet);
    24         return false;
    25     }
    26 
    27     // FIXME: needs to be after a new ext is written?
    28     if (!psFitsSetExtName(fits, [% table.namespace FILTER upper %]_TABLE_NAME)) {
    29         psError(PS_ERR_UNKNOWN, false, "failed to set FITS HDU extension name");
    3023        psFree(rowSet);
    3124        return false;
Note: See TracChangeset for help on using the changeset viewer.