Select Git revision
conftest.py
-
Summer Stapleton authored
Implementation of _naif_keywords in NaifSpice() along with tests for it and properties I had to add for it. (#161)
Summer Stapleton authoredImplementation of _naif_keywords in NaifSpice() along with tests for it and properties I had to add for it. (#161)
explode.h 513 B
/** 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 explode_h
#define explode_h
#include "UserInterface.h"
namespace Isis{
extern void explode(UserInterface &ui);
extern void explode(Cube *icube, UserInterface &ui);
}
#endif