Commit bef5b194 authored by Ken Edmundson's avatar Ken Edmundson
Browse files

added apollopangenck app

parent f7f01387
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
ifeq ($(ISISROOT), $(BLANK))
.SILENT:
error:
	echo "Please set ISISROOT";
else
	include $(ISISROOT)/make/isismake.apps
endif
 No newline at end of file
+1130 −0

File added.

Preview size limit exceeded, changes collapsed.

+55 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>

<application name="apollopangenck" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://isis.astrogeology.usgs.gov/Schemas/Application/application.xsd">

  <brief>
    Generate files to be used as input to NAIF utility msopck.
  </brief>

  <description>
    Generate files to be used as input to NAIF utility msopck. Location of Apollo Pan metadata csv
    is /archive/missions/apollo_pan/AS15/CriticalData/PanData/MetadataCSVVersions/.
  </description>

  <history>
    <change name="Ken Edmundson" date="2018-07-06">
      TODO
    </change>
  </history>

  <category>
    <missionItem>Apollo</missionItem>
  </category>

  <seeAlso>
    <applications>
      <item>isis2std</item>
    </applications>
  </seeAlso>

  <groups>
    <group name="Files">
      <parameter name="FROM">
        <type>filename</type>
        <fileMode>input</fileMode>
        <brief>
          Input Apollo Pan metadata csv file.
        </brief>
        <description>
          Use this parameter to select the filename to import.
        </description>
        <filter>
          *.csv
        </filter>
      </parameter>
    </group>

    <group name="Time">
      <parameter name="GMT">
        <type>string</type>
        <brief>GMT format: YYYY-MM-DD HH:MM:SS.SSS</brief>
        <description>GMT is space deliniated Year Month Day Hour Minute Seconds</description>
      </parameter>
    </group>    
  </groups>
</application>