victor% ps -elf | grep glishd
If you do not see a glishd process running, start it as follows, from the gbtops account:
victor% sudo /sbin/run-glishd
2. Ensure that no gbtgoclient processes are running on victor.
victor% ps -elf | grep gbtgoclient
If a process is running there, have the operator log in to victor as root and kill it using
victor% kill -9 pid
where pid is the process ID of the gbtgoclient process.
3. Start IARDS. This is usually done from naiad.
naiad% iards
4. Start GO
naiad% source /home/gbt/gbt.bash
naiad% GO T
% sudo /sbin/run-glishd
3. Check the status of glishd. Test this as follows, on victor:
% ps -elf | grep glishd
You should see one glishd process, owned by root, and no others. If this is the case, try again to start IARDS from scratch according to the instructions above. If you see multiple glishd processes, you need to kill them all (as root) and repeat this step.
% source /home/aips++/stable/aipsinit.sh // assuming you use the bash shell % aips++ -l GOpoint.g -l GOspec.g // start AIPS++ and load the appropriate functionsThe following functions are now available to you at the glish prompt. You need supply only the project name and a scan number to each.
| Continuum pointing | GOpoint (project_ID,scan_number) | The scan number in this case is the first scan of a 2-scan procedure. |
| Spectral Line | GOspec (project_ID,scan_number) | |
| Continuum Focus | GOfocus (project_ID,scan_number) | |
| Continuum Track | GOtrack (project_ID,scan_number) |
- GOpoint('/home/gbtdata/test_go',3)
If you suspect a problem with IARDS, run the appropriate offline function. If the data look correct, then there is a problem with the IARDS communication mechanism. If the data do not look correct, there is most likely a problem with your GBT configuration for that scan. Check the configuration. If you know of a scan taken previously in the same intended configuration, try the IARDS offline function on that one also. If that scan, known to have worked with IARDS previously, fails, then there is likely a defect in the IARDS code. Report it to Jim and with the AIPS++ bug() feature.
Here are some samples of offline tests that you can use to check the functionality of IARDS components:
| Az/El pointing | GOpoint('/home/gbtdata/test_go',1) | |
| Ra/Dec pointing | GOpoint('/home/gbtdata/standards_jul13',1) | |
| Beam switched pointing | GOpoint('/home/gbtdata/T_FABIAN',878) | |
| Off/On spectral line | GOspec('/home/gbtdata/standards_jul13',57) | Ignore the printed warnings about missing scans in sequence |
| Beam Switch sp line GOspec('/home/gbtdata/T_FABIAN',880) | Ignore the printed warnings about missing scans in sequence | |
| Freq Switch sp line | GOspec('/home/gbtdata/standards_jul13',36) | |
| Track | GOtrack('/home/gbtdata/standards_jul13',1) | You see intensity against time with GOtrack |
| Focus | GOfocus('/home/gbtdata/test_go',14) |
| Topic IardsGuide . { Edit | Attach | Ref-By | Printable | Diffs | r1.2 | > | r1.1 | More } |
|
Revision r1.2 - 25 Jun 2003 - 21:13 GMT - JimBraatz Parents: WebHome |
Content copyright © 1999-2007 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. |