Navigation and Ancillary Information Facility NIF Porting Kernels March 2010.

Slides:



Advertisements
Similar presentations
PowerPoint presentation of first 25 pages of instructional manual Edith Fabiyi Essentials of Internet Access.
Advertisements

Navigation and Ancillary Information Facility NIF SPICE Conventions A summary of many “standards,” lingo and common usage within SPICE April 2006.
Navigation and Ancillary Information Facility NIF Non-Toolkit Applications November 2014.
Navigation and Ancillary Information Facility NIF Non-Toolkit Applications April 2012.
Lecture 5: security: PGP Anish Arora CIS694K Introduction to Network Security.
Navigation and Ancillary Information Facility NIF Shape Model Subsystem Preview (DSK) November 2014.
Navigation and Ancillary Information Facility NIF Porting Kernels October 2014.
Navigation and Ancillary Information Facility NIF Porting Kernels January 2009.
Lecture 9: Security via PGP CS 436/636/736 Spring 2012 Nitesh Saxena.
Navigation and Ancillary Information Facility NIF Getting and Installing the SPICE Toolkit October 2014.
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 12 Electronic Mail.
Navigation and Ancillary Information Facility NIF Introduction to Kernels October 2014.
FTP (File Transfer Protocol) & Telnet
Internet Basics A management-level overview of the Internet, its architecture, capabilities, and protocols. Copyright 2011 SPMI / Online Development.
Simple Mail Transfer Protocol (SMTP)
Navigation and Ancillary Information Facility NIF Obtaining SPICE Components Offered by NAIF Emphasis on Kernels March 2010.
Navigation and Ancillary Information Facility NIF “Comments” In SPICE Kernels Also known as “meta-data” November 2014.
Navigation and Ancillary Information Facility NIF SPICE Conventions A summary of standards, lingo and common usage within SPICE November 2014.
Navigation and Ancillary Information Facility NIF “Camera-matrix” Kernel CK (Orientation or Attitude Kernel) Emphasis on reading CK files October 2014.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Navigation and Ancillary Information Facility NIF Introduction to Kernels November 2005.
Navigation and Ancillary Information Facility NIF Preview of a Web-based GUI Interface to SPICE “WebGeocalc” The NAIF and UCD Teams August 22, 2011 SPICE.
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.
Navigation and Ancillary Information Facility NIF SPICE Conventions A summary of standards, lingo and common usage within SPICE November 2014.
Cryptography and Network Security (CS435) Part Twelve (Electronic Mail Security)
Chapter 15: Electronic Mail Security
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 Toolkit Applications March 2006.
Navigation and Ancillary Information Facility NIF Planetary Constants Kernel PCK March 2006.
Security PGP IT352 | Network Security |Najwa AlGhamdi 1.
Navigation and Ancillary Information Facility NIF Introduction to Kernels January 2009.
Navigation and Ancillary Information Facility NIF Toolkit Applications November 2014.
Navigation and Ancillary Information Facility NIF Porting Kernels November 2005.
FTP Short for File Transfer Protocol, the protocol for exchanging files over the Internet.protocolfilesInternet works in the same way as HTTP for transferring.
Navigation and Ancillary Information Facility NIF SPICE System Development Plans March 2006.
Navigation and Ancillary Information Facility NIF Introduction to the Family of SPICE Toolkits October 2014.
Navigation and Ancillary Information Facility NIF Overview of the Events Kernel EK November 2014 Note: the EK is infrequently used by NASA flight projects.
Navigation and Ancillary Information Facility NIF Introduction to Kernels March 2010.
Navigation and Ancillary Information Facility NIF SPICE Toolkit Common Problems November 2014.
Navigation and Ancillary Information Facility NIF Frames Kernel FK March 2006.
Navigation and Ancillary Information Facility NIF Finding SPICE Components An Introduction to the NAIF Server January 2009.
Navigation and Ancillary Information Facility NIF Porting SPICE Kernels Between Computers June 2004.
Security  is one of the most widely used and regarded network services  currently message contents are not secure may be inspected either.
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.
Internet addresses By Toni Grey & Rashida Swan HTTP Stands for HyperText Transfer Protocol Is the underlying stateless protocol used by the World Wide.
Navigation and Ancillary Information Facility NIF “Metadata” In SPICE Kernels a.k.a. “comments” March 2006.
Navigation and Ancillary Information Facility NIF SPICE Conventions A summary of many “standards,” lingo and common usage within SPICE June 2004.
Navigation and Ancillary Information Facility NIF “Metadata” In SPICE Kernels Also known as “comments” January 2009.
Navigation and Ancillary Information Facility NIF Finding SPICE Components An Introduction to the NAIF Server April 2006.
Navigation and Ancillary Information Facility NIF Frames Kernel FK March 2010.
Navigation and Ancillary Information Facility NIF Getting and Installing the SPICE Toolkit January 2008.
Navigation and Ancillary Information Facility NIF Getting and Installing the SPICE Toolkit April 2006.
GCSE ICT Data Transfer. Data transfer Users often need to transfer data between software packages or computers. Until relatively recently this was difficult.
Security Depart. of Computer Science and Engineering 刘胜利 ( Liu Shengli) Tel:
Navigation and Ancillary Information Facility NIF “Metadata” In SPICE Kernels Also known as “comments” October 2007.
GCSE ICT Data Transfer.
Toolkit Applications January 2008.
Shape Model Subsystem Preview (DSK)
Toolkit Applications October 2007.
Toolkit Applications June 2004.
File Transfer and access
ELECTRONIC MAIL SECURITY
ELECTRONIC MAIL SECURITY
William Stallings Data and Computer Communications
Presentation transcript:

Navigation and Ancillary Information Facility NIF Porting Kernels March 2010

Navigation and Ancillary Information Facility NIF Porting Kernels 2 Porting Issues - 1 Data formats vary across platforms, so data files created on platform “X” may not be usable on platform “Y.” –Binary data formats: different platforms use different bit patterns to represent numbers (and possibly characters). –Text formats: different platforms use different mechanisms to represent “lines” in text files.  Usually a “line terminator character sequence” indicates end- of-line. We say two platforms have “compatible” binary or text formats if they use the same binary or text data representations. We say that a file is “native” if its format is that used on the computer being used by you.

Navigation and Ancillary Information Facility NIF Porting Kernels 3 Porting Issues - 2 Toolkit software can often read kernels obtained from an incompatible platform –Binary SPK, CK, or PCK kernels from one system can be read on an incompatible system (e.g. any pair of PC, Mac, Sun). –Text kernels from one system can be read on an incompatible system (e.g. any pair of PC, Mac, Sun) when using a C, IDL or MATLAB toolkit. The Toolkit cannot read certain kernels from incompatible platforms –Text kernels, if using a FORTAN toolkit –DAS-based files, such as E-kernels (ESQ) or shape model kernels (DSK)

Navigation and Ancillary Information Facility NIF Porting Kernels 4 Porting Issues - 3 When the Toolkit cannot read an incompatible kernel, conversion to native format is required to make the kernel usable. Several options are available. – Use bingo for both binary and text kernels  Available only from the NAIF website; not provided in Toolkit packages – For text kernels, file transfer using ftp in ASCII mode will perform the required format conversion on the fly. – Web browsers often do text format conversion.  However ASCII mode may not be available – sftp clients usually don’t provide it. In such cases other tools such as dos2unix and unix2dos, or bingo, must be used. – For binary kernels, the SPICE toxfr and tobin tools may be used to convert files to and from SPICE transfer format  This is an ASCII format that may be transferred in the same way as other ASCII files.

Navigation and Ancillary Information Facility NIF Porting Kernels 5 Compatible Environments for Text Kernels Since text kernels are only text files…

Navigation and Ancillary Information Facility NIF Porting Kernels 6 Compatible Environments for Binary Kernels

Navigation and Ancillary Information Facility NIF Porting Kernels 7 Caution Using NAIF recommends against the use of to transfer kernels… …unless tests prove successful using the same conditions/computers intended for current use. Possible causes of problems are: –incompatible binary or text representations (as already discussed). –an attachment size limit somewhere in the chain. –the sender’s or recipient’s mail client modifies the kernel based on file name or presumed content. When you must kernels, compress either with zip, or gzip (or stuffit), then send the compressed file as an attachment.

Navigation and Ancillary Information Facility NIF Porting Kernels 8 Binary Kernels - Caveats If the kernel you are using is a non-native binary kernel you can read this file but you may not write data to this file. –The reading is accomplished using run-time conversion –You can not use the SPICE Toolkit’s “commnt” or “spacit” programs, or any other means, to write information into the comment area, or to delete information from the comment area. –You cannot append additional data to the kernel. Run-time conversion does not work for E-kernel (ESQ) or shape model (DSK) kernels. –More generally, it does not yet work for any file built upon the SPICE “DAS” architecture.

Navigation and Ancillary Information Facility NIF Porting Kernels 9 Binary Kernels Allowed Operations You may “load” and read both non-native and native binary kernels in the same runtime instance You may merge any combination of native and non- native SPK files –The resultant, merged SPK file will be in native format