Request of IMG_SetTccConfig procedure. Creates request for setting the image configuration.
The argument sub_function
may be a binary combination of the
following settings:
1
– Test image.2
– Automatic exposure-time selection.3
– Two-times sub-sampling.4
– Four-times sub-sampling.The instrument returns the following responses:
grc
– GeoCOM return code.Property | Values |
---|---|
Instruments | TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,23401:<mem_type>,<image_number>,<quality>,<sub_function>,<prefix> |
ASCII response | %R1P,0,0:<grc> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |
||
integer, | intent(in) | :: | mem_type |
Memory device type ( |
||
integer, | intent(in) | :: | image_number |
Actual image number. |
||
integer, | intent(in) | :: | quality |
JPEG compression factor (0 – 100). |
||
integer, | intent(in) | :: | sub_function |
Additional sub-functions to call. |
||
character(len=*), | intent(in) | :: | prefix |
File name prefix. |