| 53 | == Chipping examples in image space: == |
| 54 | |
| 55 | Chip about latitude longitude point, 512x512 in image space, rotate "up is up", histogram stretch, scale to eight bit, outputting to a png file. |
| 56 | ''Note the up is up mode requires a sensor model that is affected by elavtion.'' |
| 57 | |
| 58 | {{{ |
| 59 | ossim-chipper --op chip -u --histogram-op auto-minmax --cut-center-llwh -42.883986392005788 147.331309643650911 512 512 --scale-to-8-bit -w ossim_png 5V090205P0001912264B220000100282M_001508507.ntf up-is-up.png |
| 60 | }}} |
| 61 | |
| 62 | [[Image(up-is-up.png)]] |
| 63 | |