Changeset 248


Ignore:
Timestamp:
05/04/06 19:51:14 (18 years ago)
Author:
thetis
Message:
  • nommer les fichiers sonde OHP a partir de l heure [GMT] et non plus l heure reelle du lacher
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ourplugins/cr_sond_o3.pl

    r235 r248  
    4040                $var{month} = $2; 
    4141                $var{day} = $1; 
    42             } elsif ($line =~ /Launch time = (\d\d):(\d\d):\d\d/) { 
     42            } elsif ($line =~ /Time \[GMT\] = (\d\d):(\d\d):\d\d/) { 
    4343                $var{minute} = $2; 
    4444                $var{hour} = $1; 
Note: See TracChangeset for help on using the changeset viewer.