-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MatLab TiffRead Error #1
Comments
Hello, |
All necessary files are in my other respiratory:
https://github.com/cihanbilge/SomaExtraction
These are connected projects so there are a few common functions.
tiffread.m and conncomp.m are the ones you can find in SomaExtraction
respiratory.
Of course I do my best to help. I am mostly busy with classes and projects
so could be back late. But still I will try to help with anything about the
code and/or method.
sautami26 <[email protected]>, 8 Tem 2020 Çar, 22:29 tarihinde şunu
yazdı:
… Hello,
Even I tried to run your program but it gives an error because of the
tiffRead function.
I would also request you if you could help with resolving this error and
getting the program run.
Regards
Sautami
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE33FFCG3DUOENABLZHC6GDR2TCKZANCNFSM4LX3UIOQ>
.
|
Hello Sir, Can you please guide me in resolving this issue. Regards |
Hello, I'm having an identical issue to Sautami when running the Matlab script astrocytes_dataGeneration. It looks like the variable sm isn't defined, when using CTRL+f, I find the first instance of that variable in this line: I haven't reached this line yet but it looks like we'll have the same issue with the variable sm_max which first appears in this line: imagebase=zeros(sm_max+subimage_size); Another issue I was having was specifying image_list for just loading the data by tiffRead. I tried using the names of the files you included in the SomaExtraction package, e.g. MAX_24h_CHIR99021_FGF14_488_PanNav_568_MAP2_647_10_blue, but this doesn't work. To get things going, I just bypassed all this and manually tif-read the images myself but I feel like your design is probably more efficient, I just want to know how to use it. It's not terribly clear from the comments, at least to me. That's all I have for now, thank you for uploading the code for this really neat method and for answering our questions. I'm looking forward to running it on the data I'm studying. Thanks! Best, |
Same issue as @sautami26 and @skenney1652 , after having added the function tiffRead.m from https://github.com/cihanbilge/SomaExtraction and re-run the script we can see that the variable sm is never set (and if it is a function it is not available), do we need to declare it somewhere? Best, |
Hello,
I'm a student from Heidelberg and we wanted to try out your program in our lab.
When trying to run the program in math lab there comes an error because of the tiffRead function.
Is there any manual on how to run this program? It's really confusing to set it up when not having much experience with Python or MatLab.
Would be really nice if you could help with getting this program run.
Kind regards,
Calvin Thommek
The text was updated successfully, but these errors were encountered: