MAPIR Scripts
  • Welcome
  • SETUP: DO THIS FIRST
  • Survey3 Cameras
    • Convert RAW+JPG to TIFF
    • White Balance
    • Vignette (Flat Field) Correction
    • PWM Control (from RasPi)
  • Kernel2 Cameras
    • Convert RAW(.mapir) to TIFF
    • White Balance
    • Vignette (Flat Field) Correction
    • Connect to Kernel2 (TCP)
    • Change Camera Settings
Powered by GitBook
On this page

SETUP: DO THIS FIRST

To run the scripts in this guide please follow the below instructions:

PreviousWelcomeNextConvert RAW+JPG to TIFF

Last updated 2 years ago

  1. Download and install the newest version of Python (if it is not already installed): .

  2. Download and install Anaconda3 (Windows OS guide ).

  3. Write down the installation path for Anaconda3 as you will need it later to run the scripts. An example is "C:\Users\MAPIR\Anaconda3\".

  4. Open Anaconda Prompt (which is installed with Anaconda3)

  5. Run the following command to install the necessary Python libraries to run the scripts:

pip install glob3 numpy opencv-contrib-python Pillow ExifRead matplotlib imutils rasterio

If any of the above packages are not able to be installed you may need to update using the Anaconda Navigator GUI:

https://www.python.org/downloads/
HERE
https://docs.anaconda.com/anaconda/navigator/getting-started/