Commit 66880283 authored by Adam Goins's avatar Adam Goins
Browse files

Added history comment

parent 1a5428cc
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@ using namespace Isis;
 *
 * @internal
 *   @history 2017-09-15 Kristin Berry - Original Version
 *
 *   @history 2018-02-15 Adam Goins - Modified unstitch to parse the archive group
 *                           from the stitched frame. Changed "Name" to "FilterName"
 *                           in bandBin group.
 */
struct FilterInfo : public PushFrameCameraCcdLayout::FrameletInfo {
  FilterInfo() : FrameletInfo(), m_wavelength(0), m_width(0) { }
@@ -169,6 +173,7 @@ void IsisMain() {
    frameletLabel->findGroup("Instrument", PvlObject::Traverse).addKeyword(PvlKeyword("Filter",
                                          g_frameletInfoList[i].m_filterName), PvlObject::Replace);

    // Sets the name from ArchiveRED (or NIR, BLU, PAN) to just "Archive" in the unstitched cube.
    frameletLabel->findGroup("Archive" + g_frameletInfoList[i].m_filterName, PvlObject::Traverse).setName("Archive");

    PvlGroup &bandBin = frameletLabel->findGroup("BandBin", PvlObject::Traverse);