Skip to content

Commit 18ef8c6

Browse files
authored
Merge pull request #54 from discos/master
Porting changes for Medicina user guide into stable
2 parents 6e66146 + 6344f55 commit 18ef8c6

3 files changed

Lines changed: 17 additions & 87 deletions

File tree

user/medicina/ChecklistSA.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ automatically rejected (bug under fixing).
8787
Remember: for full-Stokes setups, only section 0 is to be configured.
8888
For spectral-only setups, both sections 0 and 1 must be configured.
8989

90-
** Measure RMS in order to verify the signal level ** (op)::
90+
**If a non-default value is needed, set the integration** (op)::
91+
92+
> integration=[n] (expressed in milliseconds)
93+
94+
**Measure RMS in order to verify the signal level** (op)::
9195

9296
> getRms
9397

user/medicina/Quicklook.rst

Lines changed: 4 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ it here: :download:`pdf <attachments/MED-MAN-FITS-02.pdf>`
99

1010
Waiting for a comprehensive GUI which is going to include also a real-time
1111
preview of the data under acquisition, users are provided with two different
12-
tools in order to inspect the data produced by the TPB and XARCOS.
12+
tools in order to inspect the data produced by the TPB and XARCOS or SARDARA.
1313

1414
If writer is MANAGEMENT/FitsZilla
1515
=================================
@@ -22,74 +22,10 @@ last completed FITS file.
2222

2323
.. admonition:: WARNING:
2424

25-
* **The web-based tool does not work with spectral acquisitions**
25+
* **The web-based tool does not work with XARCOS acquisitions**
2626

27-
Due to a bug, only total power acquisitions can, at the moment, be viewed with
28-
this new tool.
29-
30-
31-
When acquiring FITS files through a schedule, there is also the old IDL tool available
32-
for the almost-realtime quick-look of the saved data.
33-
34-
Open a terminal on the projects machine (see instructions provided by user support).
35-
Launch IDL::
36-
37-
$ idl
38-
39-
At the IDL prompt, compile and run the program fitslook.pro::
40-
41-
IDL> .r fitslook
42-
IDL> fitslook
43-
44-
The last completed FITS file (i.e. the most recent subscan carried out, either
45-
being a TP or a spectral one) will be displayed.
46-
47-
.. note:: The program automatically identifies the recorded sections and
48-
plots them all. If you are using the multi-feed receiver with the aim of
49-
actually exploiting only the central feed, adjust your schedule so that only
50-
sections 0 and 1 are enabled, otherwise all the sections will be recorded
51-
and displayed.
52-
53-
The plots show the proper file content, according to its continuum or spectral
54-
nature. Read all the program options using::
55-
56-
IDL> fitslook, /help
57-
58-
.. note:: By default, fitslook displays raw data (in arbitrary counts).
59-
Data streams in antenna temperature are available - and selectable - only
60-
for the TPB and under the condition that a Tsys has been correctly acquired
61-
prior to the execution of the scan.
62-
63-
.. figure:: images/IDL_quicklook.png
64-
:scale: 100%
65-
:alt: Quick-look of a continuum OTF scan acquired with a single-feed receiver
66-
:align: center
67-
68-
When performing ON-OFF spectral observations, users might also choose a
69-
different quick-look, displaying the (ON-OFF)/OFF result obtained by
70-
integrating all the subscans present in the last completed scan.
71-
Users must specify the duty cycle, e.g. '3:3:1' if each scan is composed by
72-
3 on-scans, 3 off-scans and 1 cal-scan. Zero values are accepted.
73-
To invoke this program::
74-
75-
IDL> .r onoff
76-
IDL> onoff, dutyc='[N_on]:[N_off]:[N_cal]'
77-
78-
If wanting to display the spectra vs the topocentric radial velocity, use::
79-
80-
IDL> onoff, dutyc='[N_on]:[N_off]:[N_cal]', xtype='vel'
81-
82-
83-
84-
.. figure:: images/IDL_quicklook_onoff.png
85-
:scale: 100%
86-
:alt: Quick-look of the (ON-OFF)/OFF scan, acquired with XARCOS in XK00 mode
87-
:align: center
88-
89-
Click on the above images to open the zoomable version.
90-
91-
Please report any problem/request about these tools, which are constantly under
92-
development.
27+
Please report any problem/request about this tool, which is under
28+
refinement.
9329

9430

9531
If writer is MANAGEMENT/Point or MANAGEMENT/CalibrationTool

user/medicina/Troubleshooting.rst

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,7 @@ operations will become impossible to perform.
108108
crashed.**
109109

110110
Pay attention to the syntax, you might have inserted unwanted characters like
111-
an extra “ / ”: the *startSchedule* command must be either given as::
112-
113-
> startSchedule=[project]/[schedname].scd,[N]
114-
115-
or, if you have already given the project=code command::
111+
an extra “ / ”: the *startSchedule* command must be given as::
116112

117113
> startSchedule=[schedname].scd,[N]
118114

@@ -149,16 +145,10 @@ the operatorInput panel, then starting the client in the terminal shell.
149145

150146
.. admonition:: PROBLEM:
151147

152-
* **The IDL quick-look procedures abort, or they do not actually show the
153-
latest acquisitions**
154-
155-
These tools are all but refined. Ideally, they always show the last completed
156-
FITS subscan (fitslook.pro) or the last completed ON-OFF-CAL spectrum
157-
(onoff.pro). Yet, to do so while avoiding incomplete subscans or unsuitable
158-
files, they sometime fail. Folders containing one subscan only, as it is often
159-
the case with skydips, will never produce a display, because as soon as the FITS
160-
is complete a new folder is generated, and the procedure points to it.
161-
When UT midnight comes, the procedure might not automatically switch to the
162-
new YYYMYMMDD tree, so you might need to stop and restart it to go on
163-
displaying the incoming data. Please report any problem and your "wishlist"
164-
about these tools.
148+
* **The web-based quick-look is not showing XARCOS data**
149+
150+
This is a known bug, presently under fixing. The old IDL tools are not available
151+
anymore, so at the moment there is no option to visually inspect XARCOS data
152+
in realtime.
153+
154+

0 commit comments

Comments
 (0)