Hello!
I'm working with IDL/ENVI in the processing of TerraSAR Images
When I run my program I obtain the error:
"Unable to allocate memory: to make array. Not enough space"
The error occurs when I try to make this instruction:
LocalThresholdResultsFinal = [[LocalThresholdResultsFinal], REPLICATE({LocalThresholdResultsFinal}, IndTmpGrowSize[1])]
where
LocalThresholdResultsFinal = {LocalThresholdResultsFinal, ind:UINTARR(2, 1),CFARResultsNmog:0L, CFARResultsPar_mog:DBLARR(LocalThresholdLocalFitnmod,3),CFARResultsLike:0d ,CFARResultsPixelIntensity:0L, CFARResultsLocalThreshold:0L}
and
IndTmpGrowSize[1] = 6787536
How can I solve this problem?
Tks,
Sara
|