Home > Software > TMSB Tutorial 4B: Dual-Band Ultraviolet-A XML File Customization
TMSB Tutorial 4B: Dual-Band Ultraviolet-A XML File Customization
As discussed in the False Colour From Filters (and Simulated Filters) article, the combination of sensor and Bayer filter in certain digital cameras means that the red and blue channels will pick up different subsections of the ultraviolet-A band. While the input configurations included with The Mirror's Surface Breaks allow only one to be used, the configuration built in this tutorial will allow the use of both. A sample source image set is included at the bottom of the page for testing the resulting configuration.
These instructions assume that the reader has obtained basic familiarity with editing TMSB XML files by following the instructions in the first tutorial (TMSB Tutorial 4A: Basic XML File Customization).
Like all of the tutorial configuration files, complete (and tested) versions of the results below are included in the Tutorial subdirectory of TMSB_Config wherever you unpacked the software to (TMSB version 1.2 or later). These can be used to refer to if you run into trouble, or you can just copy them into your TMSB_Config directory if you would rather just use them instead of know how to create custom configurations.
<SpectralBand>
<BandName>
UVA_380nm
</BandName>
<DataSources>
<DataSource>
<FileName>
UVA.TIF
</FileName>
<Plane>
3
</Plane>
</DataSource>
<DataSource>
<FileName>
UVA2.TIF
</FileName>
<Plane>
3
</Plane>
</DataSource>
</DataSources>
<BandCategory>
Ultraviolet
</BandCategory>
<UseAsLuminanceChannel>
false
</UseAsLuminanceChannel>
<UseAsThreeChannelChannel>
true
</UseAsThreeChannelChannel>
</SpectralBand>
<SpectralBand>
<BandName>
UVA_360nm
</BandName>
<DataSources>
<DataSource>
<FileName>
UVA.TIF
</FileName>
<Plane>
1
</Plane>
</DataSource>
<DataSource>
<FileName>
UVA2.TIF
</FileName>
<Plane>
1
</Plane>
</DataSource>
</DataSources>
<BandCategory>
Ultraviolet
</BandCategory>
<SpecialBandName>
UltravioletA
</SpecialBandName>
<UseAsLuminanceChannel>
true
</UseAsLuminanceChannel>
<UseAsThreeChannelChannel>
true
</UseAsThreeChannelChannel>
</SpectralBand>
Using this example configuration will significantly increase the number of output images. For example, the No Funny Business processing configuration generates 15 variations using the unmodified input configuration, but 26 using this modified configuration. I suggest using it only when there is a clear difference between the two sub-bands of ultraviolet-A.
Download | ||||
File | Size | Version | Release Date | Author |
Pansy (Dual-Band UVA) | 5 MiB | 1.0 | 2011-04-17 | Ben Lincoln |
A sample image set for use with the TMSB tutorial "Dual-Band Ultraviolet-A XML File Customization". This set will generate output images that occupy about 2.5 MiB on disk for each variation in the selected processing configuration. |
1. | The longer-wavelength version is defined first, because TMSB assumes that the input spectral bands are defined in descending order of wavelength (or ascending order of frequency, whichever you prefer). |