[evla-sw-discuss] New strings in SSS code for "move" array configurations
David Harland
dharland at nrao.edu
Mon Jan 11 16:31:40 EST 2010
I don't know if the SSS software consumes or supplies other systems with
array configuration information. (Up until today we had been supplying
the scheduler database w/ these, but that will not be the case going
forward.) If so, know that we've changed the names and text
representations of the "move" configurations to reflect the new D, C, B,
A ordering. The old and new move configurations in the SSS code are
shown below.
OLD
VLA_AtoBnA("VLA A to B/A Hybrid", "A->B/A", "A=>BNA")
VLA_BnAtoB("VLA B/A Hybrid to B", "B/A->B", "BNA=>B")
VLA_BtoCnB("VLA B to C/B Hybrid", "B->C/B", "B=>CNB")
VLA_CnBtoC("VLA C/B Hybrid to C", "C/B->C", "CNB=>C")
VLA_CtoDnC("VLA C to D/C Hybrid", "C->D/C", "C=>DNC")
VLA_DnCtoD("VLA D/C Hybrid to D", "D/C->D", "DNC=>D")
VLA_DtoA ("VLA D to A", "D->A", "D=>A")
NEW
VLA_DtoDnC("VLA D to D/C Hybrid", "D->D/C", "D=>DNC")
VLA_DnCtoC("VLA D/C Hybrid to C", "D/C->C", "DNC=>C")
VLA_CtoCnB("VLA C to C/B Hybrid", "C->C/B", "C=>CNB")
VLA_CnBtoB("VLA C/B Hybrid to B", "C/B->B", "CNB=>B")
VLA_BtoBnA("VLA B to B/A Hybrid", "B->B/A", "B=>BNA")
VLA_BnAtoA("VLA B/A Hybrid to A", "B/A->A", "BNA=>A")
VLA_AtoD ("VLA A to D", "A->D", "A=>D")
David
More information about the evla-sw-discuss
mailing list