hey folks, i???ve got a problem concerning the raster-calculator-tool in arcmap 10. I hope someone can help me. excuse my poor english skills??? the situation: - i model drainage-systems based on high-resolution lidar-dgm (1m). - i want to thin-out the flow-accumulation-tool results - therefore I want to eliminate all streams that have less then 50 cells and have no upstream connection (last are called 1st-order streams) - i created a stream-link-raster (it tells the lenght of segment in the attribute-table-field COUNT) and a stream-order-raster (it gives each segment an order-number beginning with 1) [both tools are available in spatial analyst ??? hydrology-toolset] - now i need a single-output-map-algebra-expression that says: ???if the stream order is 1 and the stream segment has 50 cells or less, then turn the cell into NoData. Otherwise, return the stream link ID.???
i tried to solve this problem using the raster calculator. first things first: i???m absolutely not a pro in skripting/programming! Not even at this simple level??? i'm sure its only a little mistake, but i can???t find it by myself. my code looks like this: