Commit Graph

18 Commits

Author SHA1 Message Date
Guillaume Raffy 50c145e491 added find_dark2 (improved find_dark method) 2022-03-10 19:50:52 +01:00
Guillaume Raffy d6046e1b8a cleaned up and fixed notebook as it wasn't actually working from fresh 2022-03-10 18:34:26 +01:00
Guillaume Raffy e487d92307 investigated a method to estimate the dark for images that have been captured with missing reference dark images.
This jupyter notebook is a proof of concept that shows that the method works, at least on synthetic images
2022-03-10 12:09:15 +01:00
Guillaume Raffy fcd9dde587 added a figure to show another sequence type (globules without trap)
This sequence  `soleil2016/GGHL_rDGL_SGF55_lambda_Em_cinsuite_1/Pos0` needs to be processed for the article so I wanted to describe why the preprocessing doesn't give ideal results on it and how to improve it.
2022-03-08 18:32:20 +01:00
Guillaume Raffy af6fdffdd3 added notes taken about last meeting 2022-02-23 10:51:04 +01:00
Guillaume Raffy 74d78d21e2 added notes taken in past 2 meetings related to lipase 2022-01-25 07:45:38 +01:00
Guillaume Raffy e397e3aa0f added a preprocess sequence plugin
This was requested by Claire Bourlieu to ease the preprocessing.  This preprocessing could easily be done manuelly with Fiji but a bit tedious...
2020-11-04 19:37:14 +01:00
Guillaume Raffy 7b108fde5b notes taken at the meeting of 10/07/2020 2020-11-03 15:58:51 +01:00
Guillaume Raffy 594b99884b added notes taken at this morning's meeting 2020-07-07 15:36:19 +02:00
Guillaume Raffy ad18e2e451 more work on graffy/lipase#3 : added a plugin to detect globules based on circular symmetry.
-  the detection is not great at the moment (15 globules detected amongst the 50), because:
  1. the parameters are probably not optimal
  2. the mask used is incomplete
  3. some particules are very difficult to detect anyway
- added documentation
- still need some more work:
  1  output the radius of detected particles
  2. analyse why detection is not optimal
  3. handle weights w_r and w_a
  4. filter out radial profiles that are not expected
  5. improve the computation of the peakness s_p

v1.02
2020-04-17 19:30:48 +02:00
Guillaume Raffy 97dc74f08c configured sphinx to generate decent api documentation
This was primarily done to detect bad restructuredtext syntax in python code.

This allowed me to detect and fix quite a few errors. In order to fix the orrors in the output document, I also added quite a lot of docstrings, as sphinx autodoc ignores classes and functions that don't have docstrings.

This was my first experience with sphinx but I'm not quite happy with it, as it requires too much verbose and time consuming helps and hinting to produce something decent. Moreobver, it suffers from a lack of examples for non basic usage, such as :
- how to expose to the user the __item__ methods
- how to document multiple return values
- etc.
2020-04-14 18:58:03 +02:00
Guillaume Raffy 463cd9d0d9 added sphinx settings in order to use sphinx to check the syntax of arguments
I'm not planning at the moment to use sphinx to generate the user documentation, as latex seems richer....
2020-04-14 10:40:50 +02:00
Guillaume Raffy 87e70aba22 - added user documentation for lipase imagej plugins
- the lipase manual pdf document is now released
2020-03-31 18:57:36 +02:00
Guillaume Raffy 7103ea2a97 added friday's meeting notes 2020-03-24 14:49:19 +01:00
Guillaume Raffy f4aa0423ac added doc generation in jenkins continuous integration 2020-03-18 16:42:14 +01:00
Guillaume Raffy 57c594cf4d added documentation 2020-03-18 16:26:32 +01:00
Guillaume Raffy 68e2c82eae improved documentation:
- fixed markdown issues
- added minutes for today's meeting
- now make clean also cleans the documentation temporary files
2020-02-14 18:27:30 +01:00
Guillaume Raffy 838b84512a added the notes I took in meetings since the beginning of the project 2020-02-14 11:30:31 +01:00