mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
fixed support for masked mock data sets; now skips over comments in halo catalogs
This commit is contained in:
parent
f3f96b0dcd
commit
2c3fe1b35d
4 changed files with 7 additions and 4 deletions
|
@ -528,7 +528,7 @@ int main(int argc, char **argv)
|
|||
|
||||
generateFromCatalog_conf_print_version();
|
||||
|
||||
cout << "Loading NYU data..." << endl;
|
||||
cout << "Loading data " << args_info.catalog_arg << "..." << endl;
|
||||
vector<NYU_Data> data;
|
||||
Healpix_Map<float> o_mask;
|
||||
vector<int> pixel_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue