IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2008, 3:26:00 AM (19 years ago)
Author:
eugene
Message:

working on chip/hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080109/ippTasks/pantasks.pro

    r16149 r16165  
    340340end
    341341
     342macro set.workdir.by.camera
     343  if ($0 != 3)
     344    echo "USAGE: set.workdir.by.camera (camera) (class_id)"
     345    break
     346  end
     347
     348  if (not($parallel))
     349    ???
     350    return
     351  end
     352
     353  # missing camera and/or chiphosts table results in host = NULL
     354  book getword chiphosts $1 $2 -var $host
     355
     356  if ("$host" == "NULL")
     357    ???
     358    return
     359  end
     360
     361  $workdir = /data/$host.0
     362end
     363
    342364macro set.host.by.camera
    343365  if ($0 != 3)
Note: See TracChangeset for help on using the changeset viewer.