Changes for next time
Hi all, please add comments for everything we'd like to change for next time.
@ChasNelson1990 needs less content/more time for the image processing in Python. Probably worth removing deconvolution entirely and having it in another session. Also worth emphasising the helical nature of tasks, e.g. use 'Tasks' and 'Exercises' and 'Challenges' like in prerequisite course.
Swap @todd-fallesen's session on Fiji to Python with @ChasNelson1990's session on Image Processing
Please could everybody use full variable names, e.g. myParticleImage not jut img. It's better for people reading outside of the course.
@dwaithe to update first image in images-in-python notebook (number alignment)
Please could everybody use full variable names, e.g. myParticleImage not jut img. It's better for people reading outside of the course.
Or snake case my_particle_image. I just mean informative names, camelCase or snake_case is a personal preference in my mind (let's ignore PEP-8)
Some of @todd-fallesen's course is covered in the prerequisites. I think it's great to repeat and revise this but it's worth bearing this in mind if we want to cut time somewhere.
I think @ChasNelson1990's session on image processing should perhaps follow a more pipeline orientated approach like @todd-fallesen's.
@todd-fallesen finished 30 minutes early (well, started bio-relevant section 30 minutes before the end). I suggest taking that time away and giving it to @ChasNelson1990's image-processing section but polishing the biologically relevant example as a resource for post-course revision?
Labels on @dwaithe's slides are very small
overlay local maxima on raw image as well for clarity
On Tue, 10 Dec 2019 at 10:19, Chas Nelson [email protected] wrote:
Labels on @dwaithe https://github.com/dwaithe's slides are very small
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IAFIG-RMS/Python-for-Bioimage-Analysis/issues/5?email_source=notifications&email_token=AB46Y5UJCJ6BXKPMMFWUL2DQX5ULJA5CNFSM4JYLHSGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGOW6XQ#issuecomment-563965790, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB46Y5TJTUS7YQ325CIYNP3QX5ULJANCNFSM4JYLHSGA .
-- Sent from my PC
Turn @ChasNelson1990's processing session specifically into 'preprocessing'?
All to use regionprops_table and pandas.DataFrame to make visualising, describing, filtering, etc. the results more simple and more visual (requires conda to update their scikit-image).
Should @dwaithe's file formats be on the first day? Along with Python cmaps?