Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ecotronData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kr69sugu
ecotronData
Commits
3a4e7c07
Commit
3a4e7c07
authored
4 years ago
by
kr69sugu
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
0c15300a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme
+13
-7
13 additions, 7 deletions
readme
with
13 additions
and
7 deletions
readme
+
13
−
7
View file @
3a4e7c07
1. run dataSync on dir containing compressed data (.tgz suffix)
1. run dataSync.py
-> should output a cleaned table containing light, track and animalData
2. Choose block-configuration or other key for information how to modify block-configuration!
-> should also produce a compressed version of the table
> looks for ".tgz" to extract [optional]
> merges all "unit-X" files
> merges with light, track and species data
> writes one huge cleaned table + compressed tgz
> runs dataFilter.py
> writes filtered table + compressed tgz
> runs updateGitIgnore.sh
You can also filter data independently, if you don't want to process everything again [takes quite long] or tweak some filter parameters.
Run dataFilter.py for Usage instructions.
Optional:
Optional:
get time of last tracking-event per unit:
get time of last tracking-event per unit:
...
@@ -17,7 +27,3 @@ print tags in tagfile which length deviate:
...
@@ -17,7 +27,3 @@ print tags in tagfile which length deviate:
update gitignore to not add large files (>50M) to git repo:
update gitignore to not add large files (>50M) to git repo:
updateGitIgnore.sh
updateGitIgnore.sh
filterCooloff.py data 10
-> only count tracks with difference of 10 seconds inbetween! (this greatly reduces the size)
-> this script is called automatically from dataSync.py but can be invoked manually if you want t o change the coolOff phase
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment