IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42416


Ignore:
Timestamp:
Mar 16, 2023, 4:06:46 PM (3 years ago)
Author:
eugene
Message:

adding stage 3

Location:
trunk/tools/eam/rawfix.20230221/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/check.rawfix.sh

    r42415 r42416  
    8585  if ($mystate == "md5chk_s2.fail")   goto good_state
    8686
     87  # stage 3:
     88  if ($mystate == "fixchip_s3.new")   goto good_state
     89  if ($mystate == "fixchip_s3.done")  goto good_state
     90  if ($mystate == "fixchip_s3.fail")  goto good_state
     91
    8792# disable the rsyncs stages: run in directory from b-node
    8893#  if ($mystate == "rsync_s1.new")  goto good_state
  • trunk/tools/eam/rawfix.20230221/src/rawfix.pt

    r42415 r42416  
    2828# input rawfix.md5chk.pt
    2929# input rawfix.fixchip_s2.pt
    30 input rawfix.md5sum_s2.pt
    31 #input rawfix.md5chk_s2.pt
     30# input rawfix.md5sum_s2.pt
     31# input rawfix.md5chk_s2.pt
     32# input rawfix.fixchip_s3.pt
    3233
    3334# no need to run rsync if we use the b-node working directory:
Note: See TracChangeset for help on using the changeset viewer.