Hi Gottfried,
It sounds like the input files have an unexpected format that is somehow
corrupting the output grid. The Help system built into HyperNiche
has a small example of the ascii grid format, reproduced below. I suggest
looking at the header lines of each your input grids. If one of the grids
is smaller (600 x 600 in this case), then the output grid will be limited
to 600 x 600. But still, that shouldn't make the output grid
unreadable.
One of the pickiest aspects of the *.asc format is that the numerical
data in the header lines must start in column 15 for each line. In the
example below, position the cursor at the first letter, then arrow right
14 characters (including spaces). This should position the cursor right
before the first number (5 in this case). If for some reason the
"3600" in an input file was positioned one character to the
left, it would be read as "600".
If you don't see an obvious problem with the input files, please send the
HyperNiche result file to me, along with the first six lines of the
output grid. Let's do this outside the group to reduce email
clutter. You can email the problem using the technical help address
for HyperNiche (Help | Technical Support) and forwarding this dialog.
Once we figure out what is wrong, we can report what we found to the
group.
Bruce McCune
-------------------------
GIS Grid Files
HyperNiche reads and writes grids of data in ascii format (plain text
files). This file format, with default extension *.asc, is imported and
exported by ArcGIS, Arcview, ArcInfo, and other GIS software. The format
of this file follows strict rules detailed in the ESRI documentation. Two
examples are given below.
The grid below is a tiny example of a grid exported by ArcView and
imported by HyperNiche. It specifies elevations in a map grid with 5 rows
and 5 columns. The missing data value , called the NODATA_value in the
standard *.asc format is -9999.
ncols 5
nrows 4
xllcorner 549397.1875
yllcorner 4888911
cellsize 10
NODATA_value -9999
-9999 -9999 800 -9999 -9999
-9999 1000 1200 1050 -9999
1200 1200 1060 1300 1000
-9999 1000 1100 1100 1000