| quadsections | noao.imred.quadred | quadsections |
quadsections -- Create image sections
quadsplit images
Images in "quadformat" (see help topic quadformat ) are broken down in sections and written to the standard output in a specified format.
1. To print the default data sections.
qu> quadsec quad0072
quad0072[1:1034,1:1024]
quad0072[1163:2196,1:1024]
quad0072[1:1034,1025:2048]
quad0072[1163:2196,1025:2048]
3. To apply an overlap section.
qu> quadsec quad0072 section=[1000:2000,1000:2000]
quad0072[1000:1034,1000:1024]
quad0072[1163:2000,1000:1024]
quad0072[1000:1034,1025:2000]
quad0072[1163:2000,1025:2000]
2. To print the trim sections.
qu> quadsec quad0072 window=trimsec
quad0072[11:1034,1:1024]
quad0072[1163:2186,1:1024]
quad0072[11:1034,1025:2048]
quad0072[1163:2186,1025:2048]
4. To make a custom output.
qu> quadsec quad0072 template="image=$I, section=$S, amplifier=$A\\n"
image=quad0072, section=[1:1034,1:1024], amplifier=11
image=quad0072, section=[1163:2196,1:1024], amplifier=12
image=quad0072, section=[1:1034,1025:2048], amplifier=21
image=quad0072, section=[1163:2196,1025:2048], amplifier=22
qu> quadsec quad0072 template="$I.$A,"
quad0072.11,quad0072.12,quad0072.21,quad0072.22,