[daip] [!16292]: AIPS - STRING SIZE Error
Gregory Walsh
nraohelp at nrao.edu
Mon Jun 1 12:33:05 EDT 2020
Gregory Walsh updated #16292
----------------------------
STRING SIZE Error
-----------------
Ticket ID: 16292
URL: https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/16292
Name: Gregory Walsh
Email address: gwalsh4758 at gmail.com
Creator: User
Department: AIPS Data Reduction
Staff (Owner): -- Unassigned --
Type: Issue
Status: Open
Priority: Default
SLA: NRAO E2E
Template group: Default
Created: 01 June 2020 04:33 PM
Updated: 01 June 2020 04:33 PM
Reply due: 03 June 2020 04:33 PM (2d 0h 0m)
Resolution due: 26 February 2023 12:00 AM (999d 7h 27m)
Hello,
I am writing a procedure to recursively export the catalog entries created by VLBARUN in AIPS as FITS files (to be used in CASA). When I run the file containing the procedure in AIPS it returns STRING SIZE. If I run the inputs and tasks of the procedure line by line, it works just fine.
Here is what I have:
PROC EXPORT (SOURCE, OUTDIR)DEFAULT FITTPINNAME SOURCE ; INCLASS 'A8_0'DATAOUT OUTDIR !! SOURCE !! '.fitsGO FITTP ; WAIT
FINISH
FOR I=1 TO 16 ; EXPORT (SOURCES(I), WRITEDIR) ; END
SOURCES and WRITEDIR have been previously defined. If I run it for each entry in SOURCES separately, it will work fine. It's only when I am running it in the for loop it returns the STRING SIZE message. I have also gotten this message when VLBARUN is writing plots to disk, though I just disabled plot creation in the VLBARUN parameters to get around this. Could you tell me what is creating this STRING SIZE message and how I can successfully run this iterative loop?
Thanks,
Greg
------------------------------------------------------
Staff CP: https://help.nrao.edu/staff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listmgr.nrao.edu/pipermail/daip/attachments/20200601/e89e3f4d/attachment.html>
More information about the Daip
mailing list