Commit graph

30 commits

Author SHA1 Message Date
9794bb1973 Add missing sanity check 2023-12-06 09:16:18 +01:00
affb56ff48 Merged in python3 (pull request #5)
Port to python3, large code cleanup

* Fixed command line for cosmotool

* Fix path

* Dump command line is log file

* Fix important typo

* Modify paths for example

* Fix path again

* Use an explicit constructor

* Change file to open (python 2->3)

* python3 fix for xrange in periodic_kdtree.py

* Fixed index for Np, numPart, numZones, numZonesTot, partID, zoneID in catalogUtil.py
2020-12-29 08:56:33 +00:00
Guilhem Lavaux
a4cafc0341 Remove debug information 2017-11-24 11:20:49 +01:00
Guilhem Lavaux
b28cf64544 Update setuptools url. Fix memory initialization issue in jozov2 2017-11-23 13:19:49 +01:00
Guilhem Lavaux
bbbb8e279e Do not allocate if no adjacencies. 2017-10-11 09:33:18 +02:00
Guilhem Lavaux
54aa135ac6 Add more debug information to jozov2 output 2017-10-09 09:57:11 +02:00
Guilhem Lavaux
29723fff06 updated copyright notice 2014-04-28 08:52:27 +02:00
P.M. Sutter
ad3e5d1577 preparing public version 2014-04-21 23:58:17 -04:00
Guilhem Lavaux
03d7fda57f Fixes. Now run through classical testcase. 2013-06-11 11:51:07 +02:00
1553601028 Initialize volume of the box. 2013-06-11 10:48:04 +02:00
26132586c0 voz1b1_2 compiles and links now. 2013-06-11 10:26:50 +02:00
51efae2e09 Tons of fixes 2013-06-10 16:48:29 +02:00
2ad09d3a26 Moved jozov2 into its own directory. More code reorganization in voz1b1. 2013-06-10 16:36:16 +02:00
Guilhem Lavaux
15d6825f5d Preliminary reimplementation of voz1b1 in C++ with more modularity 2013-06-10 03:48:56 -04:00
Guilhem Lavaux
10d38b6d0a Added zone structure initialization. 2013-05-27 05:07:04 -04:00
Guilhem Lavaux
1a518dd8e5 Temporarily remove the OVERFLOW requirement in jozov2_io 2013-04-05 10:47:52 -05:00
Guilhem Lavaux
96b0ba3154 Fixed erroneous handling of zones with exact same leakage value in jozov2. 2013-04-04 12:04:52 -05:00
Guilhem Lavaux
85546379cf Cleanup some development cruft and re-enable openmp clause in jozov2 2013-04-02 09:06:56 -05:00
Guilhem Lavaux
91a222a3c3 Re-Implemented jozov2 using priority_queues (far less complicated and maybe better performing) 2013-04-01 21:30:45 -05:00
Guilhem Lavaux
9a63f289d7 Take a few shortcuts in jozov2 to speed up the computation of the largest voids. The output does not seem totally consistent though. 2013-04-01 23:36:32 +02:00
Guilhem Lavaux
3df580e03e Added more verbosity to track the evolution 2013-04-01 19:11:19 +02:00
Guilhem Lavaux
45c9d4d62a Temporarily disable new done_zones array 2013-04-01 10:25:15 -04:00
Guilhem Lavaux
d0901e6d95 Fixed zone lookup in jozov2 2013-04-01 10:15:11 -04:00
Guilhem Lavaux
33b32ea43d Correct memory cleanup. 2013-04-01 09:43:05 -04:00
Guilhem Lavaux
b555533fa3 Added openmp-ization of jozov2_watershed 2013-04-01 09:39:58 -04:00
Guilhem Lavaux
9b0e7e115e Splitted jozov2 into several files for better readability 2013-04-01 09:32:09 -04:00
Guilhem Lavaux
60e692a0cb Removed old unused code (jozov_persistent). Activated jozov2 cleaned implementation of jozov in C++. 2013-04-01 09:02:59 -04:00
Guilhem Lavaux
6a15e59521 Sort and use the sorted zone property to change some if statements 2013-03-31 19:35:03 -04:00
Guilhem Lavaux
e494ab1116 Free sorter 2013-03-31 11:09:34 -04:00
Guilhem Lavaux
9b7a931db9 New C++ jozov. Preliminary work before rewrite of the watershed transform algorithm. 2013-03-31 11:08:57 -04:00