Skip to content

Le Mars Industrial

Railroads and Ice Cream in HO-Scale

Menu
  • The Layout
Menu

Derailed, Part 2

October 30, 2022October 30, 2022

While trying to decide which Fast Tracks PointForm tool to buy to make the split-point derails, I ended up comparing the various Fast Tracks turnout templates from #6 to #12. In the previous post on this topic, I determined that the #8 had the correct divergence for the prototype. But I was still curious how the other sizes compared. What follows is a little technical, and is mainly recorded here for my own future reference. You mileage may vary.

The templates downloaded from https://www.handlaidtrack.com/track-templates-ho-turnouts come in PDF format. To overlay them, I first converted them to a 600 DPI PNG file, with transparent background:

convert -density 600 <template.pdf> <template.png>
mogrify -threshold 50% -transparent white <template.png>

Then, they were selectively colorized (#8 red, #10 green, #12 blue):

mogrify -alpha on -channel rgba -fill "rgba(255,0,0,1.0)" -opaque black -define png:format=png32 *8*.png
mogrify -alpha on -channel rgba -fill "rgba(0,255,0,1.0)" -opaque black -define png:format=png32 *10*.png
mogrify -alpha on -channel rgba -fill "rgba(0,0,255,1.0)" -opaque black -define png:format=png32 *12*.png

For the multi-page templates, this resulted in multiple files. These were then manually combined in Gimp, aligning the alignment targets, cropping out the right-hand turnout, and saving.

Finally, these modified templates were overlaid using the #6 (still black) as the base.

The 25′ mark is between the ties marked 14 and 15, while the 30′ mark is between the ties marked 17 and 18. These were the two measured lengths of the split-point derails in Le Mars. See previous post for details.

Here are the #6 and #8 (red) overlaid:

It is clear that, by the 25′ and 30′ marks, the #6 diverges too much.

Here it is with the #10 (green) added:

Until you get closer to the frog, the #8 and #10 basically overlap.

Finally, with the #12 (blue) added:

The #12 has slightly less divergence by the 25′ and 30′ marks, but the difference is still minor.

Conclusion

The original assessment was correct that the #8 Fast Tracks turnout will be a good representation of the split-point derails in Le Mars. The #10 would also work, but a #8 PointForm tool may be more versatile.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • September 2023
  • August 2023
  • April 2023
  • March 2023
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022

Links

Copper River & Northwestern Railway

Gateway Western’s Subdivision 6

IAIS 4th Sub in HO Scale

Iowa Scaled Engineering

Milan Branch of the Iowa Interstate

The Hills Line

© 2023 Le Mars Industrial | Powered by Minimalist Blog WordPress Theme