-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
50 lines (30 loc) · 1.65 KB
/
README
File metadata and controls
50 lines (30 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\||/ \||/
\||/ ________ ___ _ ___ ______ _ _____ \||/
.<><><>. | ___ \ \ / / \ | | / _ \ | ___ \ | | ___| .<><><>.
.<><><><>. | |_/ /\ V /| \| |/ /_\ \| |_/ / | | |__ .<><><><>.
'<><><><>' | __/ \ / | . ` || _ || __/| | | __| '<><><><>'
'<><><><>' | | | | | |\ || | | || | | |____| |___ '<><><><>'
'<><><><>' \_| \_/ \_| \_/\_| |_/\_| \_____/\____/ '<><><><>'
'<><><>' '<><><>'
PyNAPLE (PYthon Nac Automated Pair Lunar Evaluator) is an automated pipeline for change detection and impact crater detection on the lunar surface, using Lunar Reconnaissance Orbiter Narrow Angle Camera (LRO NAC) images.
To read more about PyNAPLE go to:
https://arxiv.org/abs/2204.12265
=========
= Setup =
=========
To run PyNAPLE, first ensure that ISIS3 is installed, and that $ISISROOT is properly set. Instructions on installing ISIS3 can be found at:
https://isis.astrogeology.usgs.gov/documents/LegacyInstallGuide/index.html
To setup PyNAPLE run:
sudo chmod a+x PyNAPLE.py
mkdir img
mkdir processed
Make sure $ISISROOT is correctly set within your environment, or set it in runIsis.sh.
Then to use PyNAPLE, you can simply run:
./PyNAPLE.py
PyNAPLE utilises serveral python packages in order to function.
In order to see what packages are needed to be installed on your system, run:
./PyNAPLE.py
and if any dependancies are missing, the program will terminate and write the names
of missing dependencies to the file DEPENDENCIES.
For more help, run the command:
./PyNAPLE.py -h