Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


m3loc2net

Printer Friendly View | TOC | Home

Creates a control network containing ground points either using a Chandrayaan LOC file or the image camera for lat/lon/radii values.

Overview Parameters

Description

This application is for camera development and is not supported for general public use. This program creates a control network containing ground points using either the Chandrayaan LOC file or the image camera for latitute, longitude and radii values.


Categories


History

Tracie Sucharski2013-07-19 Original version
Tracie Sucharski2014-04-17 Make sure control points are always included for last line and last sample in cube.

Parameter Groups

Files

Name Description
FROM Level 1 cube
LOC Chandrayaan M3 Location cube
ONET Output control network

Control Point Spacing

Name Description
SAMPLEINC Sample Increment
LINEINC Line Increment

Control Net Information

Name Description
NETWORKID Name of this control network
POINTID The pattern to be used to create point ids
DESCRIPTION The description of the network
X

Files: FROM


Description

Ground point will be created for this cube

Type cube
Filter *.cub
Close Window
X

Files: LOC


Description

Chandrayaan M3 Location cube containing 3 bands: Longitude, Latitude, Radius

Type cube
Filter *.cub
Close Window
X

Files: ONET


Description

This file will contain the control network that is created.

Type filename
File Mode output
Close Window
X

Control Point Spacing: SAMPLEINC


Description

Sample Increment

Type integer
Close Window
X

Control Point Spacing: LINEINC


Description

Line Increment

Type integer
Close Window
X

Control Net Information: NETWORKID


Description

The ID or name of the control network that is created. This string should be unique.

Type string
Internal Default No Id
Close Window
X

Control Net Information: POINTID


Description

A string with one and only one set of question marks ("?"). This string will be used to create unique IDs for each control point created by this program. The question marks will be replaced with a number beginning with zero. For example the pattern "User????" would create point IDs "User0001" through "User9999". Note: Make sure there are enough "?"s for all the control points that may be created during this run. If all question marks are exausted the program will throw an error.

Type string
Close Window
X

Control Net Information: DESCRIPTION


Description

A string describing the purpose of this control network. For example, a description might be "LROC NAC MareSmythii GRID NETWORK". This description indicates that the control network is for the LROC mission using the narrow angle camera instrument, and the feature of interest is Mare Smythii. The description string can be literally anything, but it is helpful to make it something that is descriptive of the control network.

Type string
Internal Default No Description
Close Window