Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Kheirlb committed Jun 23, 2019
1 parent cd50777 commit 240a07c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build_pi_thermal_app.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
#File Created by Jerry Pierre and Edited by Karl Parks
#sudo chmod 775 build_pi_thermal_app.sh
#sudo ./build_pi_thermal_app.sh

install_thermal_dependencies(){

Expand Down
9 changes: 6 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Parabilis Space Technologies Thermal Imaging Software
- Record Raw Data as HDF5 without overloading raspberry pi CPU
- Save to Specific Filenames and Directories
- Be Controlled Wirelessly using RealVNC
- Stable Build: RecordIR_v18.3.py

![Record IR Screenshot](/images/RecordIR.jpg?raw=true)

Expand All @@ -17,6 +18,7 @@ Parabilis Space Technologies Thermal Imaging Software
- Generate TIFF Files for further processing in MATLAB or GNU Octave
- View Temperatures at any pixel on the frame
- Zoom in and analyze your data in depth
- Stable Build: PostProcessIR_v11.py

![Post Process IR Screenshot](/images/PostProcessIR.jpg?raw=true)

Expand All @@ -28,6 +30,7 @@ Parabilis Space Technologies Thermal Imaging Software
- Display with Keyboard/Mouse Control

### Software Primary Dependencies:
- Rasbian Stretch
- Python 3
- PyQt5
- OpenCV
Expand All @@ -36,15 +39,15 @@ Parabilis Space Technologies Thermal Imaging Software
## Raspberry Pi Setup
Plug Raspberry Pi into HDMI display and connect keyboard/mouse. Must have Rasbian Stretch installed onto SD Card. Connect the Raspberry Pi to your local network/WiFi and open linux terminal to run build script or perform following terminal commands.

## Build Script:
## Build Script
Big shout out to Jerry Pierre for creating a simply and easy to use raspberry pi build script which condenses all of the terminal commands into a simple shell script. Simply copy/save the build_pi_thermal_app.sh file in this repository to your raspberry pi and perform the following two commands in the terminal. The raspberry pi update/upgrade can take 15+ minutes and the package/software download & installation will take approximately 5 minutes.
```
sudo chmod 775 build_pi_thermal_app.sh
sudo ./build_pi_thermal_app.sh
```

## Terminal Commands:
If the build script does not work or you wish to do things manually, you can use the following terminal commands. Please feel free to email me if you need any help.
## Terminal Commands
If the build script does not work or you wish to do things manually, you can use the following terminal commands.

### System Update/Upgrade:
```
Expand Down

0 comments on commit 240a07c

Please sign in to comment.