IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 117


Ignore:
Timestamp:
Oct 8, 2003, 12:06:11 AM (23 years ago)
Author:
eugene
Message:

converted transearch to photsearch -trans
converted zpts to offset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/src/mktreport

    r70 r117  
    88@photcodes = split (" ", `filtnames list`);
    99
    10 @list = `transearch -offset`;
     10@list = `photsearch -trans -offset`;
    1111
    1212# the lines from transearch look like this:
    1313# R 2001/04/15,00:00:00  -0.032 26.259  0.004  0.040 -0.090 B_L92 V_L92 5 15 elixir
    14 #      (date)             (dZP) (ZPo)   (sigma)
     14#      (date)             (ZP) (ZPo)   (sigma)
    1515
    1616@dates = ();
     
    3333        $name1 = "ZPo$i";
    3434        $name2 = "dZP$i";
    35         $$name1{$date} = $words[2];
     35        $$name1{$date} = $words[2] - $words[3];
    3636        $$name2{$date} = $words[4];
    3737        next LIST;
Note: See TracChangeset for help on using the changeset viewer.