Movement Validation Cloud Documentation¶
This was originally created by @joebowen on behalf of the OpenWorm project.
Overview:
Movement Validation Cloud¶
Openworm_Project/Openworm¶
Openworm/admin.py¶
Openworm/forms.py¶
Openworm/models.py¶
-
class
Openworm.models.
Bodypart
(id, timestamp, name, description, startskeletonindex, endskeletonindex, startskeletonindexdeprecated, endskeletonindexdeprecated)[source]¶
-
class
Openworm.models.
Computervisionalgorithm
(id, timestamp, name, description, framebyframe, author, academicpaper, code)[source]¶
-
class
Openworm.models.
Featuresperplatewireframe
(id, platefeaturekey, timestamp, value, platewireframevideokey)[source]¶
-
class
Openworm.models.
Featuresperwormwireframe
(id, wormfeaturekey, wormwireframekey, timestamp, value)[source]¶
-
class
Openworm.models.
Histogramsperplatewireframe
(id, platewireframevideokey, timestamp, bins, counts)[source]¶
-
class
Openworm.models.
Histogramsperwormwireframe
(id, eventdirectionkey, wormfeaturekey, wormwireframekey, signkey, timestamp, bins, counts)[source]¶
-
class
Openworm.models.
Measurementsperwormwireframe
(id, wormmeasurementkey, wormwireframekey, timestamp, value)[source]¶
-
class
Openworm.models.
Plate
(id, experimenterkey, wormlistkey, name, timestamp, sampletype, startdatetime, copyright, vulvaorientation, annotation, chemicals, food, illumination, temperature, tracker, agarside, gasconcentration)[source]¶
-
class
Openworm.models.
Platerawvideo
(id, platekey, timestamp, name, description, title, shorttitle, videofileurl, fps, numframes, width, height, micronsperpixel)[source]¶
-
class
Openworm.models.
Platewireframevideo
(id, platerawvideokey, cvalgorithmkey, timestamp, name, wireframevideo, droppedframeinfo)[source]¶
-
class
Openworm.models.
Strain
(id, timestamp, name, gene, genotype, allele, chromosome, simulated)[source]¶
-
class
Openworm.models.
Worm
(id, strainkey, timestamp, name, sex, thaweddate, generationssincethawing, habituation)[source]¶
-
class
Openworm.models.
Wormfeature
(id, typekey, categorykey, directionkey, aspectkey, bodypartkey, featureindex, timestamp, title, shorttitle, description, bin_width, is_signed, is_time_series, is_zero_bin, units, signed_field, remove_partial_events, make_zero_if_empty, name)[source]¶
Openworm/serializers.py¶
Openworm/tests.py¶
Openworm/urls.py¶
Openworm_Project/Openworm_Project¶
Openworm_Project/settings.py¶
Django settings for Openworm_Project project.
For more information on this file, see https://docs.djangoproject.com/en/1.6/topics/settings/
For the full list of settings and their values, see https://docs.djangoproject.com/en/1.6/ref/settings/
Openworm_Project/urls.py¶
Openworm_Project/wsgi.py¶
WSGI config for Openworm_Project project.
It exposes the WSGI callable as a module-level variable named application
.
For more information on this file, see https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/
-
Openworm_Project.wsgi.
application
= <django.core.handlers.wsgi.WSGIHandler object>¶ - def application(environ, start_response):
- if environ[‘mod_wsgi.process_group’] != ‘’:
- import signal os.kill(os.getpid(), signal.SIGINT)
return [“killed”]