Skip to content

Commit

Permalink
fixes photomet not accepting backplanes (DOI-USGS#5658)
Browse files Browse the repository at this point in the history
* fixes photomet not accepting backplanes

* fix changelog

* Converted to gtests

* Add input cube attributes
  • Loading branch information
amystamile-usgs authored and chkim-usgs committed Nov 26, 2024
1 parent 8bb7ec5 commit 8d203f0
Show file tree
Hide file tree
Showing 21 changed files with 15,781 additions and 1,918 deletions.
2,022 changes: 285 additions & 1,737 deletions isis/src/base/apps/photomet/main.cpp

Large diffs are not rendered by default.

1,897 changes: 1,897 additions & 0 deletions isis/src/base/apps/photomet/photomet.cpp

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions isis/src/base/apps/photomet/photomet.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/** This is free and unencumbered software released into the public domain.
The authors of ISIS do not claim copyright on the contents of this file.
For more details about the LICENSE terms and the AUTHORS, you will
find files of those names at the top level of this repository. **/

/* SPDX-License-Identifier: CC0-1.0 */

#ifndef photomet_h
#define photomet_h

#include "Cube.h"
#include "UserInterface.h"

namespace Isis {
extern void photomet(Cube *icube, UserInterface &ui, Pvl *appLog);
extern void photomet(UserInterface &ui, Pvl *appLog);
}

#endif
4 changes: 0 additions & 4 deletions isis/src/base/apps/photomet/tsts/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions isis/src/base/apps/photomet/tsts/clemMaxemiMaxinc/Makefile

This file was deleted.

10 changes: 0 additions & 10 deletions isis/src/base/apps/photomet/tsts/clemMaxemission/Makefile

This file was deleted.

10 changes: 0 additions & 10 deletions isis/src/base/apps/photomet/tsts/clemMaxincidence/Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions isis/src/base/apps/photomet/tsts/clementine/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions isis/src/base/apps/photomet/tsts/messMaxemiMaxinc/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions isis/src/base/apps/photomet/tsts/messMaxemission/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions isis/src/base/apps/photomet/tsts/messMaxincidence/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions isis/src/base/apps/photomet/tsts/messcmdline/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions isis/src/base/apps/photomet/tsts/messenger/Makefile

This file was deleted.

28 changes: 0 additions & 28 deletions isis/src/base/apps/photomet/tsts/testDemWarning/Makefile

This file was deleted.

53 changes: 0 additions & 53 deletions isis/src/base/apps/photomet/tsts/useDem/Makefile

This file was deleted.

Loading

0 comments on commit 8d203f0

Please sign in to comment.