Skip to content
  1. Dec 28, 2019
  2. Mar 15, 2019
  3. Mar 29, 2017
  4. Feb 23, 2017
  5. Dec 20, 2016
  6. Nov 03, 2016
    • Vladimír Ulman's avatar
      Modified to compile on Apple/Mac. · 8c18b5ad
      Vladimír Ulman authored
      M    CMakeLists.txt		- searches now also for Apple's .dylibs
      M    src/cellChr.cpp		- on Apple: #include<values.h> -> #include<float.h>
      M    src/scheduler.cpp	- ditto
      8c18b5ad
  7. Apr 22, 2016
  8. Apr 01, 2016
    • David Svoboda's avatar
      Changes in headings of individual files. Removal of some TODOs. · 1d6e5b85
      David Svoboda authored
      M    CMakeLists.txt
      M    src/cell.cpp
      M    src/cell.h
      M    src/cellChr.cpp
      M    src/cellSOFA.cpp
      M    src/cellScm.cpp
      M    src/cell_00_Samplephase.cpp
      M    src/cell_01_Prophase.cpp
      M    src/cell_02_Metaphase.cpp
      M    src/cell_03_Anaphase.cpp
      M    src/cell_04_Telophase.cpp
      M    src/cell_05_Cytokinesis.cpp
      M    src/cell_06_G1Phase.cpp
      M    src/cell_07_SPhase.cpp
      M    src/cell_08_G2Phase.cpp
      M    src/dots.cpp
      M    src/dots.h
      M    src/macros.h
      M    src/main.cpp
      M    src/molecule.cpp
      M    src/molecule.h
      M    src/scheduler.cpp
      M    src/scheduler.h
      M    src/settings.h
      M    src/toolbox/bp_lists.h
      M    src/toolbox/cell_movement.h
      M    src/toolbox/collisions.cpp
      M    src/toolbox/collisions.h
      M    src/toolbox/deformations.cpp
      M    src/toolbox/deformations.h
      M    src/toolbox/finalpreview.cpp
      M    src/toolbox/finalpreview.h
      M    src/toolbox/flowfields.h
      A    src/toolbox/hungarian/README
      M    src/toolbox/importexport.h
      M    src/toolbox/perlin.h
      M    src/toolbox/rnd_generators.cpp
      M    src/toolbox/rnd_generators.h
      M    src/toolbox/shape_rendering.cpp
      M    src/toolbox/shape_rendering.h
      M    src/toolbox/user_abort.cpp
      M    src/toolbox/user_abort.h
      M    src/types.h
      MitoGen
      1d6e5b85
  9. Nov 18, 2015
    • Vladimír Ulman's avatar
      Added displacement distribution handling, a process similar to turning angles distribution. · efa2d706
      Vladimír Ulman authored
      It is intentionally called a displacement, instead of velocity, to stress the fact
      that the class does not deal with time variable at all.
      
      Added one more state handling of a real number generator (because of the disp. distro).
      
      Added UseCorrectedUniformDistribution() for the turning angle distribution which
      actually creates not uniform distribution, but after drawing random samples from it,
      the produced distribution is some-what nearly uniform (quite unlike from the one
      produced with UseUniformDistribution()).
      
      Added RandomWalk::ReadyToStartSimulation() indicator for those who are not sure...
      M    toolbox/randWalk.h
      
      
      Adjusted to provide similar trajectory data as the real example.
      M    toolbox/walks.cc
      efa2d706
  10. Nov 13, 2015
  11. Nov 09, 2015
  12. Jul 29, 2015
  13. Jul 11, 2015
    • Vladimír Ulman's avatar
      Some patching.... · f1356dd5
      Vladimír Ulman authored
      M    src/toolbox/cell_movement.cpp
      
      Speed-up tuning for MovsMask determination.
      M    src/cellScm.cpp
      
      Re-adjusted to meet the real original data again.
      M    TMI/config-711extVOI-highSNR.ini
      f1356dd5
  14. Jul 10, 2015
  15. Jul 03, 2015
  16. Jul 02, 2015
    • Vladimír Ulman's avatar
      Configuration that has been used for calculating · 6e8d9cda
      Vladimír Ulman authored
      velocity/movement stuff for the TMI paper.
      
      This was run on eight instances in paralel (givin 40 initial cells).
      A    TMI
      A    TMI/config-711extVOI-highSNR.ini
      AM   TMI/initial_mask_7-11_extended.tif
      
      The restarting of chromatin was disabled by RESTART_PERIOD=1000.
      Cell cycle has increased length variability.
      M    src/cell.h
      
      Disabled some stats reporting functions.
      M    src/cellChr.cpp
      
      Velocity span increased.
      M    src/cellScm.cpp
      
      Only 2x noFramesPerCellCycle should be generated.
      M    src/main.cpp
      
      Added tweak to avoid having auxiliarly images greater than sceneMasks.
      M    src/toolbox/bp_lists.cpp
      
      CMAKE options:
      BUILD_STATIC                     OFF                                                                                         
      CMAKE_INSTALL_PREFIX             /usr/local                                                                                  
      DEBUG_VERSION                    ON                                                                                          
      DOCUMENTATION                    OFF                                                                                         
      DO_EVENTS_SYNCHRONIZED           OFF                                                                                         
      DO_FLAT_2DMOTION                 ON                                                                                          
      DO_MULTITHREADING                ON                                                                                          
      DO_NONRIGID_MOTION               OFF                                                                                         
      DO_PHOTOBLEACHING                OFF                                                                                         
      DO_RIGID_MOTION                  ON                                                                                          
      ENABLE_NUCLEOLI                  OFF                                                                                         
      HIGH_SNR                         ON                                                                                          
      INC_CYTOPACQ                     /usr/local/include                                                                          
      INC_GSL                          /usr/include                                                                                
      INC_I3D                          /usr/local/include                                                                          
      INC_INIPARSER                    /usr/local/include                                                                          
      LIB_ACQUIGEN                     /usr/local/lib/libacquigen.so                                                               
      LIB_CYTOGEN                      /usr/local/lib/libcytogen.so                                                                
      LIB_DL                           /usr/lib/x86_64-linux-gnu/libdl.so                                                          
      LIB_FFTW_SINGLE                  /usr/lib/x86_64-linux-gnu/libfftw3f.so                                                      
      LIB_FFTW_SINGLE_THREADS          /usr/lib/x86_64-linux-gnu/libfftw3f_threads.so                                              
      LIB_GSL                          /usr/lib/libgsl.so                                                                          
      LIB_I3DALGO                      /usr/local/lib/libi3dalgo.so                                                                
      LIB_I3DCORE                      /usr/local/lib/libi3dcore.so                                                                
      LIB_INIPARSER                    /usr/local/lib/libiniparser.so                                                              
      LIB_OPTIGEN                      /usr/local/lib/liboptigen.so                                                                
      SAVE_ANISOTROPIC_GT              OFF                                                                                         
      SAVE_FINAL                       OFF                                                                                         
      SAVE_FLOWFIELDS                  OFF                                                                                         
      SAVE_NUCLEI                      OFF                                                                                         
      SAVE_TIFFS                       OFF                                                                                         
      SHOW_CENTRES                     OFF                                                                                         
      SHOW_TERRITORIES                 OFF                                                                                         
      SOFA_CONNECTOR                   OFF                                                                                         
      USE_REAL_PSF                     OFF                                                                                         
      
      
      
      6e8d9cda
    • Vladimír Ulman's avatar
      Mainly bug fixes and extended reports... · 7259f1d4
      Vladimír Ulman authored
      Reports how long cell cycle a new cell has chosen.
      M    cell.h
      
      Couldn't compile when ENABLE_NUCLEOLI was off.
      M    cellSOFA.cpp
      
      Added parellel search for MovsMasks values
      (when seeking possible translations in ScmUniversalMovement()).
      M    cellScm.cpp
      
      Corrected an error when using AllocateAndZeroNewMask()
      M    cell_06_G1Phase.cpp
      
      Render...() and SoftRender...() now do FloodFill in a tight-copy
      of the cell (used to do along a copy of the input image), which
      results in a lot faster overall rendering.
      M    toolbox/bp_lists.cpp
      7259f1d4
    • Vladimír Ulman's avatar
      Now also report size of image it would take when loaded into RAM. · 173c9169
      Vladimír Ulman authored
      M    src/tools/imageinfo.cpp
      
      Has one new parameter that drives whether the output image should be saved as binary.
      M    src/tools/threshold.cpp
      173c9169
  17. May 10, 2015
  18. May 06, 2015
    • Vladimír Ulman's avatar
      Updated all configs with the [sofa] section (which is used only · 0cb69ff2
      Vladimír Ulman authored
      if explicitly enabled during Cmake) and some new items in the
      [testing] section (content of the [testing] section is optional).
      
      M    config/config-middleVOI-lowSNR.ini
      M    config/config-smallVOI-highSNR-correctSize.ini
      M    config/config-smallVOI-highSNR.ini
      M    config/config-smallVOI-lowSNR.ini
      M    config/config-singleCell-correctSize.ini
      M    config/config-middleVOI-highSNR.ini
      0cb69ff2
  19. May 05, 2015
  20. Jan 28, 2015
  21. Jan 27, 2015
  22. Nov 29, 2014
    • Vladimír Ulman's avatar
      Added: · d5c27bfd
      Vladimír Ulman authored
      - cells can enter G2 phase atomic function again and again
        now even when SOFA is enabled in the CMake
        (so simulation can "interleave the cells", unlike "one does all after another")
      
      - cell movement routine can now rescue cells when in collision
      
      M    src/cell.cpp					- Cell::DoNextPhase keeps cell running in G2
      M    src/cell.h					- when SOFA: added slsRotation and slsTranslation
      										  (which used to be local in the G2)
      M    src/cell_08_G2Phase.cpp	- added code looking for smallest translation when cell
      										  has 'mustMove' true
      d5c27bfd
  23. Nov 28, 2014
  24. Nov 27, 2014
    • Vladimír Ulman's avatar
      Added a new cell descriptor: Cell::scmCellPolarityVector. · bb74da54
      Vladimír Ulman authored
      M    src/cell.cpp		- Both initial cell mask creating functions (called from
      							  the Scheduler's constructors) now also init the polarity vector
      							- added implementation of GetCellPolarityAndCentreVector(),
      							  which is basically a SVD calculation over given mask image
      							- GenerateCentrosomes() now makes use of the above function
      
      M    src/cell.h		- add the Cell::scmCellPolarityVector and Cell::ScmResetCellPolarityVector()
      							  that updates it
      							- added declaration for the GetCellPolarityAndCentreVector()
      
      M    src/cellScm.cpp	- implementation of Cell::ScmResetCellPolarityVector() that
      							  also uses GetCellPolarityAndCentreVector()
      
      bb74da54