This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: "Alliss, Randall J." <address@hidden>
>Organization: TASC
>Keywords: 200211211344.gALDix401610 McIDAS IMGDISP
Randy,
re: trce file being created each time a MCBASI script runs
I dug into the MUG inquiry site and found the reference to TRACE=1 being
turned on in IMGREMAP.  I then looked at the version of imgremap.pgm in
my distribution and see that I did, in fact remove this code for my 
second addendum for v2002.  The problem is that I have not released
this addendum yet!
The fix is to:
<login as 'mcidas'>
cd mcidas2002/src
remove the following lines:
c --- add TRACE=1
      ndirsorts = ndirsorts + 1
      dirsorts(ndirsorts) = 'TRACE=1'
After doing this, rebuild and reinstall imgremap.k:
make imgremap.k
rm ~/bin/imgremap.k
ln imgremap.k ~/bin
Tom