honeybee_plus.radiance.command.falsecolor module¶
falsecolor - make a falsecolor Radiance picture
-
class
honeybee_plus.radiance.command.falsecolor.
Falsecolor
(input_image_file=None, output_file=None, falsecolor_parameters=None)[source]¶ Bases:
honeybee_plus.radiance.command._commandbase.RadianceCommand
falsecolor - make a falsecolor Radiance picture
-
execute
()[source]¶ Execute the command.
- Returns
Return fullpath to the result file if any as a string.
-
property
falsecolor_parameters
¶ Paramters for the falsecolor command.
-
property
input_files
¶ Return list of input files for this command.
-
input_image_file
= None¶ The file path for which the falsecolor image is to be created.
-
output_file
= None¶ The name of the output file.
-