Skip to content

Instantly share code, notes, and snippets.

View Kelvinrr's full-sized avatar
❄️
beep boopin'

Kelvin Rodriguez Kelvinrr

❄️
beep boopin'
View GitHub Profile

The Basics

First, make sure you installed aws with mamba install awscli, make sure to not install this in the same environment as isis.

Log into AWS via the cli https://docs.aws.amazon.com/signin/latest/userguide/command-line-sign-in.html

CloudFormation works simply by defining services in YAML templates that imitate the parameters you would input into the command line.

For example, in order to create a new ECR record, that is, a repository to push docker images to, you would do the following using the AWS CLI:

  • Feature/Process Name: GeoTiff Metadata for ISIS
  • Start Date: 12/19/24
  • RFC PR: DOI-USGS/ISIS3#5618
  • Author: Kelvin Rodriguez, Adam Paquette

Terms

  • PVL - Parameter Value Language, used widely in ISIS Cubes and PDS3 images.
  • ISIS - Integrated Software for Imagers and Spectrometers, well known and widely used processing software for planetary data processing.
  • GTiff - The GeoTiff file format widely used within the planetary science community for data processing and figures in scientific papers.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
openapi: '3.0.2'
info:
title: SpiceQL
version: '0.3.0'
servers:
- url: https://spiceql-deployment.prod-asc.chs.usgs.gov/v030
paths:
/strSclkToEt:
get:
summary: "Converts an SCLK string to an ephemeris time"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Installing Autocnet

To install autocnet using conda, first make sure you have the conda package manager installed on your system. You can check if conda is installed by running the following command in your terminal:

conda --version

If conda is not installed, you can download and install it from the conda website.

{
"isis_camera_version": 1,
"image_lines": 433,
"image_samples": 1155,
"name_platform": "MARS SCIENCE LABORATORY",
"name_sensor": "MAST CAMERA LEFT",
"reference_height": {
"maxheight": 1000,
"minheight": -1000,
"unit": "m"
base/dems/DEIMOS_K002_THO_V01.bds
base/dems/DEIMOS_K005_THO_V01.bds
base/dems/PHOBOS_K137_DLR_V01.bds
base/dems/PHOBOS_K275_DLR_V02.bds
base/kernels/spk/kernels.0006.db
cassini/kernels/SpecialProducts
cassini/kernels/spk/kernels.0346.db
cassini/kernels/spk/print.prt
chandrayaan1/kernels/spk/2009_01_to_04.bsp
chandrayaan1/kernels/spk/CH-1-JPL-MERGED-23-MARCH-2010-1220.BSP
@Kelvinrr
Kelvinrr / lro.json
Last active September 29, 2022 23:26
{
"lro": {
"spacecraft" : {
"ik" : {
"kernels" : ["lro_instruments_v[0-9]{2}.ti"]
},
"iak" : {
"kernels" : "lro_instrumentAddendum_v[0-9]{2}.ti"
},
"sclk" : {
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.