Commit 5e854255 authored by Tyler Wilson's avatar Tyler Wilson Committed by Adam Paquette
Browse files

Made some documentation changes/changes to the value of DistortionCorrection...

Made some documentation changes/changes to the value of DistortionCorrection to address concerns addressed in PR.
parent d69209ed
Loading
Loading
Loading
Loading
+6 −68
Original line number Diff line number Diff line
@@ -53,72 +53,13 @@ xsi:noNamespaceSchemaLocation="http://isis.astrogeology.usgs.gov/Schemas/Applica
       The ONC package consists of three cameras: the telescopic (ONC-T) camera and two wide-angle 
       cameras (ONC-W1,ONC-W2).
    </p>
    <p>
       The wide-angle cameras each have a square 65.24 x 65.24 deg. field of view (FOV).
       The wide-angle camera ONC-W1 and ONC-W2 have focal lengths of
       10.35 mm and 10.44 mm, respectively. The telescope camera 
       has a 6.35 x 6.35 deg. FOV. The telescopic camera ONC-T has a focal length of 121.1 mm. 
    </p>

    <p>
       The ONC package has a set of eight bandpass filters. Below is a table of 
       the filters and their specifications:
    </p>
    <br/>
    <h2>ONC Filters</h2>
    <p>
       The following table provides the specifications for each of the six 
       ONC-T bandpass filters. 
    </p>
      <TABLE BORDER="1">
            <CAPTION>
                ONC Filter Specifications
              </CAPTION>
          <TR>
            <TH>Filter Number</TH>
            <TH>Band center (nm)</TH>
            <TH>FWHP Bandwidth (nm)</TH>
          </TR>
          <TR>
              <TD>ul</TD>
              <TD>390</TD>
              <TD>40</TD>
          </TR>
          <TR>
              <TD>Wide</TD>
              <TD>775</TD>
              <TD>850</TD>
          </TR>
          <TR>
              <TD>v</TD>
              <TD>550</TD>
              <TD>30</TD>
          </TR>
          <TR>
              <TD>w</TD>
              <TD>700</TD>
              <TD>30</TD>
          </TR>
          <TR>
              <TD>x</TD>
              <TD>860</TD>
              <TD>40</TD>
          </TR>
          <TR>
              <TD>Na</TD>
              <TD>589.5</TD>
              <TD>10</TD>
          </TR>
          <TR>
              <TD>p</TD>
              <TD>950</TD>
              <TD>60</TD>
          </TR>
          <TR>
              <TD>b</TD>
              <TD>480</TD>
              <TD>30</TD>
          </TR>
      </TABLE>


    <br/>
    <h2>Data Archive</h2>
@@ -170,14 +111,11 @@ xsi:noNamespaceSchemaLocation="http://isis.astrogeology.usgs.gov/Schemas/Applica
        <type>filename</type>
        <fileMode>input</fileMode>
        <brief>
          Input PDS formatted detached header file for ONC image.
          Input fit file for ONC image.
        </brief>
        <description>
           This file is the PDS label (ending in .lbl) to the image data.  The 
           image data are stored in  FITS format with the detached .lbl file 
           describing generic access to the data.  The program, 
           <em>hyb2onc2isis</em>, will also read the FITS file and extract 
           the header contained therein.  Some FITS label values are transferred 
           The program, <em>hyb2onc2isis</em>, will read the FIT file and extract
           the header contained therein.  Some FIT label values are transferred
           to the output ISIS files as well for completeness.
        </description>      
        <filter>*.fit</filter>
+2 −3
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ void IsisMain () {
    throw IException(e, IException::Unknown, msg, _FILEINFO_);
  }


  QString instid;
  QString missid;
  QString naifid;
@@ -131,10 +130,10 @@ void IsisMain () {
  }

  if (distortionCorrection) {
    instGrp["DistortionCorrection"] = "1";
    instGrp["DistortionCorrection"] = "yes";
  }
  else {
     instGrp["DistortionCorrection"] = "0";
     instGrp["DistortionCorrection"] = "no";
  }