Advanced Search
Search Results
199 total results found
MOMA Consumables
A MOMA consumable is defined as any piece of hardware in the MOMA instrument that has a limited lifetime. What exactly "lifetime" means is dependent on the specific piece of hardware we are interested in and a single consumable may have more than one way to de...
MOMA Data View
MOMA Data View is an application built with the Qt framework that is used to interpret, display, and analyze MOMA data. It can be used for both real time and post processing purposes. At this time we only support Macs. __TOC__ Installation Prerequisites A NAS...
MOMA Mailing List
The MOMA Mailing list is used for any general announcements pertaining to MOMA data and the data analysis software. If you interested in either of those, it is highly recommended you sign up for the mailing list so you can keep up to date. Sign up at https://l...
MOMA Mass Calibration
This page details how mass calibration is accomplished for MOMA's mass spectrometer. The mass calibration config file is currently being used by MOMA Data View, our python tools, and XINA Online. Mass Cal Config File Format All Versions Conventions Any line t...
MOMA Meta Markers
This page defines the specification that software should adhere to in order to support MOMA Meta Markers. Meta Markers were created to improve our post-processing capabilities by allowing us to add markers after the telemetry has already been generated. This f...
MOMA Python Packages
This page lists useful Python (and some shell) scripts that facilitate data extraction and analysis, and links to install packages containing these scripts. A more detailed description of library capabilities can be found here. To determine which version of 69...
MOMA Python Time Synchronization
This applies to r1920. The code responsible for packet timestamp resolution is the BufferedMomaPacketList class inside of momapacketlist.py. Terminology: FSW timestamp: the 4 byte integer at the end of every packet header. This integer represents the number...
MOMA Script Validation Process
MOMA Scripts are thoroughly reviewed and tested before being approved for flight following the MOMA Script Validation Process. The validation process involves one or more (sometimes many more) meetings with representatives from the science, systems, electrical...
MOMA System Locale
The system locale is a FSW variable that can be set, and the scripts can use to determine what model we are using. 0 or 1 = Flight 2 = ETU 3 = GB2 3 = QSM 5 = GSE Lab (F109) 6 = FSW lab (Tom's lab) 7 = EIS
MOMA Trending
SEB Voltages MAIF Voltages Temperatures
Mike Wong
Online site for SAM-related scripts contributed by Mike Wong (generally atmospheric). See also Melissa Trainer's page. Igor scripts for SAM data anaylsis Background Correction Things to do to your data before using this BG script: Import SAM data into Igor ...
Melissa Trainer
ALL FILES ON THIS PAGE WERE MISSING FROM ORIGINAL WIKI Online site for IGOR-based routines used to analyze atmospheric QMS data - contributed by Melissa Trainer. Recommended Analysis Procedure using these IGOR routines Media:MGT_IGOR_Analysis_Procedure.pdf Ig...
SAM PDL Setup
Last Updated Jan 29, 2024 Prerequisites Mac - We recommend that team members filling the PDL role use a Mac to perform their PDL duties, as that platform is the most thoroughly tested. JPL RSA Token GSFC RSA Token or PIV Card Account on samioc, repos699 Term...
Python Performance
Parity Testing from timeit import Timer t1 = Timer("for i in xrange(100): i % 2") t2 = Timer("for i in xrange(100): i & 1") # The "not" tests show what happens when interpreting # the result as a boolean t3 = Timer("for i in xrange(100...
Python Tool Installation
This page provides references for installing Python tools onto various computer configurations. Installing Python 3 Python 3 is required to run 699util. Python 2 is not supported. Installation instructions for Python on various operating systems follow. The to...
SAM Consumables
A SAM consumable is defined as any piece of hardware in the SAM instrument that has a limited lifetime or a metric worth tracking. What exactly "lifetime" means is dependent on the specific piece of hardware we are interested in and a single consumable may hav...
SAM Data View
Download Mac OS X 10.6 (Snow Leopard) or later, 64-bit: SAMDataViewMacOSX10.6_2012-01-09.dmg (Version 1.03) Windows 32-bit: samdataview.msi Version History 1.02 Release Date: 2011-12-19 Start of version history. 1.03 Release Date: 2012-01-09 1.04 Release ...
SAM GATES Igor Tool
Latest News NEW!!! Version 1.2 of GATES (for GCMS and TCD data analysis): GATES_1.2.zip SAM_Data_Analysis_1.2.zip With now background and normalization calculations. A first version of a graphical help: GC-SCI-GEN-UM-02-1-SAM_Soft_Igor_Pro_Manual_2.pdf Dataset...
SAM MAGE Igor Tool
Latest Use the #igorpro channel of the SAM-MSL Slack for help requests and discussion. Software: MAGE1.0.1.pxp Overview Derived from SAGE, the intent of MAGE is to work more generally for multiple instruments -- mainly lab instruments. MAGE doesn't deal with i...
SAM Mailing List
You can sign up for the SAM Software Mailing list at https://lists.nasa.gov/mailman/listinfo/sam-software-release. Doing so will keep you notified of any software updates for XINA, SAM Data View, and Python Scripts!