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

Added history comments.

parent 66880283
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -117,6 +117,10 @@ QMap<QString, FileName> sortFramelets(FileName frameletListFile) {
 *
 * @param frameletList A list of the framelet cubes to stitch together
 * @param frameFileName The file name of the output frame cube
 *
 * @internal
 *   @history 2018-02-15 Adam Goins - Modified stitchFrame to store the Archive
 *                           group for ingested framelets. Fixes #5333.
 */
void stitchFrame(QList<FileName> frameletList, FileName frameFileName) {
  // Create the frame cube based on the first framelet cube
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@
      Backward Compatibility Issue: Changed name from stitch to tgocassisstitch and
      changed output parameter name "TO" to "OUTPUTPREFIX."
    </change>
    <change name="Adam Goins" date="2018-02-15">
      Modified stitchFrame to store the Archive group for ingested framelets. Fixes #5333.
    </change>
  </history>

  <category>
+12 −10
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@
      but containing other '.'s  in the string to not strip off everything after the last period. For example, if the
      user inputs CAS-MCO-2016-11-22T16:10:43.505 as the OUTPUTPREFIX, now the 505 will now be retained.
    </change>

    <change name="Adam Goins" date="2018-02-15">
     Modified unstitchFrame to parse the Archive group for each framelet.
   </change>
  </history>

  <category>