fcfad49e3c
Fix the size of the array to be pushed to netcdf
2021-02-25 14:00:20 +02: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
859e82cafd
Fixed argument passingin mock
2016-01-27 11:04:32 +01:00
Guilhem Lavaux
90fd74d907
Added Gadget2 support (untested!)
2016-01-26 23:04:01 +01:00
P.M. Sutter
87de672f8c
added ramses loader
2014-06-03 00:33:11 -04:00
Guilhem Lavaux
29723fff06
updated copyright notice
2014-04-28 08:52:27 +02:00
P.M. Sutter
c27b09b08d
multidark loader now take all velocity components; velocity output bug fixed
2014-01-30 21:39:44 -06:00
P.M. Sutter
479b9b8422
fixed bug in velocity output
2014-01-29 10:08:57 -06:00
P.M. Sutter
d3554b0732
storing velocity components in the netCDF file
2014-01-27 12:23:59 -06:00
Paul Matthew Sutter
89082b2f1e
merger
2014-01-14 11:06:29 +01:00
P.M. Sutter
842c2beaaa
changed name in headers
2013-12-01 20:59:00 -06:00
P.M. Sutter
1335f3688e
sample_info.txt file now includes # tracer, volume info
2013-10-14 06:49:49 -05:00
46b9d3ec40
Added a missing division by E(z) for the line of sight velocity
2013-07-18 17:34:52 +02:00
f1bbe65946
Multidark requires SDF. Mark it so in CMake.
2013-05-27 08:30:44 +02:00
P.M. Sutter
726ad2d01e
added rng allocation for joggling
2013-05-06 09:41:55 -05:00
P.M. Sutter
ab13d013e0
fixed bugs to particle joggling
2013-05-06 03:50:47 -05:00
P.M. Sutter
1980fdd5d1
added joggling of input particles
2013-05-03 14:44:40 -04:00
P.M. Sutter
cb2b0de143
reset to original multidark loading
2013-03-21 21:54:02 -05:00
P.M. Sutter
7c172d5642
Merge branch 'master' of bitbucket.org:cosmicvoids/void_identification
2013-03-20 07:19:34 -05:00
Guilhem Lavaux
5cbf68e072
Added a check that the subsampling value is the adequate one.
2013-03-20 04:55:59 -04:00
Guilhem Lavaux
189fa22c6b
Generate a graceful error message instead of a Segmentation Fault
2013-03-19 16:36:26 -04:00
Guilhem Lavaux
a0d5b17164
Have an output that is more informative.
2013-03-19 10:45:33 -04:00
P.M. Sutter
5746e76d46
Merge branch 'master' of bitbucket.org:cosmicvoids/void_identification
2013-03-07 10:44:11 -06:00
P.M. Sutter
938df0cbb1
added a temporary debug printout to check the parent/child status of accepted voids
2013-03-07 10:43:52 -06:00
Guilhem Lavaux
5ad0bed91c
If preReShift is specified, also moves back particles to Z=0 in the case of no light cone transformation
2013-03-07 09:34:31 -06:00
Guilhem Lavaux
1c1c8b778e
Fixes to SDF loader
2013-03-05 14:56:44 +01:00
P.M. Sutter
eca4ef4362
added to output line to signal which subsampling has been done; output number of particles on resubsample
2013-03-04 08:56:07 -06:00
P.M. Sutter
69aa5b2676
removed assertion that particle IDs are less than number of particles
2013-03-03 23:30:15 -06:00
Guilhem Lavaux
5d9dad1439
Updated Copyright/License
2013-03-02 20:23:33 -05:00
Guilhem Lavaux
bce9ac1dd3
Removed the possibility of a later version. The patent mess is unclear.
2013-03-02 18:33:33 -05:00
Guilhem Lavaux
aa38661b65
Added copyright/license notice
2013-03-02 18:30:40 -05:00
Guilhem Lavaux
69def32595
Added more assertion checks. Fixed default value for the subsampling.
2013-03-02 10:44:15 -06:00
Guilhem Lavaux
3c9ad41132
Activated call to SDF loader in generateMock
2013-03-02 09:57:11 -06:00
Guilhem Lavaux
99f1b3888e
Fixed spurious braces and a SEGV in multidark loading procedure
2013-02-28 18:24:23 -06:00
Guilhem Lavaux
14b52c4248
Finished subsubsampling on regeneration
2013-02-28 17:09:27 -06:00
Guilhem Lavaux
8625ab633c
Added support for subsubsampling
2013-02-28 17:02:30 -05:00
Guilhem Lavaux
91901c0186
Use proper interface to reset the preselector
2013-02-27 14:08:49 -05:00
Guilhem Lavaux
7e121e5b5d
Reset the number generator before rerunning the preprocessor
2013-02-27 12:40:11 -06:00
Guilhem Lavaux
5cf7a94538
Moved subsampling to the loaders to be able to do online subsampling (only implemented for gadget and multidark so far, the other coming in...)
2013-02-25 12:29:09 -05:00
P.M. Sutter
7f020f15e5
large files now appear to be supported
2013-02-19 13:30:01 -06:00
Guilhem Lavaux
acd9329b06
Splitted 64 bits into two 32 bits as NetCDF does not support 64 bits integers for storage. (Warning not tested)
2013-02-19 14:19:07 -05:00
Guilhem Lavaux
9bd0cbbb88
Fixed regeneration step in generateMock. Fixed gadget loading (missing initialization for multiple files)
2013-01-29 13:58:12 -06:00
nhamaus
4338a08f44
fixed particle selection problem in generateMock
2013-01-17 15:10:25 +01:00
P.M. Sutter
82c021d478
Merge branch 'master' of bitbucket.org:cosmicvoids/void_identification
2013-01-16 14:05:19 -06:00
Guilhem Lavaux
537b7c1f43
Huge memory leak: simulations were not destroyed while loading
2013-01-08 03:57:05 -05:00
P.M. Sutter
a7cdb80704
added observation flag in info file; stack voids now shifts particles based on redshift of subsample
2012-12-23 16:38:54 -06:00
P.M. Sutter
e9b2697bc7
fixed printout of subsampling
2012-12-19 08:11:43 -06:00
P.M. Sutter
6e18299ade
another attempt at making the jobSuccessful call work; some other minor fixes
2012-12-07 08:11:28 -06:00
Guilhem Lavaux
4c5159823a
Removed cubic, Use cube from CosmoTool
2012-11-30 07:39:11 -05:00
Guilhem Lavaux
5783109225
Merge branch 'master' of https://bitbucket.org/cosmicvoids/void_identification
2012-11-30 07:36:00 -05:00