Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92155465
__init__.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 17, 20:34
Size
2 KB
Mime Type
text/x-python
Expires
Tue, Nov 19, 20:34 (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
22384438
Attached To
rCTRACKER ctracker3
__init__.py
View Options
###########################################################################
# #
# Copyright 2017 Andrea Cimatoribus #
# EPFL ENAC IIE ECOL #
# GR A1 435 (Batiment GR) #
# Station 2 #
# CH-1015 Lausanne #
# Andrea.Cimatoribus@epfl.ch #
# #
# This file is part of ctracker #
# #
# ctracker is free software: you can redistribute it and/or modify it #
# under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# ctracker is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty #
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. #
# See the GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with ctracker. If not, see <http://www.gnu.org/licenses/>. #
# #
###########################################################################
import
sys
sys
.
path
.
append
(
'../'
)
from
tracker.modules.writetools
import
loc_time_fast
from
tracker.modules.loop
import
loop_nogil
,
transform
from
tracker.modules.loop_cartesian
import
loopC_nogil
,
transform_cartesian
_all_
=
[
"transform"
,
"transform_cartesian"
,
"loop_nogil"
,
"loopC_nogil"
,
"loc_time_fast"
]
Event Timeline
Log In to Comment