Skip to content

Commit

Permalink
Merge pull request #168 from AllenInstitute/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
RussTorres committed Jan 27, 2024
2 parents b3c2121 + 8b84505 commit bcfaed8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renderapi/client/client_calls.py
Expand Up @@ -415,7 +415,7 @@ def renderSectionClient(stack, rootDirectory, zs, scale=None,
format=None, channel=None, customOutputFolder=None,
customSubFolder=None, padFileNamesWithZeros=None,
resolutionUnit=None, doFilter=None, fillWithNoise=None,
imageType=None, subprocess_mode=None, host=None,
convertToGray=None, subprocess_mode=None, host=None,
port=None, owner=None, project=None,
client_script=None, memGB=None, render=None,
**kwargs):
Expand Down Expand Up @@ -451,8 +451,8 @@ def renderSectionClient(stack, rootDirectory, zs, scale=None,
resolutionUnit: str
if format is tiff and unit is specified (e.g. as 'nm'), include resolution data
in rendered tiff headers.
imageType: int
8,16,24 to specify what kind of image type to save
convertToGray: str
string representing java boolean for whether to save output as 8bit uint
doFilter : str
string representing java boolean for whether to render image
with default filter (varies with render version)
Expand Down Expand Up @@ -488,7 +488,7 @@ def renderSectionClient(stack, rootDirectory, zs, scale=None,
get_param(maxIntensity, '--maxIntensity') +
get_param(fillWithNoise, '--fillWithNoise') +
get_param(customOutputFolder, '--customOutputFolder') +
get_param(imageType, '--imageType') +
(['--convertToGray'] if convertToGray else []) +
get_param(channel, '--channels') +
get_param(customSubFolder, '--customSubFolder') +
get_param(padFileNamesWithZeros, '--padFileNamesWithZeros') +
Expand Down

0 comments on commit bcfaed8

Please sign in to comment.