<font face="Verdana, Arial, Helvetica" size="2">Eric Greisen updated #16390<br />
---------------------------<br />
<br />
clcor - eops correction problem<br />
-------------------------------<br />
<br />
<div style="margin-left: 40px;">Ticket ID: 16390</div>
<div style="margin-left: 40px;">URL: <a href="https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/16390">https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/16390</a></div>
<div style="margin-left: 40px;">Name: Gisela Ortiz</div>
<div style="margin-left: 40px;">Email address: <a href="mailto:gortiz@mpifr-bonn.mpg.de">gortiz@mpifr-bonn.mpg.de</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): Eric Greisen</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: 17 June 2020 07:28 AM</div>
<div style="margin-left: 40px;">Updated: 17 June 2020 01:55 PM</div>
<div style="margin-left: 40px;">Resolution due: 13 March 2023 05:00 PM (999d 3h 4m)</div>
<br />
<br />
<p>The fix is a bit tricky - I plan to write a CTFIX task - What I did to fix the file is as follows</p>
<p>inext = 'ct'; pixxy=96,12,2; tabget</p>
<p>for pixxy(1)=1:96; tabput; end</p>
<p>task 'taflg'; invers=1; outvers 2; optyp='>'; aparm=0; bparm=1,0; bcount 7; ecount=96; go</p>
<p>extd; task 'tacop'; invers=2; outvers=1; geton <n>; go</p>
<p>invers 2; extd</p>
<p>Then vlbaeops or plain CLCOR 'EOPS' should work.</p>
<p>Eric Greisen</p>
<p></p>
<p>Note <n> is to make OUTNAME match INNAME. 96 is the number of rows and 12 is the column with the timerange and 2 is the subscript for the upper time of the range. then we flag rows 7 - 96 and copy the file back to the one we plan to use omitting all flagged rows. (CLCOR does not check to see if the data row is flagged!) That will need fixing too.</p>
<br />
<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>