Using TOPAZ for feature recognition on TEM images of Pt replica #92
Replies: 1 comment 2 replies
-
Topaz isn't finding the "image_name" header in your particles.txt file for some reason. Based on a quick look at your file, my guess is that the problem is you have extra whitespace after "image_name" (i.e. "image_name ") before the tab column delimiter. If you delete that white space, it should fix the parsing error. On a related note, you probably don't need to do any downsampling, but I still highly recommend using topaz preprocess to normalize your micrographs. You can normalize without downsampling by not setting the "-s" flag. In your case, I would also set the --affine flag to just do typical normalization. Let me know if you still have issues with topaz train after fixing the header in your particles.txt file. |
Beta Was this translation helpful? Give feedback.
-
Dear ladies and gentlemen,
I do quite a lot of EM, but my experience with Linux and programming is almost at the zero, therefore I have some difficulties of adapting TOPAZ for my particular needs.
I've started with downloading, installing and running the tutorial data/processing - seems to be working, but trying to recapitulate the same with my own data...
I've got a set of 8-bit TIF images from Pt replicas, acquired on Philips CM-10 TEM, equipped with TVIPS TemCam F416. The microscope is old, therefore the only information available is the pixel size value, which corresponds to 1.1 nm/pixel. You'll find in the bottom an exemplary image attached. On that image I've pre-selected with yellow circles for training some number of the features I'd like to detect, according to the phrase in the Topaz Tutorial: "(Before running Topaz, optional): label a small (100-1000, more is likely to give better results) number of particles on your micrographs using the software of your choice"; the red line defines the area on the image, where those features could be detected. The selection was performed in Fiji; the selected ROI's coordinates were saved to the file rois_1_con_001.csv (as GitHub does not support this kind of files I've converted it to TXT), out of which I prepared Particles.txt to be used for training.
Considering that the images have the pixel value of 1.1 nm/11 Å I've decided to skip the "preprocessing/downsampling" part and moved straight to "Model training" which resulted in the following:
topaz.txt
(I used here a TXT file as the editor has made something weird out of text)
The question is - what did I do wrong/incomplete and what should I do to get the same kind of results you normally get with the tutorial data?
In the future I will need to perform the 2D classification of detected objects to define later some parameters like size, number of elements, area occupancy etc.
Thanks for help!
Yaroslav
rois_1_con_001.txt
particles.txt
Beta Was this translation helpful? Give feedback.
All reactions