How does the Rescale by Function tool work?

1455
5
Jump to solution
04-09-2020 01:10 PM
KylePerri
Esri Contributor

I am trying to fit all of my pixel values on my raster in between 0 and 255. Currently, they range from 0 to 65535. I wanted to use the Rescale by Function tool with the TfLinear to scale it, but when I put the output on a map I only see 0 values. 

Here are the parameters I used:

Here is the original raster:

Here is the output of the tool:

Am I doing anything wrong?

0 Kudos
1 Solution

Accepted Solutions
KylePerri
Esri Contributor

I just talked to Kevin Johnston.

The problem was by setting the Maximum to 255 for the parameter defining the function, I was fitting the linear function only to 0 to 255 of the input values. I needed to fit the function to the full range of the dataset, therefore I have to specify the Maximum to be 65535. For the output scale, I keep what I have, 0 to 255. By using these parameters, I am fitting the function to the full range of the input values of the dataset and linearly transforming to the 0 to 255 scale.

I just tried it and worked as I hoped.

View solution in original post

5 Replies
NawajishNoman
Esri Contributor

Hi Kyle,

We need to understand if the output from the tool is wrong or having display problem. 

Can you please check the statistics of the RescaleByFunction output from layer property?

Are you using ArcGIS Pro or in ArcMap?

If in Pro, if the statistics looks good, can you please click on the DRA on the Raster Layer/Appearance ribbon to see if it improves your display?

Thanks,

Noman

Esri, Redlands, CA.

0 Kudos
KylePerri
Esri Contributor

Hi Noman,

Thanks for the reply! I'm using ArcMap. I did check the statistics and it looks incorrect to me. It appears as though the average is 255 (or close enough 254.999).

Best,

Kyle

0 Kudos
DanPatterson_Retired
MVP Emeritus

what does a histogram of the data look like?  Does 65535 represent nodata? and what is the upper limit excluding that value?  I am guessing there is a large gap.

0 Kudos
NawajishNoman
Esri Contributor

Hi Kyle,

Thanks for your reply.

What is the version of the ArcGIS are you using? 

Is it possible to share your data with me?

Can you post the statistics and histogram of your input data? And your input data type (integer, float, double) as well?

What is the format of your input and output raster dataset?

I am sorry if the tool is creating incorrect output. Hopefully we will get to the bottom of this problem. 

Thanks

Noman

0 Kudos
KylePerri
Esri Contributor

I just talked to Kevin Johnston.

The problem was by setting the Maximum to 255 for the parameter defining the function, I was fitting the linear function only to 0 to 255 of the input values. I needed to fit the function to the full range of the dataset, therefore I have to specify the Maximum to be 65535. For the output scale, I keep what I have, 0 to 255. By using these parameters, I am fitting the function to the full range of the input values of the dataset and linearly transforming to the 0 to 255 scale.

I just tried it and worked as I hoped.