Loading isis/src/tgo/apps/tgocassisstitch/tgocassisstitch.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading isis/src/tgo/apps/tgocassisstitch/tgocassisstitch.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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> Loading isis/src/tgo/apps/tgocassisunstitch/tgocassisunstitch.xml +12 −10 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
isis/src/tgo/apps/tgocassisstitch/tgocassisstitch.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
isis/src/tgo/apps/tgocassisstitch/tgocassisstitch.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
isis/src/tgo/apps/tgocassisunstitch/tgocassisunstitch.xml +12 −10 Original line number Diff line number Diff line Loading @@ -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> Loading