- Convert "Raw .TIF Images" to "Reflectance .TIF Images (scale:0-65536)"
python raw2ref.py {raw_images_path} {reflectance_images_path}
- Example:
python ~/python/p4m/Raw2Reflectance/raw2ref.py ~/gdsl-depot/Cruz_ACRE/2020/raw_data/200902_p4m_acre/101MEDIA ~/reflectance_path
This command will create a path "~/reflectance_path" with "reflectance images(.TIF)" by converting raw images(.TIF) in "~/gdsl-depot/Cruz_ACRE/2020/raw_data/200902_p4m_acre/101MEDIA"
- ssh login
- module load anaconda/5.3.1-py37
- source .bashrc
- conda create -n P4M
- conda activate P4M
- conda install pip
- conda install -c conda-forge exiftool tifffile matplotlib pysolar
- pip install PyExifTool opencv-python
- conda install -c anaconda pytz scikit-image
please contact hunsoo@purdue.edu if you have any question
please refer https://github.com/micasense/imageprocessing for MicaSense