Welcome to iraf.net Sunday, May 12 2024 @ 02:45 AM GMT


 Forum Index > Help Desk > Systems New Topic Post Reply
 ERROR: Newline while processing string
   
morrisonss
 09/22/2009 06:39PM (Read 5268 times)  
+----
Newbie

Status: offline


Registered: 09/18/2009
Posts: 12
I am working on a script for creating master calibration images for some photometry that I am working on. When I try to run run through a while loop before it even gets into the loop I get the error:ERROR: Newline while processing string
called as: `cl ()'My code is as follows:files /home/morrison/Solar_analogs/Flats/FLAT* >Flatfiles.lis
list = ""
list = "Flatfiles.lis"
c=""
c="1"
i=1
while(fscan(list,s3) !=EOF)
{
imgets(s3,"FILTER")
{
filter=imgets.value
};
if(filter=='V)
{
if(i<10)
{
nam="FLAT_Prompt2_09_04_09_282923_V_00"
};
if(i>=10 && i<100)
{
nam="FLAT_Prompt2_09_04_09_282923_V_0"
};
if(i>100)
{
nam="FLAT_Prompt2_09_04_09_282923_V_"
};
copy ("/home/morrison/Solar_analogs/Flats/"+nam+c+".fits", "/home/morrison/Solar_analogs/Flats/temp/")
imgets(s3,"EXPOSURE")
{
tim = real(imgets.value)
};
t=tim/expd
imarith(FLATDARK, "*",t,FDtemp)
imarith(s3, "-", "FDtemp",s3)
imstat(s3,fields="midpt",format-) | scan(y)
z=1/y
imarith(s3, "*",z,s3)
imdelete FDtemp
}
i=1+i
c=i
};imcombine /home/morrison/Solar_analogs/Flats/temp/* FLAT combine=average reject=none outtype=real

 
Profile Email
 Quote
fitz
 09/22/2009 06:39PM  
AAAAA
Admin

Status: offline


Registered: 09/30/2005
Posts: 4040
Check your quotes:[code:1:465a5a5962]if(filter=='V) [/code:1:465a5a5962]Is missing a closing quote.....

 
Profile Email
 Quote
morrisonss
 09/22/2009 06:39PM  
+----
Newbie

Status: offline


Registered: 09/18/2009
Posts: 12
fixed thanks.

 
Profile Email
 Quote
   
Content generated in: 0.10 seconds
New Topic Post Reply

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Anonymous users can post 
Filtered HTML Allowed 
Censored Content 
dog allergies remedies cialis 20 mg chilblain remedies


Privacy Policy
Terms of Use

User Functions

Login