colourbar data range

Post Reply
cuicuikeai
Posts: 1
Joined: Tue Nov 22, 2016 7:07 am

colourbar data range

Post by cuicuikeai »

Dear Quinten:
I want to chang the acolite output colourbar's data range ,how to change it?
thankyou
wenjing
quinten
Posts: 1021
Joined: Tue Mar 03, 2015 8:13 am

Re: colourbar data range

Post by quinten »

You can change the output range for any parameter by editing the "parameter_scaling_user.cfg" file in the Input directory. If the parameter you are exporting is not listed, you can add a new line. For each parameter you have to specify: name, log, min, max, colour table, and title. For example:

Code: Select all

rhow_655     0     0.00     0.10     33     !9r!X!Dw!N 655 nm
This line will linearly scale rhow_655 data between 0 and 0.1 and use the IDL colour table 33 (which is the rainbow colour table).

Code: Select all

spm_nechad2016_655     1     0.5     50     33     SPM Nechad 655 nm
This line will log scale the SPM data between 0.5 and 50.
Post Reply