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:
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.
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.
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.
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.
sct auxiliary tropo-downloader -d "date" -r "resolution" -out "output_dir"