Difference between revisions of "Ufraw"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Image processing {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|ufraw}} |{{#vardefine:url|http://ufraw.sourceforge.net/Install.html}} <!-...") |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Data Mining]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|ufraw}} | |{{#vardefine:app|ufraw}} | ||
− | |{{#vardefine:url| | + | |{{#vardefine:url|https://github.com/biolab/ufraw}} |
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
− | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | + | |{{#vardefine:exe|1}} <!--ADDITIONAL INFO--> |
|{{#vardefine:job|}} <!--JOB SCRIPTS--> | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
Line 25: | Line 25: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory |
<!--Configuration--> | <!--Configuration--> | ||
Line 35: | Line 35: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | This is a GUI software. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs | |
+ | |||
+ | Basic usage: | ||
+ | module load gui | ||
+ | launch_gui_session -e ufraw | ||
+ | xpra_list_sessions | ||
+ | |||
+ | Connect with xpra locally using the xpra command | ||
+ | xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713 | ||
|}} | |}} |
Latest revision as of 14:45, 6 June 2022
Description
The UFRaw (Unidentified Flying Raw) is a tool for reading and manipulating images from digital cameras. It supports most of the existing raw formats (any format supported by DCRaw). UFRaw can be used on its own or as a Gimp plug-in.
Environment Modules
Run module spider ufraw
to find out what environment modules are available for this application.
System Variables
- HPC_UFRAW_DIR - installation directory
- HPC_UFRAW_BIN - executable directory
Additional Information
This is a GUI software. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs
Basic usage:
module load gui launch_gui_session -e ufraw xpra_list_sessions
Connect with xpra locally using the xpra command
xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713