Before I begin, there is a previous post that I would like to comment on my previous post. Apparently what I did was not combine three images and create an RGB image based on them. What happened instead was I put WISE 1, J, and K on top of each other, so all you could see was WISE 1 on top. Bummer. In order to do that, I have to install Montage, otherwise the images won’t rescale and stuff to fit each other. Unfortunately, it looks like a Linux kind of thing. Oh well.
Moving on to greener pastures, I have been changing a value called vmin and vmax. It allows me to set up a scale of color or black to white that depends on how bright the pixel is. So, let’s use the grayscale here for simplicity. If the pixel is as bright as the vmax value, then that pixel is white. If it is as dim as the vmin value, that pixel is black. In between it is all shades of gray. So, what happens, say if you bring the value of vmax down? The dimmer objects become whiter because now the brightness is closer to the vmax boundary. See here:
As you can see above, the bright object is still white when you lower the vmax boundary, but the whiteness becomes wider, while the dimmer object becomes whiter because it is closer to the line. That way, you can make dim objects stand out. See here two pictures below, one before the change, and one after:
As you can see, it is much clearer that there is actually a thing shining right in the middle of the circle. I made the brown dwarf stand out.