IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32446


Ignore:
Timestamp:
Sep 23, 2011, 4:19:26 PM (15 years ago)
Author:
watersc1
Message:

Untested modification to summit copy/ipphosts to divert stare data to specific (different) hosts than regular data.

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/ipphosts.mhpcc.config

    r32423 r32446  
    441441  sky75 STR  ipp053
    442442END
     443
     444ipphosts METADATA
     445  camera STR STARE
     446
     447  ota01  STR  ipp010
     448  ota02  STR  ipp010
     449  ota03  STR  ipp010
     450  ota04  STR  ipp010
     451                   
     452  ota05  STR  ipp011
     453  ota06  STR  ipp011
     454  ota10  STR  ipp011
     455  ota11  STR  ipp011
     456                   
     457  ota12  STR  ipp012
     458  ota13  STR  ipp012
     459  ota14  STR  ipp012
     460  ota15  STR  ipp012
     461                   
     462  ota16  STR  ipp013
     463  ota17  STR  ipp013
     464  ota20  STR  ipp013
     465  ota21  STR  ipp013
     466                   
     467  ota22  STR  ipp014
     468  ota23  STR  ipp014
     469  ota24  STR  ipp014
     470  ota25  STR  ipp014
     471                   
     472  ota26  STR  ipp015
     473  ota27  STR  ipp015
     474  ota30  STR  ipp015
     475  ota31  STR  ipp015
     476                   
     477  ota32  STR  ipp016
     478  ota33  STR  ipp016
     479  ota34  STR  ipp016
     480  ota35  STR  ipp016
     481                   
     482  ota36  STR  ipp017
     483  ota37  STR  ipp017
     484  ota40  STR  ipp017
     485  ota41  STR  ipp017
     486                   
     487  ota42  STR  ipp018
     488  ota43  STR  ipp018
     489  ota44  STR  ipp018
     490  ota45  STR  ipp018
     491                   
     492  ota46  STR  ipp019
     493  ota47  STR  ipp019
     494  ota50  STR  ipp019
     495  ota51  STR  ipp019
     496                   
     497  ota52  STR  ipp020
     498  ota53  STR  ipp020
     499  ota54  STR  ipp020
     500  ota55  STR  ipp020
     501                   
     502  ota56  STR  ipp021
     503  ota57  STR  ipp021
     504  ota60  STR  ipp021
     505  ota61  STR  ipp021
     506                   
     507  ota62  STR  ipp010
     508  ota63  STR  ipp011
     509  ota64  STR  ipp012
     510  ota65  STR  ipp013
     511                   
     512  ota66  STR  ipp014
     513  ota67  STR  ipp015
     514  ota71  STR  ipp016
     515  ota72  STR  ipp017
     516                   
     517  ota73  STR  ipp018
     518  ota74  STR  ipp019
     519  ota75  STR  ipp020
     520  ota76  STR  ipp021
     521END
  • trunk/ippTasks/summit.copy.pro

    r31854 r32446  
    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.