IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32523


Ignore:
Timestamp:
Oct 7, 2011, 5:55:08 PM (15 years ago)
Author:
watersc1
Message:

Put stare data on the correct hosts.

Location:
tags/ipp-20110622/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/ippTasks/ipphosts.mhpcc.config

    r32441 r32523  
    456456  sky75 STR  ipp053
    457457END
     458
     459ipphosts METADATA
     460  camera STR STARE
     461
     462  ota01  STR  ipp010
     463  ota02  STR  ipp010
     464  ota03  STR  ipp010
     465  ota04  STR  ipp010
     466                   
     467  ota05  STR  ipp011
     468  ota06  STR  ipp011
     469  ota10  STR  ipp011
     470  ota11  STR  ipp011
     471                   
     472  ota12  STR  ipp012
     473  ota13  STR  ipp012
     474  ota14  STR  ipp012
     475  ota15  STR  ipp012
     476                   
     477  ota16  STR  ipp013
     478  ota17  STR  ipp013
     479  ota20  STR  ipp013
     480  ota21  STR  ipp013
     481                   
     482  ota22  STR  ipp014
     483  ota23  STR  ipp014
     484  ota24  STR  ipp014
     485  ota25  STR  ipp014
     486                   
     487  ota26  STR  ipp015
     488  ota27  STR  ipp015
     489  ota30  STR  ipp015
     490  ota31  STR  ipp015
     491                   
     492  ota32  STR  ipp016
     493  ota33  STR  ipp016
     494  ota34  STR  ipp016
     495  ota35  STR  ipp016
     496                   
     497  ota36  STR  ipp017
     498  ota37  STR  ipp017
     499  ota40  STR  ipp017
     500  ota41  STR  ipp017
     501                   
     502  ota42  STR  ipp018
     503  ota43  STR  ipp018
     504  ota44  STR  ipp018
     505  ota45  STR  ipp018
     506                   
     507  ota46  STR  ipp019
     508  ota47  STR  ipp019
     509  ota50  STR  ipp019
     510  ota51  STR  ipp019
     511                   
     512  ota52  STR  ipp020
     513  ota53  STR  ipp020
     514  ota54  STR  ipp020
     515  ota55  STR  ipp020
     516                   
     517  ota56  STR  ipp021
     518  ota57  STR  ipp021
     519  ota60  STR  ipp021
     520  ota61  STR  ipp021
     521                   
     522  ota62  STR  ipp010
     523  ota63  STR  ipp011
     524  ota64  STR  ipp012
     525  ota65  STR  ipp013
     526                   
     527  ota66  STR  ipp014
     528  ota67  STR  ipp015
     529  ota71  STR  ipp016
     530  ota72  STR  ipp017
     531                   
     532  ota73  STR  ipp018
     533  ota74  STR  ipp019
     534  ota75  STR  ipp020
     535  ota76  STR  ipp021
     536END
  • tags/ipp-20110622/ippTasks/summit.copy.pro

    r31855 r32523  
    442442        # this function uses workdir_template, default_host, volume_template, volume_default,
    443443        # it sets workdir and volume
    444         set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base
     444
     445        # Look to see if we have a stare type observation, and redirect it to an appropriate host
     446        substr $EXP_NAME 10 1 EXPTYPE_KEY
     447        if ("$EXPTYPE_KEY" == "a")
     448          set.workdir.by.camera STARE $CLASS_ID $workdir_template $default_host workdir_base
     449        else
     450          set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base
     451        end
    445452
    446453        # figure out filename
Note: See TracChangeset for help on using the changeset viewer.