Unverified Commit d1ba0228 authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Isis Fundamental Docs (#28)



* isis-introduction

* Added isis fundamental docs

* fix typos

* fixed dark mode css

* autoseed relative link

* faq relative links, more descriptive links, grammar

* Revisions to ISIS fundamentals docs

* title change, link correction, typos

* resort isis-fundamentals into concepts and getting-started

* updated link to isis intro from autoseed

* link corrections

* collapseable faq questions

* updated links

* formatting, -flags in `code` on intro to isis

* textures... link correction, commas

* Describe examples instead of linking to interactives, clean resc and code

* Removed reference to Bundle Adjusted BodyRotation Table TODO

---------

Co-authored-by: default avatarJacob Cain <jrcain@usgs.gov>
parent ecd1150c
Loading
Loading
Loading
Loading
+6 −22
Original line number Diff line number Diff line
{% extends "base.html" %}

{% block scripts %}

  <script async type="text/javascript" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOI" id="_fed_an_ua_tag"></script>

    <script type="text/javascript" src="https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/js/uswds-init.min.js"></script>
  {{super()}}
{% endblock %}


{% block header %}

  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  </head>
  <body>

    <script type="text/javascript" src="https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/js/uswds-init.min.js"></script>
    <script type="text/javascript" src="https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/js/uswds.min.js"></script>
  </body>


<section class="usa-banner" aria-label="Official government website">
    <div class="usa-accordion">
      <header class="usa-banner__header">
+2 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
*[Bit]: Short for binary digit, which in a computer is the smallest unit of storage. Bits are either "0" or "1". 
*[Byte]: Short for binary term. A byte is a collection of computer bits. On most modern computers, a byte is a group of eight bits. Typically, computers handle and store information in binary (base-2), and a group of eight bits represents an eight digit binary number.
*[CSM]: Community Sensor Model. A standard for sensor models USGS uses for interoperability.
*[DN]: Digital Number. The numeric value of a single pixel in an image. The value can represent a measurement in various units, such as reflectance (I/F), radiance, elevation, or radius. Digital Numbers can be discrete integers or floating point values.
*[EMCAscript]: A standard for scripting languages. C++'s standard library uses the EMCAscript standard for regular expressions.  
*[SPICE]: Spacecraft & Planetary ephemerides, Instrument C-matrix and Event kernels. SPICE refers to all the information required by ISIS in order to compute and map each image pixel onto a surface with reference to spacecraft position, sun position, instrument, and mission activities. ISIS uses software (ToolKit) supplied by the Navigation and Ancillary Information Facility (NAIF) for SPICE access and kernel management (Refer to spiceinit). 
*[NAIF]: Navigation and Ancillary Information Facility. They engineered and support the SPICE observation geometry information system. 
+96.4 KiB

File added.

No diff preview for this file type.

+128 KiB

File added.

No diff preview for this file type.

+80.4 KiB

File added.

No diff preview for this file type.

Loading