Giter VIP home page Giter VIP logo

cellcounter's Introduction

cellcounter

Cute Software to manual count blood cells. This application can be use in biology laboratories, particulary in hematolgy cytology. However this application is designed to be use for any counting task. Just edit a json file and open it.

Cellcounter

#Installation

You can install directly the binary version of cellcounter avaible for windows and Mac. You can also compile the code. Download Qt according to your platform. Open the cell.pro from QtCreator and compile it by clicking on the green arrow. That's all

#Setting a template

Cellcounter use a json file to descripe what you want to count. Check the definition as show below. You can create your own json file and open it from cellcounter

{
"title": "Formule sanguine",
"max_count" : 200,
"concentration" : 1.24,
"author": "sacha schutz",

"elements": [

    {
     "name":"Polynucléaire neutrophile",
     "count" : 0,
     "color":"#ff6b33",
     "shortcut" : "w"
    },

    {
     "name":"Polynucléaire eosinophile",
     "count" : 0,
     "color":"#FFCA63",
     "shortcut" : "x"
    },

    {
     "name":"Polynucléaire basophile",
     "count" : 0,
     "color":"#C84FCB",
     "shortcut" : "c"
    },

    {
     "name":"Lymphocyte",
     "count" : 0,
     "color":"#905BF1",
     "shortcut" : "v"
    },

    {
     "name":"Monocyte",
     "count" : 0,
     "color":"#01C7A6",
     "shortcut" : "b"
    }

]
}

title : title of the template counting
max_count : maximum limit of total count
concentration : this is a value where the percent obtained will be multiply
author : the author of the template

Elements is a table which contains each items to counts. Each of them can be defined by :

name : name of elements
count : default count, by default it's zero
color : the color . Keep it nice :D
shortcut : the shortcut to perform a count.

#Use

Open a template

Just click on open

Start counting

Click on start to start counting and disable toolbar . You can also press Return to swich betwwen start and stop.

####Stop counting As above, click on stop or use the return shortcut.

####Set the max count value The first number from the left is the maximum limit of the count. You can see in elements lists each percents.

####Set the concentration value The second number from the left is the concentration value. You can see in elements lists each value.

####Shortcuts You can use keyboard shortcut defined in the file and showed on your cellcounter. Press + Key to increase. Use Maj + Key to decrease. You can also use your mouse. Click left to increase, click right to decrease.

cellcounter's People

Contributors

dridk avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cellcounter's Issues

make categories

It would be greate to organize items into categories. So, 1 root level like "myeloid lineage" and sublevel embedded .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.