12 | | 2. If you're only interested in part of the flightline, don't process the parts you're not interested in. This may require some trial-and-error to establish the line numbers. Use the -l option to azgcorr to process only a certain range of scan lines. You'll need to run the whole thing through once, optionally with only one band as above, to check the total number of scan lines. For example, for a flightline with 10000 scan lines, if you only want lines 2000-6000 you'd use: |
| 12 | 2. If you're only interested in part of the flightline, don't process the parts you're not interested in. This may require some trial-and-error to establish the line numbers. Use the -l option to azgcorr to process only a certain range of scan lines. To obtain the total number of scan lines, run: |
| 13 | |
| 14 | azexhdf <hdf_file_name> | grep SClines |
| 15 | |
| 16 | For example, for a flightline with 10000 scan lines, if you only want lines 2000-6000 you'd use: |