Raw Features
Raw features are direct representations of sensor and activity data as collected by the mindLAMP platform. They form the base layer of Cortex's three-tier pipeline.
What Raw Features Do
Raw features query the LAMP API and normalize low-level data streams into a consistent format for downstream computation. They handle iOS/Android differences automatically — see the Features overview for details on the full pipeline.
Complete Raw Feature List
Sensor Raw Features (11)
| Raw Feature | Source Sensor | Consumed By | Description |
|---|---|---|---|
gps | lamp.gps | significant_locations, trips, data_quality | Latitude, longitude, altitude, accuracy |
accelerometer | lamp.accelerometer | acc_jerk, data_quality | x, y, z acceleration (g) |
device_motion | lamp.device_motion | — | Rotation, gravity, magnetic field, attitude |
device_state | lamp.device_state | screen_active, battery_level | Screen on/off, battery level |
steps | lamp.steps | step_count | Step count and type |
nearby_device | lamp.nearby_device | nearby_device_count | Bluetooth/WiFi detections |
telephony | lamp.telephony | call_number, call_duration, call_degree | Call metadata |
analytics | lamp.analytics | step_count (version detection), app_time | App usage events |
sleep | lamp.sleep | healthkit_sleep_duration | Sleep stage data |
screen_state | lamp.screen_state (deprecated) | inactive_duration | Legacy screen state events |
ambient_light | — |