SpigotAutoLevelerStart Observing Directive (don't forget to use SpigotAutoLevelerStop as well), which adjusts the power levels going into the Spectrometer at a user-specified rate.
Balance Observing Directive. And while this is not the best idea, particularly for spectral line observers, we should allow the ability to balance/tweak the attenuators of any individual peice of hardware during a scan.
Balance("SpectralProcessor", {"target_level": 4}) (This balances only once, based off the current readings of the Samplers.)
Balance Observing Directive. The following options are available:
Balance() -> balance the entire IF path including the PF receiver
Balance("RcvrPF_1") -> balances only the PF1 receiver
Balance("RcvrPF_2") -> balances only the PF2 receiver
Balance("RcvrPF_2", {"sample_time": 2}) -> balances the PF2 receiver with a sample time of 2
Balance("RcvrPF_2", {"cal": 'off'}) -> balances the PF2 receiver with the noise diode turned off.
attn1 = GetValues("ConverterRack", "CMAttenuator1")
SetValues("ConverterRack", {"CMAttenuator1": float(attn1) + 1.0})
| Topic BalancingDescription . { Edit | Attach | Ref-By | Printable | Diffs | r1.26 | > | r1.25 | > | r1.24 | More } |
|
Revision r1.26 - 08 Dec 2006 - 13:59 GMT - AmyShelton Parents: WebHome > ObsHelp |
Content copyright © 1999-2007 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. |