| <<O>> Difference Topic AntennaCharacterizationAstridScripts (r1.7 - 20 Aug 2007 - ToddHunter) |
| Changed: | |||||||
| < < | The scheduling blocks (SBs) are located in /home/groups/ptcs/obs/turtle. In some SBs there is a slight disconnect between the old dictionaries (sources.py) and the new catalog format. In these cases (e.g., GainCurve?.sb) the source must be in both sources.py and the catalog. Also, the configuration is usually hardwired within each SB (e.g., Configure(xband)). | ||||||
| > > | The scheduling blocks (SBs) are located in /home/groups/ptcs/obs/turtle. In some SBs there is a slight disconnect between the old dictionaries (sources.py) and the new catalog format. In these cases (e.g., GainCurve?.sb) the source must be in both sources.py and the catalog. Also, the configuration is usually hardwired within each SB (e.g., Configure(xband)). | ||||||
| Changed: | |||||||
| < < |
| ||||||
| > > |
| ||||||
| Added: | |||||||
| > > |
| ||||||
| Changed: | |||||||
| < < |
| ||||||
| > > |
| ||||||
| Added: | |||||||
| > > |
| ||||||
| Changed: | |||||||
| < < |
| ||||||
| > > |
| ||||||
| Changed: | |||||||
| < < |
| ||||||
| > > |
| ||||||
| Added: | |||||||
| > > | ---------------------------------------------------------------------------------------------------- | ||||||
| Changed: | |||||||
| < < |
| ||||||
| > > |
| ||||||
| Added: | |||||||
| > > |
-- ToddHunter - 20 Aug 2007 | ||||||
| <<O>> Difference Topic AntennaCharacterizationAstridScripts (r1.6 - 13 Dec 2006 - RichardPrestage) |
| Added: | |
| > > | %META:TOPICMOVED{by="RichardPrestage" date="1165972030" from="PTCS.PtcsAstridScripts" to="PTCS.AntennaCharacterizationAstridScripts"}% |
| <<O>> Difference Topic AntennaCharacterizationAstridScripts (r1.5 - 18 Aug 2006 - DanaBalser) |
| Changed: | |||||
| < < |
| ||||
| > > |
| ||||
| Changed: | |||||
| < < | Upon execution the SB will determine the current (Az,El) position and find the nearest pointing source with AutoPeakFocus2?. The SB will step in elevation and then in azimuth. The exact (Az,El) location of the calibrator search is slightly adjusted by a random number generator. N.B., if nPeak is set to a large number (>100) it takes very long to validate. So typically you can set nPeak to 25 and submit several SBs to the queue. The sky coverage can be effected by these SB transitions, however. For example, if they occur at an elevation of 80 degrees and the pointing source is 10 degrees away this corresponds to 57.6 degrees in azimuth. It is usually best to keep doConfig = True when leaving the script with the operator. If they have to exit Astrid for some reason then they have to configure at least once. The configuration now is much faster and little time will be lost. | ||||
| > > | Upon execution the SB will determine the current (Az,El) position and find the nearest pointing source with AutoPeakFocus2?. The SB will step in elevation and then in azimuth. The exact (Az,El) location of the calibrator search is slightly adjusted by a random number generator. N.B., if nPeak is set to a large number (>100) it takes very long to validate. So typically you can set nPeak to 25 and submit several SBs to the queue. The sky coverage can be effected by these SB transitions since the history of the (Az,El) direction is lost from one SB to another. Therefore, in V2 we have added code that will store this history in an ascii file (azElDirection.txt). This file contains two integers that specify the direction of the step (azStep for Az and elStep for El) as 1 (increasing) or -1 (decreasing). N.B., during validation, and therefore when a SB is saved to the database, the file azElDirection.txt can be altered.. It is usually best to keep doConfig = True when leaving the script with the operator. If they have to exit Astrid for some reason then they have to configure at least once. The configuration now is much faster and little time will be lost. | ||||
| Changed: | |||||
| < < |
| ||||
| > > |
| ||||
| <<O>> Difference Topic AntennaCharacterizationAstridScripts (r1.4 - 28 Mar 2006 - DanaBalser) |
| Changed: | |||||||||||||||
| < < | The scheduling blocks (SBs) are located in /home/groups/ptcs/obs/turtle. | ||||||||||||||
| > > | The scheduling blocks (SBs) are located in /home/groups/ptcs/obs/turtle. In some SBs there is a slight disconnect between the old dictionaries (sources.py) and the new catalog format. In these cases (e.g., GainCurve?.sb) the source must be in both sources.py and the catalog. Also, the configuration is usually hardwired within each SB (e.g., Configure(xband)). | ||||||||||||||
| Changed: | |||||||||||||||
| < < |
| ||||||||||||||
| > > |
| ||||||||||||||
| Changed: | |||||||||||||||
| < < | All sky pointing run. Upon execution the SB will determine the current (Az,El) position and find the nearest pointing source with AutoPeakFocus2?. The SB will step in elevation and then in azimuth. The exact (Az,El) location of the calibrator search is slightly adjusted by a random number generator. N.B., if nPeak is set to a large number (>100) it takes very long to validate. So typically you can set nPeak to 25 and submit several SB to the queue. The sky coverage can be effected by these SB transitions, however. For example, if they occur at an elevation of 80 degrees and the pointing source is 10 degrees away this corresponds to 57.6 degrees in azimuth. It is usually best to keep doConfig = True when leaving the script with the operator. If they have to exit Astrid for some reason then they have to configure at least once. The configuration now is much faster and little time will be lost. | ||||||||||||||
| > > | Upon execution the SB will determine the current (Az,El) position and find the nearest pointing source with AutoPeakFocus2?. The SB will step in elevation and then in azimuth. The exact (Az,El) location of the calibrator search is slightly adjusted by a random number generator. N.B., if nPeak is set to a large number (>100) it takes very long to validate. So typically you can set nPeak to 25 and submit several SBs to the queue. The sky coverage can be effected by these SB transitions, however. For example, if they occur at an elevation of 80 degrees and the pointing source is 10 degrees away this corresponds to 57.6 degrees in azimuth. It is usually best to keep doConfig = True when leaving the script with the operator. If they have to exit Astrid for some reason then they have to configure at least once. The configuration now is much faster and little time will be lost. | ||||||||||||||
| Changed: | |||||||||||||||
| < < |
| ||||||||||||||
| > > |
| ||||||||||||||
| Changed: | |||||||||||||||
| < < | Offset pointing run using Condon doubles and triplets. | ||||||||||||||
| > > | This SB performs a Peak/Focus using AutoPeakFocus2? for a Condon double or triplet and repeats this cycle nPeak times. | ||||||||||||||
| Changed: | |||||||||||||||
| < < |
| ||||||||||||||
| > > |
| ||||||||||||||
| Changed: | |||||||||||||||
| < < | Performs a Track with three offsets: offsetZero (center); offsetAz (half-power in Az); and offsetEl (half-power in El). | ||||||||||||||
| > > | This SB will perform a NOD using the current LPCs. The procedure would be to set doConfig, doPeakFocus, and doNodTrack all equal to True which will peak up and then track this center position. Then set doConfig and doPeakFocus to False. Modify the LPCs to offset to the desired half-power point and run the SB again. In the future we could use some of the code in Subreflector.py to make this more automatic. | ||||||||||||||
| Added: | |||||||||||||||
| > > |
| ||||||||||||||
| Changed: | |||||||||||||||
| < < |
| ||||||||||||||
| > > |
| ||||||||||||||
| <<O>> Difference Topic AntennaCharacterizationAstridScripts (r1.3 - 27 Mar 2006 - DanaBalser) |
| Changed: | |||||||||||||||||||||
| < < | The scheduling blocks (sb) are located in /home/groups/ptcs/obs/turtle. | ||||||||||||||||||||
| > > | The scheduling blocks (SBs) are located in /home/groups/ptcs/obs/turtle. | ||||||||||||||||||||
| Changed: | |||||||||||||||||||||
| < < |
| ||||||||||||||||||||
| > > |
| ||||||||||||||||||||
| Changed: | |||||||||||||||||||||
| < < | All sky pointing run. Upon execution the sb will determine the current (az,el) position and find the nearest pointing source with AutoPeakFocus2?. The sb will then step in elevation and then in azimuth. The exact (az,el) position will be slightly random. N.B., if nPeak is set to a large number (>100) it takes very long to validate. So typically you can set nPeak to 25 and submit several sb to the queue. The sky coverage can be effected by these sb transitions, however. For example, if they occur at an elevation of 80 degrees and the pointing source is 10 degrees away this corresponds to 57.6 degrees in azimuth. | ||||||||||||||||||||
| > > | All sky pointing run. Upon execution the SB will determine the current (Az,El) position and find the nearest pointing source with AutoPeakFocus2?. The SB will step in elevation and then in azimuth. The exact (Az,El) location of the calibrator search is slightly adjusted by a random number generator. N.B., if nPeak is set to a large number (>100) it takes very long to validate. So typically you can set nPeak to 25 and submit several SB to the queue. The sky coverage can be effected by these SB transitions, however. For example, if they occur at an elevation of 80 degrees and the pointing source is 10 degrees away this corresponds to 57.6 degrees in azimuth. It is usually best to keep doConfig = True when leaving the script with the operator. If they have to exit Astrid for some reason then they have to configure at least once. The configuration now is much faster and little time will be lost. | ||||||||||||||||||||
| Changed: | |||||||||||||||||||||
| < < |
| ||||||||||||||||||||
| > > |
| ||||||||||||||||||||
| Changed: | |||||||||||||||||||||
| < < |
| ||||||||||||||||||||
| > > |
| ||||||||||||||||||||
| Changed: | |||||||||||||||||||||
| < < |
| ||||||||||||||||||||
| > > |
| ||||||||||||||||||||
| Added: | |||||||||||||||||||||
| > > |
| ||||||||||||||||||||
| Added: | |||||||||||||||||||||
| > > |
| ||||||||||||||||||||
| Changed: | |||||||||||||||||||||
| < < |
| ||||||||||||||||||||
| > > |
Performs a Track with three offsets: offsetZero (center); offsetAz (half-power in Az); and
offsetEl (half-power in El).
| ||||||||||||||||||||
| Changed: | |||||||||||||||||||||
| < < | uses PeakNSurface?.py which is based on AutoPeakFocus2?. | ||||||||||||||||||||
| > > | uses PeakNSurface?.py which is based on AutoPeakFocus2?. The different surface models are located in: /home/groups/ptcs/surfmodels. | ||||||||||||||||||||
| Changed: | |||||||||||||||||||||
| < < |
| ||||||||||||||||||||
| > > |
| ||||||||||||||||||||
| <<O>> Difference Topic AntennaCharacterizationAstridScripts (r1.2 - 26 Mar 2006 - BojanNikolic) |
| Changed: | |
| < < |
|
| > > |
|
| Changed: | |
| < < |
|
| > > |
|
| Changed: | |
| < < |
|
| > > |
|
| Changed: | |
| < < | Performs a series of Peak/Focus/Nod/OOF measurements on a source list and surface model list. This sb uses PeakNSurface?.py which is based on AutoPeakFocus2?. |
| > > | Performs a series of Peak/Focus/Nod/OOF measurements on a source list and surface model list. That is, it iterates over a source list and for each source it iterates over a list of surface models. This SB uses PeakNSurface?.py which is based on AutoPeakFocus2?. |
| Changed: | |
| < < |
|
| > > |
|
| Changed: | |
| < < | This was written to test if the pointing errors measured during the day were due to subreflector motion. The sb will perform Peak/Focus/Nod/OOF measurements with LPCs or with these LPCs taken out and put into the subreflector (LFCs). N.B., Validation offline could cause changes in the real system. Comment lines with SubLPC?() and ZeroSubLPCs?() which use the GrailClient? in the file Subreflector.py |
| > > | This was written to test if the pointing errors measured during the day were due to subreflector motion. The SB will perform Peak/Focus/Nod/OOF measurements with LPCs or with these LPCs taken out and put into the subreflector (LFCs). N.B., Validation offline could cause changes in the real system. Comment lines with SubLPC?() and ZeroSubLPCs?() which use the GrailClient? in the file Subreflector.py |
| <<O>> Difference Topic AntennaCharacterizationAstridScripts (r1.1 - 25 Mar 2006 - DanaBalser) |
| Added: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| > > |
%META:TOPICINFO{author="DanaBalser" date="1143314400" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="InformationForProjectTeam"}%
Astrid Scheduling Blocks for PTCSThe scheduling blocks (sb) are located in /home/groups/ptcs/obs/turtle.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Topic AntennaCharacterizationAstridScripts . { View | Diffs | r1.7 | > | r1.6 | > | r1.5 | More } |
|
Revision r1.1 - 25 Mar 2006 - 19:20 GMT - DanaBalser Revision r1.7 - 20 Aug 2007 - 22:28 GMT - ToddHunter |
Content copyright © 1999-2007 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. |