Advanced Search
Search Results
100 total results found
Setup Notes
Gnuplot Setup Download latest Gnuplot version source code (4.6.0 at time of this writing): http://sourceforge.net/projects/gnuplot/files/ Mac Gnuplot Setup Short story: for legal reasons, Apple does not use ship Gnu Readline library by default. The replacement...
Setup for Qt Development
Qt 4.8.7.2 installed via Homebrew Use macx-g++ mkspec Build using g++ If using Qt Creator, make sure the correct mkspec is being used. You can also use the QMAKESPEC env variable to ensure the correct makespec is being used.
Subversion
Apache Subversion is the version control system that the 699 team uses. It plays a key role in our software, file, and data management. For a quick tutorial on Installation for Macs There are two potential ways that you can use Subversion on Macs: The svn com...
Supplementary Files and Telemetry File Preprocessing
The 699 Python tools create metadata to speed up and simplify its operations: .index.tm.mom Files To verify that packets have not been corrupted, the Python tools verify that each packet's checksum matches that packet's data. To avoid needlessly repeating this...
Telemetry Database Files
The telemetry database defines how to decode, transform, and interpret the various telemetry values contained in an instrument's packets. Telemetry Database Fields Field Required Description SUB_SYSTEM Yes The sub system that the telemetry value comes f...
Telemetry Metadata File
The telemetry metadata file is a new convention that was conceived during the MOMA project. Its main purpose is to store metadata about a telemetry file. However, its purpose may be extended in the future to include post processed data and perhaps other inform...
Tm2igor Quickstart
For Mac OS X: Install Python 3 Install compiler Install Xcode from Mac App Store From Xcode, select Xcode/Preferences... Select Downloads then Components Install Command Line Tools Install python tools as described in PDL_Setup Close terminal window, and...
TunnelManager
General Information TunnelManager is a graphical program for managing SSH tunnels to our various cloud-based hosts. It is a useful tool for those who want to use SVN but are still uncomfortable with the command-line. You will need access to the GSFC VPN and an...
Updating mine699
This page details the steps to update the mine699 virtual machine. If database changes break backwards compatibility, always make sure to update code before committing any database changes since mine699 auto updates the momagse repository when it processes new...
MAVEN NGIMS PEF Review
Uplink Bundle Review First Steps Determine valid orbit range in Science Week announcement Download and uncompress the attached wk###.tar.gz Change directory to sci_wk### update_orb.py procpef.py > pef.txt Open pef.txt in text editor Skip down to one before fir...
Sandbox Quick Start Guide
In order to streamline onboarding for new XINA projects we have created a XINA "Sandbox" environment to test data pipelines and tools. Everything in the sandbox is fully configured as a typical XINA production environment. Step 1: Request NAMS Access To get st...
Struct Definitions Reference
This page provides a reference for the purpose and structure of all structs standard groups and databases. Structs groups and databases are marked with a JSON object using the key xs_struct. This contains three standard parameters: "type" - the name of the t...
Units Reference
XINA API Libraries
We aim to provide a variety of reference XINA API client implementations for different programming languages and environments. Python xina_api_python_0.4.0.zip Installation Prerequisites Python 3.8 or greater The xina client communicates with XINA via the XI...
XINA Connect
XINA Connect is a Java application which combines the features of the XINA Tunnel and XINA Import applicatons with a UI. This application is distributed as a Java jar file and requires Java 17 or greater to run. The recommended OpenJDK build is available here....
XINA Struct Archive
The XINA Struct Archive utility processes mnemonic buffer files into mnemonic archive files. It is primarily intended to be run as part of the automated XINA Structs data pipeline. Arguments Name Req Description Default task ✓ task ID conf ✓ JSON con...
XINA Struct Mine
The XINA Struct Mine utility processes archive files to produce data products for import into XINA. It is primarily intended to be run as part of the XINA Structs data pipeline's Mining Task. There are 2 suppported archive file formats: xbin and xpf. If the ar...
Binary Objects
Binary objects are used to import any type of binary data. This may be used in conjuction with the low level API upload function, or the data may be embedded directly. Uploaded Objects When referencing an uploaded binary object, the object is specified as a st...
Structs Data Format
Structs data files can contain mnemonic and/or event data. They have two basic forms, archive files, which must use the XBin format, and buffer files, which may either use the structs DSV format or the XBin format. In either format, they essentially provide a ...
Name Conventions Reference
Structs definition names have certain requirements and optional conventions, unless otherwise indicated. Names are limited to 128 characters and may not include the following reserved characters: & (ampersand) ! (excalamation point) ? (question mark) $ (d...