IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28026


Ignore:
Timestamp:
May 19, 2010, 12:28:59 PM (16 years ago)
Author:
rhenders
Message:

Now pulling extinction value (airmass) from dvo.photcodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/scripts/convertPhotCodesToXml.pl

    r27812 r28026  
    5252        my $photCode = $columns[1];
    5353        my $zeroPoint = $columns[4];
     54        my $extinction = $columns[5];
    5455
    5556        $writer->startTag('row',
     
    5960                "AB" => "0.0", # TODO
    6061                "zeropoint" => $zeroPoint,
    61                 "extinction" => "0.0", # TODO
     62                "extinction" => $extinction,
    6263                "colorterm" => "0.0", # TODO
    6364                "colorExtn" => "0.0", # TODO
Note: See TracChangeset for help on using the changeset viewer.