Add a missing argument to getColorChannel in extract_noise.py
				
					
				
			This commit is contained in:
		@@ -54,7 +54,7 @@ def getImageNpArray(imageFileName, computeExtremes, color):
 | 
			
		||||
        imageFilePath = f'{imagesFolderPath}/nef/{imageFileName}'
 | 
			
		||||
    else:
 | 
			
		||||
        imageFilePath = f'{imagesFolderPath}/{imageFileName}'
 | 
			
		||||
    imageNpArray = getColorChannel(imageFilePath)
 | 
			
		||||
    imageNpArray = getColorChannel(imageFilePath, color)
 | 
			
		||||
 | 
			
		||||
    if computeExtremes:
 | 
			
		||||
        minColor, maxColor = updateExtremes(imageNpArray, minColor, maxColor)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user