• R/O
  • SSH

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン221dfa4b3d3e7d79d49af50aa18e80ca15a6d8d8 (tree)
日時2009-08-31 21:21:14
作者lorenzo
コミッターlorenzo

ログメッセージ

Minor modifications to a couple of codes. I simply changed the names of the input files they require to work.

変更サマリ

差分

diff -r cd1eb65a631b -r 221dfa4b3d3e Python-codes/addendum_infectitious_power2.py
--- a/Python-codes/addendum_infectitious_power2.py Sun Aug 30 22:30:18 2009 +0000
+++ b/Python-codes/addendum_infectitious_power2.py Mon Aug 31 12:21:14 2009 +0000
@@ -231,7 +231,7 @@
231231 # data_arr=p.load("infectious.log")
232232
233233 #filename="output_long_boot_count_number.dat"
234-filename="output_complete.dat"
234+filename="tag_and_boot_every_20_sec.dat"
235235 # visit_durations_from_code_by_ciro=visit_duration_many_tags(filename)
236236
237237 # p.save("duration_new.dat",visit_durations_from_code_by_ciro, fmt='%d')
diff -r cd1eb65a631b -r 221dfa4b3d3e Python-codes/test_ciro_library.py
--- a/Python-codes/test_ciro_library.py Sun Aug 30 22:30:18 2009 +0000
+++ b/Python-codes/test_ciro_library.py Mon Aug 31 12:21:14 2009 +0000
@@ -49,7 +49,7 @@
4949
5050 #initialize an array I will use to load the data
5151
52-read=1
52+read=0
5353
5454 data_arr=s.zeros(2).astype("int") #just an initialization, it will be
5555 #overwritten anyhow
@@ -101,7 +101,7 @@
101101 p.save("data_arr.dat", data_arr , fmt='%d')
102102
103103 else:
104- data_arr=p.load("data_arr.dat")
104+ data_arr=p.load("boot_count_cut.dat")
105105 data_arr=data_arr.astype("int")
106106 print "I finished reading the data"
107107