SOCR / SOCRAT-issues

Project management for SOCRAT
2 stars 0 forks source link

Powercalc: Pilot Study #200

Closed bradyzhu1102 closed 6 years ago

bradyzhu1102 commented 6 years ago

In this task, you are going to create a data filter function. Please implement a new function called "pilot" along with other finished filter functions inside of PowerCalcSidebarCtrl.ctrl.coffee (not PowerCalcSidebarCtrl2.ctrl.coffee)

A data filter has the following purpose: 1. extract useful data from raw data. 2. Broadcast useful data to mainArea. You don't need to worry about broadcasting at this time

Get to know pilot study: http://137.120.14.46/epid/n1.htm Think about what useful data to extract and how to extract them.