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.ckchip.pt

    r42454 r42462  
    5959  periods      -timeout 60
    6060  host         -required $HOST_CKCHIP
    61   npending 1
     61  npending 2
    6262
    6363  task.exec
     
    7878    option $pageName
    7979
    80     # this is the first place in the proces that this location is known
    81     mkdir  $mypath/$DATEOBS
    82     stdout $mypath/$DATEOBS/log.ckchip.runhosts.v$ITER
    83     stderr $mypath/$DATEOBS/log.ckchip.runhosts.v$ITER 
    84 
    8580    substr $DATEOBS 0 4 YEAR
    8681    substr $DATEOBS 4 2 MONTH
    8782    substr $DATEOBS 6 2 DAY
     83
     84    # this is the first place in the proces that this location is known
     85    mkdir  $mypath/$YEAR/$DATEOBS
     86    stdout $mypath/$YEAR/$DATEOBS/log.ckchip.runhosts.v$ITER
     87    stderr $mypath/$YEAR/$DATEOBS/log.ckchip.runhosts.v$ITER 
    8888
    8989    sprintf FULLDATE "%s/%s/%s" $YEAR $MONTH $DAY
Note: See TracChangeset for help on using the changeset viewer.