Skip to content
U.S. flag

An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

LROC Narrow Angle Camera (NAC) Data

Download a pair of LROC NAC Images

LRO NAC consists of two cameras (L and R); both capture image data at the same time.

Getting Images from LROC Image Search

Find images with the LROC Image Search (ASU). Search for

M104318871
and filter for EDR images, then download the left and right EDR images to your working folder: M104318871LE.img and M104318871RE.img. Only one image is needed for the following example.

Importing and processing LROC NAC images in ISIS

Convert each .img file to an ISIS .cub camera image, initialize the SPICE kernels, and perform radiometric calibration and echo correction.

Example

  1. Import image to ISIS cube format with lrocnac2isis.

    lronac2isis from = M104318871LE.IMG     to = M104318871LE.cub
    

  2. Add SPICE data to the cube with spiceinit.

    spiceinit   from = M104318871LE.cub
    

  3. Radiometrically calibrate the cube with lronaccal.

    lronaccal   from = M104318871LE.cub     to = M104318871LE.cal.cub
    

  4. Echo Correction with lornacecho.

    lronacecho  from = M104318871LE.cal.cub to = M104318871LE.cal.echo.cub
    

The obtained images can be inspected with qview.

Further NAC Processing Resources