Help for MARSTILE

PURPOSE:
To assemble Mars 2020 (M2020) Rover Enhanced Engineering Camera (EECAM) tiles
into assembled EDR images.

EXECUTION:

marstile inp=tile_list.lis out=assembled_edr.vic
where:
tile_list.lis is a list of image tiles corresponding to a single integration,
that can be in color or black-and-white.
assembled_edr.vic is an assembled EDR composed of the individual tiles.

Additionally, single-resolution outputs may be specified using the OUT_1X,
OUT_2X, OUT_4X, and OUT_8X parameters. These outputs will only contain tiles
with the corresponding downsampling factor and will be reproduced at their
original resolution.


PARAMETERS:


INP

input image(s) or file list.

OUT

Output image file.

OUT_1X

Output image with 1x resolution tiles only.

OUT_2X

Output image with 2x resolution tiles only.

OUT_4X

Output image with 4x resolution tiles only.

OUT_8X

Output image with 8x resolution tiles only.

BAND

The BSQ band number.

ZOOM

The upsampling zoom of the unified output product.

BORDER

The number of border pixels.

CONFIG_PATH

Path used to find configuration/calibration files.

POINT_METHOD

Specifies a mission- specific pointing method to use

DATA_SET_NAME

Specifies the full name given to a data set or a data product.

DATA_SET_ID

Specifies a unique alphanumeric identifier for a data set or data product.

RELEASE_ID

Specifies the unique identifier associated with the release to the public of all or part of a data set. The release number is associated with the data set, not the mission.

PRODUCT_ID

Specifies a permanent, unique identifier assigned to a data product by its producer.

PRODUCER_ID

Specifies the unique identifier of an entity associated with the production a data set.

PRODUCER_INST

Specifies the full name of the identity of an entity associated with the production of a data set.

COORD

Should always be ROVER.

See Examples:


Cognizant Programmer: