<font face="Verdana, Arial, Helvetica" size="2">Min-Young Lee updated #16386<br />
----------------------------<br />
<br />
Create tables<br />
-------------<br />
<br />
<div style="margin-left: 40px;">Ticket ID: 16386</div>
<div style="margin-left: 40px;">URL: <a href="https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/16386">https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/16386</a></div>
<div style="margin-left: 40px;">Name: Min-Young Lee</div>
<div style="margin-left: 40px;">Email address: <a href="mailto:mlee@kasi.re.kr">mlee@kasi.re.kr</a></div>
<div style="margin-left: 40px;">Creator: User</div>
<div style="margin-left: 40px;">Department: AIPS Data Reduction</div>
<div style="margin-left: 40px;">Staff (Owner): -- Unassigned --</div>
<div style="margin-left: 40px;">Type: Issue</div>
<div style="margin-left: 40px;">Status: Open</div>
<div style="margin-left: 40px;">Priority: Default</div>
<div style="margin-left: 40px;">SLA: NRAO E2E</div>
<div style="margin-left: 40px;">Template group: Default</div>
<div style="margin-left: 40px;">Created: 16 June 2020 05:12 PM</div>
<div style="margin-left: 40px;">Updated: 18 June 2020 05:07 PM</div>
<div style="margin-left: 40px;">Resolution due: 13 March 2023 09:00 AM (997d 15h 53m)</div>
<br />
<br />
<p>Hi Eric, </p>
<p>Thank you very much for your quick reply! </p>
<p>More information on data: For our project, we perform pointed HI + OH observations. So a single data file contains 3 spectral windows for HI (one for the HI line and two for bandpass calibration) and 4 spectral windows for OH, and this file has a single source (along with calibrators). For your information, I attach the outputs from BDFLIST and BDF2AIPS. </p>
<p>More information on data reduction: For data reduction, I download SDM-BDF data (all files) from the VLA archive and read them in AIPS by running BDF2AIPS. Since we are mainly interested in HI, I then try to extract HI spectral windows by running SPLAT. I run data reduction via scripts and copy below the SPLAT part of the reduction script. </p>
<p>We have been running the same reduction script for different sources, and there has been no problem...Please help us resolve this problem! And please let me know if you need more information. </p>
<p>*---inputdisk for reading, outputdisk for writing files----------<br />inputdisk=1<br />outputdisk=inputdisk</p>
<p>*-------INPUT THE TARGET AND PHASE CALIBRATOR NAMES HERE!--------<br />string*10 phcals<br />string*5 bpcals<br />string*7 srce<br />phcals 'J0336+3218'<br />bpcals '3C147'<br />srce 'C_src97</p>
<p>*---sets the name of the target "A" dataset<br />string*8 filename<br />string*7 filea<br />string*7 fileb<br />string*7 filec<br />string*8 filebc<br />filename 'S97D2_HI'<br />filea 'S97D2_A'<br />fileb 'S97D2_B'<br />filec 'S97D2_C'<br />filebc 'S97D2_BC'</p>
<p>default splat;<br />indi inputdisk; outdi outputdisk;<br />innam filename; incla 'UVEVLA'; inseq 0;<br />outnam filea; outcl 'UVEVLA'; bif 2; eif 2;<br />go; wait<br />outnam fileb; outcl 'UVEVLA'; bif 1; eif 1;<br />go; wait<br />outnam filec; outcl 'UVEVLA'; bif 3; eif 3;<br />go; wait</p>
<br />
<HR style="margin-bottom: 6px; height: 1px; BORDER: none; color: #cfcfcf; background-color: #cfcfcf;" />
Staff CP: <a href="https://help.nrao.edu/staff" target="_blank">https://help.nrao.edu/staff</a><br />
</font>