IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2021, 6:03:35 AM (5 years ago)
Author:
eugene
Message:

add support for specific camera labels. this needs work to make the use more general

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/tools/eam/teleff/cammask.pro

    r41742 r41862  
    294294 $camlabel = $3
    295295
    296 #$command = camtool -dbname $dbname -processedexp -exp_name $expname -label $camlabel
    297 #XXX need to generically handle the question of which version / label
    298  $command = camtool -dbname $dbname -processedexp -exp_name $expname
     296# need to generically handle the question of which version / label
     297# this will be a problem for old exposures without a useful label (cleanup)
     298# instead of label, we could specify the cam_id (which we might know)
     299
     300 $command = camtool -dbname $dbname -processedexp -exp_name $expname -label $camlabel
     301#$command = camtool -dbname $dbname -processedexp -exp_name $expname
    299302 
    300303 queueload  myqueue -x "$command"
Note: See TracChangeset for help on using the changeset viewer.