IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29304


Ignore:
Timestamp:
Oct 1, 2010, 2:34:01 PM (16 years ago)
Author:
rhenders
Message:

added ipp FITS extension tag for each table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/pspsSchema2xml.pl

    r29242 r29304  
    206206    print OUT "\ntypedef enum {\n";
    207207    $tablesWriter->startTag('table', "name" => $tableNameOut);
    208     $mapWriter->startTag('table', "name" => $tableNameOut);
     208    $mapWriter->startTag('table',
     209            "name" => $tableNameOut,
     210            "ippfitsextension" => "");
    209211
    210212    open (SCHEMA, $path);
Note: See TracChangeset for help on using the changeset viewer.