IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 2:17:50 PM (12 years ago)
Author:
eugene
Message:

merge previously-unmerged changes from ops tag (20130712): add stsci1X series nodes to skycell targetting; some minor changes to processing tasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r36500 r37076  
    645645    host anyhost
    646646  else
     647    # echo host $host
    647648    host $host
    648649  end
     
    655656  end
    656657
    657   local skycellID varname count host skyname skyhash
     658  local skycellID varname count host skyname skyhash fullhost
    658659  $skycellID = $1
    659660
     
    676677
    677678  # missing ipphosts table results in host = NULL
    678   book getword ipphosts skycell $skyname -var host
     679  book getword ipphosts skycell $skyname -var fullhost
     680  list word -splitbychar . $fullhost
     681  $host = $word:0
    679682
    680683  if ("$host" == "NULL")
    681684    host anyhost
    682685  else
     686    # echo host $host
    683687    host $host
    684688  end
Note: See TracChangeset for help on using the changeset viewer.