-
Notifications
You must be signed in to change notification settings - Fork 33
Spiceit JSON query and response
Tyler Wilson edited this page Feb 28, 2018
·
1 revision
It's pretty simple:
Spiceit Server Request:
{
"cknadir": true/false,
"ckpredicted": true/false,
"ckrecon": true/false,
"cksmithed": truefalse,
"endPad": int,
"label": String,
"shape": String,
"spkpredicted": true/false,
"spkrecon": true/false,
"spksmithed": true/false,
"startPad": int
}
Spiceit Server Response:
{"Application Log": hex-encoded binary data,
"Kernels Label": hex-encoded binary data,
"Instrument Pointing": Spice binary table,
"Instrument Position": Spice binary table,
"Body Rotation": Spice binary table ,
"Sun Position": Spice binary table,
}