I don't think these errors have anything to do with FlexRaw or FastRaw. Take a look at the file and line of the error to see what routine has the problem.
Cheers, Chris Punkish writes: > > But, I also continue to get the following errors from my short little > program (Perl 5.12.1, PDL 2.4.6) -- > > my @dat = (1234, 123, 1, 0, 245, 5, 546, 10); > my $row = ones(short, $x)->dummy * pdl(short, @dat); > my $img = ones(short, $y)->dummy->dummy * $row; > my $hdr = writefraw($img, 'pdl.dat'); > > Use of uninitialized value $dim in numeric lt (<) at > /usr/local/lib/perl5/site_perl/5.12.1/darwin-2level/PDL/Core.pm line > 936. > ...
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
