Sure, what kind of data would you like, 2D or 3D? Note that it will
have to be a very small dataset in order to fit in an email or online
upload. I will only be able to do this next week - I'm away from my
data workstation meanwhile.
On the mailing list there is also a dataset of beads under astigmatism
that you can also use -
http://groups.google.com/group/quickpalm/files?hl=en_US.
Cheers,
R
--
Ricardo Henriques
PhD Student
Gene Expression and Biophysics Unit
Institute of Molecular Medicine
Faculty of Medicine, University of Lisbon
Av. Prof. Egas Moniz
1649-028 Lisbon, Portugal
Phone: + 351 217999503, Ext: 47318
Fax: + 351 217999504
E-mail: rhenr...@fm.ul.pt
Thank you for your fast response! The beads already in the mailing
list are helpful, but I'm looking for a mulit-spot 2D image to play
with. I previously generated a line of 10 Gaussian points for testing
but now would like to move to something more complicated with
signals/distributions found in real data.
Thank you again for your help!
Best,
Jessie
--
Jessie Weber, PhD
Postdoctoral Fellow
Montreal Neurological Institute/Department of Biology
McGill University
jessie...@mcgill.ca
jessie....@gmail.com
I have uploaded an example 4MB 555x64x64 example dataset that you can
use - https://sites.google.com/site/quickpalmtutorials/SampleSmallNeuronDendrite.tif.
It is a small portion of a dendrite labeled with Cy3 taken under
dSTORM. You will notice that the first 2 frames are brighter - this
corresponds to the initial bleach step.
For gaussian fitting I have had great results with the MTT algorithm
also (matlab, open-source)-
http://www.nature.com/nmeth/journal/v5/n8/full/nmeth.1233.html.
Hope this helps,
R
Thanks for uploading the test dataset and the nature methods paper.
We've used it too! Very handy.
Best wishes
Ann
Dr Ann Wheeler
Blizard Advanced Light Microscopy Facility Manager
Blizard Institute of Cell and Molecular Science
Barts and The London School of Medicine and Dentistry
Queen Mary University of London
Blizard Building
4 Newark Street
London E1 2AT
Phone: 020 7882 2406
Fax: 020 7882 2180
Thanks again for your fast response! I think this data set should be
perfect for testing. However, when I click the link, a single tif
comes up in a new webpage. Perhaps I'm missing something obvious, but
could you clarify how to download the image stack?
Thank you very much for your help!
Best,
Jessie
It's still just appearing as a 64x64 8-bit single black image. The
downloaded tif is only 311 bytes.
Thanks,
Jessie
Best,
Jessie
Thank you for providing the sample data back in February. I'm just
looking at it again now and I'm wondering how I can know if I'm
generating appropriate images. Do you have recommended settings for
this dataset? Is the final image from this data published anywhere for
comparison?
Again, thank you so much for sharing your work so openly with the
imaging community!
Best,
Jessie
--
Jessie Weber,
jessie....@gmail.com
No problem. Here's my settings advice:
- the image pixel size is 106.667nm (16um camera, 100x objective, 1.5x
tube lens)
- for this dataset you can use a max FWHM of 4 and a min SNR between 5 and 15
- I normally use symmetricity threshold values between 50-80%
The other standard values should work out ok.
The final image of the dataset is not published. You would need a
dataset with much more images to generate a significant reconstruction
with visible structures. The final size of the file would be too big
to make it available online through standard means.
Send me a direct email to paxc...@gmail.com if you want a bigger
dataset and we can try to set it up.
Cheers,
-R
--
Ricardo Henriques, PhD
Institut Pasteur (Paris, France).
For contact information see:Ā https://sites.google.com/site/paxcalpt/
Thanks again for your bead suggestion - the beads are working great!
I'm still interested in a 2D dataset as described below - essentially
something that I can fully reconstruct and compare to your final image
- kind of as a standard.
Also, I'm trying to play with the quickpalm output particles tables in
Matlab. I can load an RGB image using imread (green channel only),
which shows the same image as the reconstruction in imagej. However,
I'd like to load the full table and have access to the coordinates.
Although the file is ".xls", there's a formatting when opening in
excel - you have to choose "delimited" - then you can see all the
data. Since the format is not actually ".xls" the xlsread function in
Matlab also fails. Any tips to get the coordinates out of the
Particles Table.xls?
Thanks again very much for your help and I hope your graduation trip
was excellent!
Best,
Jessie
--
Jessie Weber,
jessie....@gmail.com
I think the best way to open a QuickPALM particles table in matlab -
at least the way I do it - is to save the particle table into a
tiff-file [QuickPALM->Save Particles (.tiff file - fast)]. This tiff
is not a reconstruction of your data but truly the list of particles
information set into a 32-bit float image, you can then load the tiff
in matlab and convert it into a float matrix, you should have the full
particles list then.
You can see a full description of the .tiff particles table format
here - http://code.google.com/p/quickpalm/wiki/Tutorial_Particle_table
I've had (and have) my hands full for the last months, I'll try to get
you the comparison dataset as soon as I can.
Cheers,
-R
--
Once again, thank you for your reply! That should be helpful!
Take your time with the dataset - I've got plenty to do in the
meantime. It's more to prove to collaborators that I can reconstruct
the same data as you with your own algorithm (and also to troubleshoot
any new alogorithms I want to try).
Best,
Jessie
--
Jessie Weber,
jessie....@gmail.com
1. I'm seeing inconsistencies between the data imported from the Particles Table.tif and the same table loaded into Matlab. I'm using imread to read in the nx14 data sets (I tried simply load as well, same results). The numbers are the same in the Matlab loaded variable as in the Particles Table.tif loaded in imagej for the first several particles, but at some point, they're no longer the same. Does this sound familiar? Is there something obvious that I'm missing? The only way I can get exactly the same numbers that appear in Particles Table.tif into matlab is by copying and pasting from the .tif file into excel, then loading into Matlab.
2. NAN positions come up in the saved Particles Table.tif that do not show in the Particles Table.xls Could this be due to changes in the .tif after drift correction? The .xls file is saved at the time of analyzing partilces. Is the .tif file updated automatically after drift correction? I am guessing that is the case, since if not there would be no way to access the drift corrected positions..
3. Are the particle intensities reported in the Particles Tables raw counts, or after background subtraction? Are these the values you use to calculate your localization accuracy?