<br><br><br>> -----原始邮件-----<br>> 发件人: "Eric Greisen" <<a href="mailto:egreisen@nrao.edu" target="_blank">egreisen@nrao.edu</a>><br>> 发送时间: 2017年2月16日 星期四<br>> 收件人: "丁浩" <<a href="mailto:dinghao@shao.ac.cn" target="_blank">dinghao@shao.ac.cn</a>>, <a href="mailto:daip@nrao.edu" target="_blank">daip@nrao.edu</a><br>> 抄送: <br>> 主题: Re: [daip] "missing adverb"<br>> <br>> On 02/16/2017 07:03 AM, 丁浩 wrote:<br>> > Dear Dr. Greisen,<br>> ><br>> > I'm Ding Hao from Shanghai Astronomical Observatory. Last time you<br>> > helped me load rpfits data into AIPS after running a MNJ. This problem<br>> > is perfectly solved. But after running the MNJ, I find some adverbs of<br>> > task 'bpass' are missing, such as "ichansel" and "bpassprm". I tried<br>> > running "compress" and "restore 0". They still can't fix the problem of<br>> > "missing adverbs". I don't know how to get over this. I'm looking<br>> > forward to your kind help.<br>> <br>> These are not new adverbs and cannot be missing in a properly installed <br>> version of AIPS.  I suspect something went wrong during your MNJ - did <br>> you examine the report closely?  I attach the data file that defines all <br>> of the adverbs - it is called POPSDAT.HLP and is kept in the $TST/HELP/ <br>> directory.  Compare the attached with your copy.  Then replace your copy <br>> with the attached and do<br>> <br>> . $AIPS_ROOT/LOGIN.SH<br>> $CDTST<br>> RUN POPSGN<br>> 0 POPSDAT TST<br>> <cr><br>> <br>> If you use tcsh or csh shell then the first line is<br>> source $AIPS_ROOT/LOGIN.CSH<br>> and the rest is the same.<br>> <br><br>Thank you for the help! I do as you instruct. But it doesn't work for me.<br>When I "inp" the adverbs of task 'bpass', at the end of the adverb list shows two complaints:<br>-------------------------------------------------------------<br>MISSING ADVERB: TRY A 'COMPRESS' OR 'HELP NOADVERB' FOR INFO<br>SYMBOL?     MINANTEN<br>-------------------------------------------------------------<br>Will it affect the data reduction if I still assign "ichansel" and "bpassprm" as needed and ">go"?<br><br>When I run<br>$diff POPSDAT.HLP POPSDAT.HLP.bk, (in which POPSDAT.HLP is your version and *.bk is mine)<br>the result is:<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>6c6<br>< ;;  Copyright (C) 1995-2017<br>---<br>> ;;  Copyright (C) 1995-2016<br>884d883<br>< DOFRACT      7   1              0.00<br>947,949c946,948<br>< PROC TVALL; TVOFF(32767); GROFF(255); GG=GRCH;GRCH=8;GRCL;<br>< IF (TVCHAN<1) THEN;TVCHAN=1;END; GRCH=GG;GRCL;TVCL;OFFZOOM;<br>< TVLOD;TVON(2**(TVCHAN-1));TVWED(16);TVWLAB;TVFID; RETURN; FINISH<br>---<br>> PROC TVALL; TVOFF(32767); GROFF(255); J=GRCH;GRCH=8;GRCL;<br>> IF (TVCHAN<1) THEN;TVCHAN=1;END; GRCH=J;GRCL;TVCL;OFFZOOM;<br>> TVLOD;TVON;TVWED(16);TVWLAB;TVFID; RETURN; FINISH<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br><br>Best regards,<br>Hao<br><br><br><br><br><br>