IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2592


Ignore:
Timestamp:
Dec 1, 2004, 12:45:11 PM (22 years ago)
Author:
eugene
Message:

fixed phot keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/src/grab.keywords

    r2444 r2592  
    143143    $line = sprintf "PHOT_X  = %20.4F / Elixir zero point - color term             \n", $words[7];  @photom = (@photom, $line);
    144144    $line = sprintf "PHOT_K  = %20.4F / Elixir zero point - airmass term           \n", $words[8];  @photom = (@photom, $line);
    145     $line = sprintf "PHOT_C1 = '%-18s' / Elixir zero point - color 1               \n", $words[9];  @photom = (@photom, $line);
    146     $line = sprintf "PHOT_C2 = '%-18s' / Elixir zero point - color 2               \n", $words[10]; @photom = (@photom, $line);
     145    $line = sprintf "PHOT_C1 = '%-18s' / Elixir zero point - color 1               \n", $words[10];  @photom = (@photom, $line);
     146    $line = sprintf "PHOT_C2 = '%-18s' / Elixir zero point - color 2               \n", $words[11]; @photom = (@photom, $line);
    147147   
    148148    if ($cmproot ne "phu") {
Note: See TracChangeset for help on using the changeset viewer.