Skip to content

CLI Auxiliary Utilities

Auxiliary CLI utilities have been added to perform secondary tasks that can be useful to the user. The list of available commands can be accessed by calling:

Auxiliary CLI Utilities
sct auxiliary --help/-h

Convert Rosamond Point Target Dataset

This utility let the user convert a Rosamond Point Target dataset as downloaded from their site into a SCT compliant Point Target .csv file.

Rosamond Point Target Dataset Converter
sct auxiliary rosamond-pt-converter -s <rosamond_dataset> -d <date> -out <output_dir>

Convert SARCalNet Calibration Site Survey .json

This utility let the user convert a Calibration Site .json survey dataset downloaded from SARCalNet into a SCT compliant Point Target .csv file.

SARCalNet survey .json Converter
sct auxiliary sarcalnet-survey-converter -s <survey.json> [-d <product_acq_date>] -out <output_dir>

The product acquisition date can be provided to select the closest survey available, otherwise the latest survey is selected.

Download of Ionospheric TEC Maps

This utility let the user download the Ionospheric TEC maps from the CDDIS repository using credentials.

Ionospheric TEC Maps Downloader
sct auxiliary iono-downloader -d "date" -c "analysis_center" -e "authentication_cddis_email" -out "output_dir"

Download of Tropospheric VMF3 Products

This utility let the user download the Tropospheric VMF3 products from the VMF3 repository.

Tropospheric VMF3 Products Downloader
sct auxiliary tropo-downloader -d "date" -r "resolution" -out "output_dir"