honeybee_plus.radiance.parameters.raTiff module¶
-
class
honeybee_plus.radiance.parameters.raTiff.RaTiffParameters(*args, **kwargs)[source]¶ Bases:
honeybee_plus.radiance.parameters._advancedparametersbase.AdvancedRadianceParameters-
compression_type¶ Compression type for the output TIFF file. Accepted values are z,L,l,f and w for LZW,SIGLOG,SIGLOG24,IEEE-floating-point and 16bit formats respectively.
-
create_grayscale¶ Create an eight bit grayscale image instead of a color image.
-
exposure¶ Specify tonemapping method or exposure value. Accepted tone mapping methods are ‘auto’, ‘human’ or ‘linear. Accepted exposure values are any number prefixed with a + or - sign (e.g. -1.2, +1.4, -3.4 etc).
-
freeze()¶
-
gamma¶ Gamma correction for the monitor. Default value is 2.2
-
reverse_conversion¶ Do a reverse conversion and convert bitmap to hdr
-
unfreeze()¶
-
xyze_output_type¶ Create an xyzeOutput format file.
-