-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move lopdsgen out of templates into translations, add hidtmgen templa…
…te, add controlnetwork template (#3793)
- Loading branch information
Showing
5 changed files
with
107 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 changes: 78 additions & 0 deletions
78
isis/appdata/templates/controlnetworks/ControlNetPvlV0005.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
############################################################# | ||
# # | ||
# This is a template file for a PVLV0005 Control Network. # | ||
# # | ||
# # | ||
# Required keywords are marked with a * next to their name. # | ||
# # | ||
############################################################# | ||
# | ||
# Object = ControlNetwork | ||
# NetworkId* = ExampleNetwork1 | ||
# TargetName = Template | ||
# UserName = aexample | ||
# Created = 2012-01-04T12:09:57 | ||
# LastModified = 2012-01-04T12:09:57 | ||
# Description = "Example PvlV0005 ControlNetwork template." | ||
# Version = 5 | ||
# | ||
# Object = ControlPoint | ||
# PointType = "Fixed # (Fixed, Constrained, Free)" | ||
# PointId* = I00826010RDR_ex_1_ID | ||
# ChooserName = aexample | ||
# DateTime = 2012-01-04T17:01:32 | ||
# EditLock = True | ||
# Ignore = True | ||
# AprioriXYZSource = "User # (None, User, AverageOfMeasures, Reference, Basemap, BundleSolution)" | ||
# AprioriXYZSourceFile = /home/temp/xyzSource.cub | ||
# AprioriRadiusSource = "User # (AverageOfMeasures, BundleSolution, Ellipsoid, DEM)" | ||
# AprioriRadiusSourceFile = /home/temp/radiusSource.cub | ||
# | ||
# # AprioriLatitude = 1.1 <degrees> | ||
# AprioriX = 100 <meters> | ||
# | ||
# # AprioriLongitude = 2.2 <degrees> | ||
# AprioriY = 100 <meters> | ||
# | ||
# # AprioriRadius = 3.3 <meters> | ||
# AprioriZ = 100 <meters> | ||
# AprioriCovarianceMatrix = (1.1, 2.2, 3.3, 4.4, 5.5, 6.6) | ||
# LatitudeConstrained = True | ||
# LongitudeConstrained = True | ||
# RadiusConstrained = True | ||
# | ||
# # AdjustedLatitude = 1.1 <degrees> | ||
# AdjustedX = 100 <meters> | ||
# | ||
# # AdjustedLongitude = 2.2 <degrees> | ||
# AdjustedY = 100 <meters> | ||
# | ||
# # AdjustedRadius = 3.3 <meters> | ||
# AdjustedZ = 100 <meters> | ||
# AdjustedCovarianceMatrix = (1.1, 2.2, 3.3, 4.4, 5.5, 6.6) | ||
# | ||
# Group = ControlMeasure | ||
# SerialNumber* = Example/Measure/111.000 | ||
# MeasureType = "Candidate # (Candidate, Manual, RegisteredPixel, RegisteredSubPixel)" | ||
# ChooserName = aexample | ||
# DateTime = 2012-01-04T17:01:32 | ||
# EditLock = True | ||
# Ignore = True | ||
# Sample = 180.0 | ||
# Line = 270.0 | ||
# Diameter = 10.0 | ||
# AprioriSample = 50 | ||
# AprioriLine = 50 | ||
# SampleSigma = 10 <pixels> | ||
# LineSigma = 10 <pixels> | ||
# SampleResidual = 10 <pixels> | ||
# LineResidual = -10 <pixels> | ||
# JigsawRejected = Yes | ||
# MinimumPixelZScore = -6.9339878963865 | ||
# MaximumPixelZScore = 7.8509687345151 | ||
# GoodnessOfFit = 0.7774975693515 | ||
# Reference = True | ||
# End_Group | ||
# End_Object | ||
# End_Object | ||
# End |
14 changes: 14 additions & 0 deletions
14
isis/appdata/templates/hidtmgen/hidtmgenParamsTemplate.pvl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# See hidtmgen documentation for explanation of | ||
# DTM_SOURCE_PRODUCT_ID and ORTHO_SOURCE_DTM_ID codes | ||
DATA_SET_ID = "MRO-M-HIRISE-5-DTM-V1.0" | ||
DATA_SET_NAME = "MRO MARS HIGH RESOLUTION IMAGING SCIENCE EXPERIMENT DTM V1.0" | ||
PRODUCER_INSTITUTION_NAME = "UNIVERSITY OF ARIZONA" | ||
PRODUCER_ID = "UA" | ||
PRODUCER_FULL_NAME = "ALFRED MCEWEN" | ||
PRODUCT_VERSION_ID = "1.0" | ||
SOFTWARE_NAME = "Socet_Set 5.4.1" | ||
PRODUCING_INSTITUTION = "A" | ||
RATIONALE_DESC = "" | ||
#DTM_SOURCE_PRODUCT_ID = (pSP_xxxxxx_xxxx, pSP_yyyyyy_yyyy) | ||
#ORTHO_SOURCE_DTM_ID = DTems_xxxxxx_xxxx_yyyyyy_yyyy_vnn | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters