Cube Generator Todd Bradley January 8, 2014.

Slides:



Advertisements
Similar presentations
Navigation and Ancillary Information Facility NIF Motivation for Developing SPICE November 2014.
Advertisements

Winning Together! Academic and Professional Group Sales Meeting — January 2008 Presentation Title (Discipline) CSFI (COLLEGE SUCCESS FACTORS INDEX) Getting.
Installing Windows Vista Lesson 2. Skills Matrix Technology SkillObjective DomainObjective # Performing a Clean Installation Set up Windows Vista as the.
Navigation and Ancillary Information Facility NIF Getting and Installing the SPICE Toolkit October 2014.
M. Taimoor Khan * Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic,
Navigation and Ancillary Information Facility NIF Obtaining SPICE Components Offered by NAIF Emphasis on Kernels March 2010.
Navigation and Ancillary Information Facility NIF SPICE Conventions A summary of standards, lingo and common usage within SPICE November 2014.
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
Navigation and Ancillary Information Facility NIF Preparing for Programming Using the SPICE Toolkit January 2009.
Navigation and Ancillary Information Facility NIF Preparing for Programming Using the SPICE Toolkit March 2010.
Navigation and Ancillary Information Facility NIF Preparing for Programming Using the SPICE Toolkits November 2014.
Planetary Science Archive PSA User Group Meeting #1 PSA UG #1  July 2 - 3, 2013  ESAC PSA Archiving Standards.
Documentation: What we might do in an ideal world Ian McCrea.
Navigation and Ancillary Information Facility NIF Summary of Key Points January 2009.
Navigation and Ancillary Information Facility NIF Summary of Key Points October 2014.
Navigation and Ancillary Information Facility NIF The Event Finder April 2005 (A preview of work in progress)
Navigation and Ancillary Information Facility NIF Preparing for Programming Using the SPICE Toolkit January 2008.
Navigation and Ancillary Information Facility NIF IDL Interface to CSPICE “Icy” How to Access the CSPICE library Using Interactive Data Language (IDL)
Navigation and Ancillary Information Facility NIF IDL Interface to CSPICE “Icy” How to Access the CSPICE library Using Interactive Data Language (IDL)
This term you are required to purchase ChemPortal To accompany Blei/Odian, General, Organic, and Biochemistry: Second Edition Media Update WELCOME TO [CHEMISTRY]
Navigation and Ancillary Information Facility NIF Motivation for Developing SPICE October 2007.
Navigation and Ancillary Information Facility NIF Obtaining SPICE Components Offered by NAIF and Horizons Emphasis on Kernels November 2014.
Navigation and Ancillary Information Facility NIF IDL Interface to CSPICE “Icy” How to Access the CSPICE library from the Interactive Data Language (IDL)
Navigation and Ancillary Information Facility NIF Instrument Kernel IK November 2014.
Navigation and Ancillary Information Facility NIF SPICE System Development Plans March 2006.
CYGWIN install Step1. go to the website cygwin.com, download the setup.exe(click on the icon, install cygwin now) Step2. Double click one setup.exe,install.
Navigation and Ancillary Information Facility NIF SPICE Toolkit Common Problems November 2014.
Navigation and Ancillary Information Facility NIF Finding SPICE Components An Introduction to the NAIF Server January 2009.
Navigation and Ancillary Information Facility NIF SPICE Toolkit Common Problems October 2007.
Navigation and Ancillary Information Facility NIF Getting and Installing the SPICE Toolkit November 2014.
Navigation and Ancillary Information Facility NIF Welcome to the SPICE Tutorials March 2010.
Navigation and Ancillary Information Facility NIF Welcome to the SPICE Training Class October 2007.
Navigation and Ancillary Information Facility NIF Welcome to the SPICE Tutorials November 2014.
Directions For Accessing Your “Moodle” Team Account 1 Step 1: Use your team Moodle account to access Technology Challenge Louisiana High School Technology.
Navigation and Ancillary Information Facility NIF Finding SPICE Components An Introduction to the NAIF Server April 2006.
Navigation and Ancillary Information Facility NIF Getting and Installing the SPICE Toolkit January 2008.
The required textbook for this course is Discovering the Universe 7/e by Neil Comins (©2006, W.H. Freeman & Company)
UVIS Calibration Update Greg Holsclaw Jun 16,
Indiana Utility Regulatory Commission Electronic Filing System “EFS” Tutorial.
Basic Web Design UVICELL Week 4 Templates and site management Week 4 Templates and site management.
2017/1/18 Ver.0.0 F. Tsuchiya 2017/6/19 Ver.1.0 F. Tsuchiya
Development Environment
CSC227: Operating Systems
Working with MAVEN Data
Preparing for Programming Using the SPICE Toolkits
Summary of Key Points October 2007.
Geometric information for VIRTIS-M data
Finding SPICE Components An Introduction to the NAIF Server
IDL Interface to CSPICE “Icy”
GEOMETER Update Get new version of GEOMETER from Team web site after August 8. Some new parameters now computed (illum angles for “near point” of non-intersecting.
Starting the computer. Every day we are using an operating system and most specifically a Windows operating system but most of us are not aware of the.
CASSINI-UVIS TEAM WEBSITE
CASSINI-UVIS TEAM WEBSITE
CASSINI-UVIS TEAM WEBSITE
CASSINI-UVIS TEAM WEBSITE
UVIS TEAM MEETING OPERATIONS UPDATE
Mosaic code update: mapping the kronian magnetosphere
CASSINI-UVIS TEAM WEBSITE
Current DAPS Status Observations
UVIS Calibration Update
Install MySQL Community Server and MySQL Workbench
CASSINI-UVIS TEAM WEBSITE
How to create a help desk ticket
Instrument Status On/Off Cycle: 26 Hours On: ~47000 hours
GEOMETER Update Get new version of GEOMETER from Team web site after August 8. Some new parameters now computed (illum angles for “near point” of non-intersecting.
Week 5 Computers are like Old Testament gods; lots of rules and no mercy. Joseph Campbell.
Cube Generator Update Todd Bradley January 5, 2012.
Python Modules.
1 Directions For Accessing Your “Moodle” Team Account
CASSINI-UVIS TEAM WEBSITE
Presentation transcript:

Cube Generator Todd Bradley January 8, 2014

Updates Found case sensitive issue if dd.channel eq 'fuv' then instrument = 'CASSINI_UVIS_FUV’ For some dd.channel gives FUV and for others dd.channel gives fuv Fix this by inserting “strlowcase” like so if strlowcase(dd.channel) eq 'fuv' then instrument = 'CASSINI_UVIS_FUV’

Cube Generator Tutorial Cube Generator Fundamentals Download cube generator Download NAIF SPICE package Download UVIS raw data files Download appropriate spice kernels Run cube generator

Download cube generator Cube generator is software that generates calibrated UVIS data and accompanying geometrical variables Located on the UVIS team site http://lasp.colorado.edu/cassini/team-site/tools_software/ contact Laura Bloom about account username and password Cube generator executable is hopefully on the way so entire cube generator software will not be required.

Download NAIF SPICE package SPICE is a space geometry information system that assists scientists in interpreting observations from space-base instruments. Toolkits are available for C, Fortran, IDL, and MATLAB. http://naif.jpl.nasa.gov/naif/toolkit.html

Download UVIS raw data files DAPS3 UVIS team page http://cassini.colorado.edu/DAPS3/ (Contact Laura Bloom for account username and password) PDS http://atmos.nmsu.edu/pdsd/archive/data/

Download appropriate spice kernels These are a collection of kernels to be used with SPICE routines that provide geometrical information at some specific time during an observation https://cassini.jpl.nasa.gov/io/spice/ (contact JPL for account username and password)

Run Cube Generator First must register the DLM DLM (Dynamically Linked Module) provides interface between environment and SPICE Cannot be called within another routine Example

Loading Spice Kernels Can load a single kernel or load a batch of kernels all at the same time If loading batch of kernels then create text file with path and names Make sure text file resides somewhere within the path to the spice kernels Only provide path for successive directories after where the text file resides Example

Loading data files Can create a data cube from a single data file or from a batch of data files If loading batch of data files then create text file with path and names Make sure text file resides somewhere within the path to the data files Only provide path for successive directories after where the text file resides Example