NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 118

Show
Ignore:
Timestamp:
02/19/08 15:07:27
Author:
haines
Message:

Added new mod timestamp

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • raw2proc/trunk/raw2proc/procutil.py

    r117 r118  
    11#!/usr/bin/env python 
    2 # Last modified:  Time-stamp: <2008-02-15 17:30:53 haines
     2# Last modified:  Time-stamp: <2008-02-19 15:04:00 jcleary
    33"""Utilities to help data processing  
    44 
  • raw2proc/trunk/raw2proc/raw2proc.py

    r117 r118  
    11#!/usr/bin/env python 
    2 # Last modified:  Time-stamp: <2008-02-12 14:43:50 haines
     2# Last modified:  Time-stamp: <2008-02-19 15:04:00 jcleary
    33"""Process raw data to monthly netCDF data files 
    44 
     
    169169    # compute datetime for each file 
    170170    for fn in all_raw_files: 
    171  
    172171        # JC changes 
    173172        fndt_tuple = filt_datetime(os.path.basename(fn)) 
     
    181180            print dt_start 
    182181        # end JC changes 
    183  
    184182        if fndt: 
    185183            if dt_start <= fndt <= dt_end: