IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of ippToPspsPV2


Ignore:
Timestamp:
Apr 25, 2014, 3:09:58 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPspsPV2

    v2 v3  
    2626
    2727 * wiki /csv file - generated from a parsing script using VO Tables as input.  These are what conrad/thomas work from
     28
     29=== Conversion of datatypes ===
     30
     31The parsing script takes the datatypes in the votables (which is what ipptopsps uses in jython) and converts them to microsoft. This is the conversion table:
     32
     33|| jython datatype   || jython array size  ||     Microsofted  ||
     34|| float       ||  1 || REAL 4 ||
     35|| double   || 1 || FLOAT 8 ||
     36||int ||1|| INT 4||
     37||short ||1|| SMALLINT 2||
     38||unsignedByte || 1 || TINYINT 1||
     39||long || 1 || BIGINT 8||
     40||char || num || VARCHAR(num) ||