Skip to content
Snippets Groups Projects
Commit 38f106f3 authored by Cain, Jacob R's avatar Cain, Jacob R Committed by Sanders, Austin Ray
Browse files

Renaming Files to prevent Spaces in URLs

parent dd00749b
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 12 deletions
...@@ -28,7 +28,7 @@ though it does not require radiometric calibration). ...@@ -28,7 +28,7 @@ though it does not require radiometric calibration).
- **Longitude Direction = East** Longitude values increase to the - **Longitude Direction = East** Longitude values increase to the
east east
Definitions for the geometric reference terms can be found in [Learning About Map Projections](../Camera%20Geometry%20and%20Projections/Learning%20About%20Map%20Projections.md) Definitions for the geometric reference terms can be found in [Learning About Map Projections](../camera-geometry-and-projections/learning-about-map-projections.md)
## Camera Information Applications ## Camera Information Applications
...@@ -175,7 +175,7 @@ Enceladus. In this example, **phocube** will generate a 6-band output ...@@ -175,7 +175,7 @@ Enceladus. In this example, **phocube** will generate a 6-band output
cube. cube.
@TODO @TODO
!!! Note "The image used in this example has been processed through Level1 \[ingestion, spiceinit and radiometric calibration\]. Refer to: [Working with Cassini ISS Data](Camera%20Geometry.md)" !!! Note "The image used in this example has been processed through Level1 \[ingestion, spiceinit and radiometric calibration\]. Refer to: [Working with Cassini ISS Data](camera-geometry.md)"
Each band will contain the information asked for (parameters set to Each band will contain the information asked for (parameters set to
true) in the following command: true) in the following command:
......
...@@ -33,7 +33,7 @@ processing will not be possible. ...@@ -33,7 +33,7 @@ processing will not be possible.
At a minimum 'spiceinit' requires SpacecraftName, InstrumentId, At a minimum 'spiceinit' requires SpacecraftName, InstrumentId,
TargetName, StartTime and StopTime. These keywords are loaded at the TargetName, StartTime and StopTime. These keywords are loaded at the
ingestion step ( [Importing Mission Data](../../getting-started/Using%20ISIS:%20First%20Steps/Locating%20and%20Ingesting%20Image%20Data.md) ). ingestion step ([Importing Mission Data](../../getting-started/using-isis-first-steps/locating-and-ingesting-image-data.md)).
See also: [**Mission Specific See also: [**Mission Specific
Programs**](http://isis.astrogeology.usgs.gov/Application/index.html) Programs**](http://isis.astrogeology.usgs.gov/Application/index.html)
......
...@@ -27,11 +27,11 @@ The main application to project an image is ...@@ -27,11 +27,11 @@ The main application to project an image is
that is supported within ISIS that is supported within ISIS
@TODO @TODO
- Proper ingestion of the image data into ISIS ( [**Importing Mission - Proper ingestion of the image data into ISIS ( [**Importing Mission
Data**](Map%20Projecting%20Images.md) ) Data**](map-projecting-images.md) )
@TODO @TODO
- Available [**SPICE**](Map%20Projecting%20Images.md) information for every - Available [**SPICE**](map-projecting-images.md) information for every
individual image individual image
- A [**map template**](../../concepts/Camera%20Geometry%20and%20Projections/Learning%20About%20Map%20Projections.md) to define an - A [**map template**](../../concepts/camera-geometry-and-projections/learning-about-map-projections.md) to define an
output map projection output map projection
...@@ -39,10 +39,10 @@ The main application to project an image is ...@@ -39,10 +39,10 @@ The main application to project an image is
----- -----
[**ISIS Supported Projections**](../../concepts/Camera%20Geometry%20and%20Projections/Learning%20About%20Map%20Projections.md) [**ISIS Supported Projections**](../../concepts/camera-geometry-and-projections/learning-about-map-projections.md)
- For detailed information about Map Projections within ISIS refer to - For detailed information about Map Projections within ISIS refer to
[Learning About Map Projections](../../concepts/Camera%20Geometry%20and%20Projections/Learning%20About%20Map%20Projections.md) . [Learning About Map Projections](../../concepts/camera-geometry-and-projections/learning-about-map-projections.md) .
## Defining an Output Map ## Defining an Output Map
...@@ -63,8 +63,8 @@ parameter to a supported map projection. ...@@ -63,8 +63,8 @@ parameter to a supported map projection.
- In conjunction with the supplied map templates; the default for an - In conjunction with the supplied map templates; the default for an
output map are as follows: output map are as follows:
- The original [**raw camera geometry**](../../concepts/Camera%20Geometry%20and%20Projections/Camera%20Geometry.md) - The original [**raw camera geometry**](../../concepts/camera-geometry-and-projections/camera-geometry.md)
- [**Computed parameters**](../../concepts/Camera%20Geometry%20and%20Projections/Learning%20About%20Map%20Projections.md) - [**Computed parameters**](../../concepts/camera-geometry-and-projections/learning-about-map-projections.md)
- The target body is defined in the system defaults which can be - The target body is defined in the system defaults which can be
found in $ISISDATA/base/templates/targets/. found in $ISISDATA/base/templates/targets/.
...@@ -74,7 +74,7 @@ parameter to a supported map projection. ...@@ -74,7 +74,7 @@ parameter to a supported map projection.
- The viewing geometry of an image(s) are important details to - The viewing geometry of an image(s) are important details to
consider when defining an output map projection. consider when defining an output map projection.
- There are a number of applications that report relevant - There are a number of applications that report relevant
[**camera geometry**](../../concepts/Camera%20Geometry%20and%20Projections/Camera%20Geometry.md) information for a given [**camera geometry**](../../concepts/camera-geometry-and-projections/camera-geometry.md) information for a given
image or a list of images. image or a list of images.
- Does your input cover the north or south pole of the body? - Does your input cover the north or south pole of the body?
- Do you want your output map to be centered at a specific - Do you want your output map to be centered at a specific
...@@ -82,7 +82,7 @@ parameter to a supported map projection. ...@@ -82,7 +82,7 @@ parameter to a supported map projection.
- Do you plan on mosaicking your images together? - Do you plan on mosaicking your images together?
- An output mosaic (digital image map-DIM) is a major - An output mosaic (digital image map-DIM) is a major
consideration before projecting multiple images. Refer to consideration before projecting multiple images. Refer to
[**Making Mosaics**](../../concepts/Camera%20Geometry%20and%20Projections/Learning%20About%20Map%20Projections.md). [**Making Mosaics**](../../concepts/camera-geometry-and-projections/learning-about-map-projections.md).
#### The Custom Map Template #### The Custom Map Template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment