IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2023, 9:21:20 AM (3 years ago)
Author:
eugene
Message:

changing directory structure to place nights in years

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt

    r42454 r42462  
    156156    # save DATEOBS so we can find the md5sum.book entry
    157157
     158    substr $DATEOBS 0 4 YEAR
     159
    158160    # does the output go here?
    159     stdout $mypath/$DATEOBS/log.md5sum.runhosts.v$ITER 
    160     stderr $mypath/$DATEOBS/log.md5sum.runhosts.v$ITER 
     161    stdout $mypath/$YEAR/$DATEOBS/log.md5sum.runhosts.v$ITER 
     162    stderr $mypath/$YEAR/$DATEOBS/log.md5sum.runhosts.v$ITER 
    161163
    162164    $USE_HOST = $MD5HOST
Note: See TracChangeset for help on using the changeset viewer.