<font face="Verdana, Arial, Helvetica" size="2">Eric Greisen updated #13515<br />
---------------------------<br />
<br />
<div style="margin-left: 40px;">Status: Closed (was: Open)</div>
<br />
Trouble with TARS<br />
-----------------<br />
<br />
<div style="margin-left: 40px;">Ticket ID: 13515</div>
<div style="margin-left: 40px;">URL: <a href="https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/13515">https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/13515</a></div>
<div style="margin-left: 40px;">Name: David Roberts</div>
<div style="margin-left: 40px;">Email address: <a href="mailto:roberts@brandeis.edu">roberts@brandeis.edu</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: Closed</div>
<div style="margin-left: 40px;">Priority: Default</div>
<div style="margin-left: 40px;">Template group: Default</div>
<div style="margin-left: 40px;">Created: 08 February 2019 09:31 AM</div>
<div style="margin-left: 40px;">Updated: 11 February 2019 12:30 PM</div>
<br />
<br />

the file you sent originally contains a horizontal TAB <br />between each column and a CR at the end of each <br />line but no LF character.  The Intel compiler then<br />sees the file as a single long line and the character <br />processing we do handles the TABs okay but<br />the absence of the line feed means that there is<br />only one input line and hence NaNs for output.<br />Apparently the gfortran text reader (same actual code)<br />supplies the LF on seeing a CR.<br /><br />If you do a "more" on your file, you will see MAC OS<br />also treating it as a single line.  I think you need to<br />change text editor or set some options...<br /><br />Cheers<br /><br />Eric
<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>