Directory branches/budaev/STOMACH/dat/

Directory Created:
2022-06-14 10:47
Total Files:
4
Deleted Files:
0
Lines of Code:
88769

[root]/branches/budaev/STOMACH/dat

Lines of Code

branches/budaev/STOMACH/dat/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sbu062 6 (100.0%) 88889 (100.0%) 14814.8

Most Recent Commits

sbu062 2022-09-06 21:04 Rev.: 12715

start stomach emptiying parameter matrix read from CSV file

6 lines of code changed in 1 file:

  • branches/budaev/STOMACH/dat: stomach_data.csv (new 6)
sbu062 2022-09-01 08:29 Rev.: 12693

shorter second meet interval
{{{
z <- as.vector(0)
z[1:540] <- 0 # first 10 h (600 min) no food provided
z[541:571] <- 1 # 30 min first meal
z[572:812] <- 0 # 4 hours (240 min)
z[813:843] <- 1 # 30 min second meal
z[844:1300] <- 0 # no food is given later
write.csv(z, "food_exp2spr.csv") # save data to csv file
}}}

60 lines of code changed in 1 file:

  • branches/budaev/STOMACH/dat: food_exp2spr.csv (+60 -60)
sbu062 2022-09-01 08:18 Rev.: 12692

earlier second meal
{{{
z <- as.vector(0)
z[1:540] <- 0 # first 10 h (600 min) no food provided
z[541:571] <- 1 # 30 min first meal
z[572:872] <- 0 # 5 hours (300 min)
z[873:903] <- 1 # 30 min second meal
z[904:1300] <- 0 # no food is given later
write.csv(z, "food_exp2spr.csv") # save data to csv file
}}}

60 lines of code changed in 1 file:

  • branches/budaev/STOMACH/dat: food_exp2spr.csv (+60 -60)
sbu062 2022-08-23 13:22 Rev.: 12651

parameters for the spring experiment with fish mass 100g
Provisioning data generation, **two meals**
{{{
z <- as.vector(0)
z[1:540] <- 0 # first 10 h (600 min) no food provided
z[541:571] <- 1 # 30 min first meal
z[572:872] <- 0 # 5 hours (300 min)
z[873:903] <- 1 # 30 min second meal
z[904:1300] <- 0 # no food is given later
write.csv(z, "food_exp2spr.csv") # save data to csv file
}}}

1301 lines of code changed in 1 file:

  • branches/budaev/STOMACH/dat: food_exp2spr.csv (new 1301)
sbu062 2022-06-14 10:47 Rev.: 12591

move food provisioning data to `dat` directory, must be CSV

87462 lines of code changed in 2 files:

  • branches/budaev/STOMACH/dat: food_exp1.csv (new 86401), food_exp2.csv (new 1061)
Generated by StatSVN 0.7.0