Updated Copyright/License

This commit is contained in:
Guilhem Lavaux 2013-03-02 20:23:33 -05:00
parent bce9ac1dd3
commit 5d9dad1439
46 changed files with 70 additions and 48 deletions

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./build_tools/gather_sources.py # VIDE -- Void IDEntification pipeline -- ./build_tools/gather_sources.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -42,7 +42,7 @@ def apply_python_license(filename):
license="""#+ license="""#+
# VIDE -- Void IDEntification pipeline -- @FILENAME@ # VIDE -- Void IDEntification pipeline -- @FILENAME@
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -69,7 +69,7 @@ def apply_cpp_license(filename):
license="""/*+ license="""/*+
VIDE -- Void IDEntification pipeline -- @FILENAME@ VIDE -- Void IDEntification pipeline -- @FILENAME@
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/analysis/voidOverlap.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/analysis/voidOverlap.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
// ============================================================================= // =============================================================================
// //
// Program: voidOverlap // Program: voidOverlap

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/contour_pixels.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/contour_pixels.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <vector> #include <vector>
#include <healpix_map.h> #include <healpix_map.h>
#include <healpix_map_fitsio.h> #include <healpix_map_fitsio.h>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/contour_pixels.hpp VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/contour_pixels.hpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#ifndef __CONTOUR_PIXELS_HPP #ifndef __CONTOUR_PIXELS_HPP
#define __CONTOUR_PIXELS_HPP #define __CONTOUR_PIXELS_HPP

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/gslIntegrate.hpp VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/gslIntegrate.hpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#ifndef __MYGSL_INTEGRATE_HPP #ifndef __MYGSL_INTEGRATE_HPP
#define __MYGSL_INTEGRATE_HPP #define __MYGSL_INTEGRATE_HPP

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/loadZobov.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/loadZobov.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <cassert> #include <cassert>
#include <string> #include <string>
#include <fstream> #include <fstream>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/loadZobov.hpp VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/loadZobov.hpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#ifndef __LOAD_ZOBOV_HPP #ifndef __LOAD_ZOBOV_HPP
#define __LOAD_ZOBOV_HPP #define __LOAD_ZOBOV_HPP

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/particleInfo.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/particleInfo.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <cstdlib> #include <cstdlib>
#include <netcdfcpp.h> #include <netcdfcpp.h>
#include <CosmoTool/fortran.hpp> #include <CosmoTool/fortran.hpp>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/particleInfo.hpp VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/particleInfo.hpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#ifndef _PARTICLE_INFO_HEADER_HPP #ifndef _PARTICLE_INFO_HEADER_HPP
#define _PARTICLE_INFO_HEADER_HPP #define _PARTICLE_INFO_HEADER_HPP

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/voidTree.hpp VIDE -- Void IDEntification pipeline -- ./c_tools/libzobov/voidTree.hpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#ifndef _VOID_TREE_HPP #ifndef _VOID_TREE_HPP
#define _VOID_TREE_HPP #define _VOID_TREE_HPP

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/generateFromCatalog.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/generateFromCatalog.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <healpix_map.h> #include <healpix_map.h>
#include <healpix_map_fitsio.h> #include <healpix_map_fitsio.h>
#include <boost/format.hpp> #include <boost/format.hpp>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/generateMock.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/generateMock.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <gsl/gsl_rng.h> #include <gsl/gsl_rng.h>
#include <boost/function.hpp> #include <boost/function.hpp>
#include <boost/bind.hpp> #include <boost/bind.hpp>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/generateTestMock.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/generateTestMock.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <iostream> #include <iostream>
#include <cstdlib> #include <cstdlib>
#include <CosmoTool/fortran.hpp> #include <CosmoTool/fortran.hpp>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/basic_loader.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/basic_loader.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <cassert> #include <cassert>
#include <string> #include <string>
#include <iostream> #include <iostream>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/flash_loader.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/flash_loader.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <cassert> #include <cassert>
#include <string> #include <string>
#include <CosmoTool/loadFlash.hpp> #include <CosmoTool/loadFlash.hpp>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/gadget_loader.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/gadget_loader.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <vector> #include <vector>
#include <cassert> #include <cassert>
#include <string> #include <string>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/multidark_loader.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/multidark_loader.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <cassert> #include <cassert>
#include <string> #include <string>
#include <fstream> #include <fstream>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/ramses_loader.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/ramses_loader.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <cassert> #include <cassert>
#include <string> #include <string>
#include <CosmoTool/loadRamses.hpp> #include <CosmoTool/loadRamses.hpp>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/sdf_loader.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/sdf_loader.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <iostream> #include <iostream>
#include <boost/format.hpp> #include <boost/format.hpp>
#include <vector> #include <vector>

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/sdfloader_internal.hpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/sdfloader_internal.hpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#ifndef __VOID_SDF_LOADER_INTERNAL_HPP #ifndef __VOID_SDF_LOADER_INTERNAL_HPP
#define __VOID_SDF_LOADER_INTERNAL_HPP #define __VOID_SDF_LOADER_INTERNAL_HPP

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/simulation_loader.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/simulation_loader.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#include <cmath> #include <cmath>
#include <CosmoTool/loadSimu.hpp> #include <CosmoTool/loadSimu.hpp>
#include "simulation_loader.hpp" #include "simulation_loader.hpp"

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/simulation_loader.hpp VIDE -- Void IDEntification pipeline -- ./c_tools/mock/loaders/simulation_loader.hpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
#ifndef _MOCK_SIMULATION_LOADER_HPP #ifndef _MOCK_SIMULATION_LOADER_HPP
#define _MOCK_SIMULATION_LOADER_HPP #define _MOCK_SIMULATION_LOADER_HPP

View file

@ -1,7 +1,7 @@
/*+ /*+
VIDE -- Void IDEntification pipeline -- ./c_tools/stacking/pruneVoids.cpp VIDE -- Void IDEntification pipeline -- ./c_tools/stacking/pruneVoids.cpp
Copyright (C) 2010-2013 Guilhem Lavaux Copyright (C) 2010-2013 Guilhem Lavaux
Copyright (C) 2011-2013 Paul M. Sutter Copyright (C) 2011-2013 P. M. Sutter
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
+*/ +*/
// Reads in the void catalog and removes any void that could potentially // Reads in the void catalog and removes any void that could potentially
// be affected by a mock particle. It does this by computing the longest // be affected by a mock particle. It does this by computing the longest
// particle distance within each void and comparing it to the distance // particle distance within each void and comparing it to the distance

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./crossCompare/analysis/datasetsToAnalyze.py # VIDE -- Void IDEntification pipeline -- ./crossCompare/analysis/datasetsToAnalyze.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./crossCompare/analysis/mergerTree.py # VIDE -- Void IDEntification pipeline -- ./crossCompare/analysis/mergerTree.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./crossCompare/plotting/datasetsToPlot.py # VIDE -- Void IDEntification pipeline -- ./crossCompare/plotting/datasetsToPlot.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./crossCompare/plotting/plotCompareDensCon.py # VIDE -- Void IDEntification pipeline -- ./crossCompare/plotting/plotCompareDensCon.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./crossCompare/plotting/plotDensConVsR.py # VIDE -- Void IDEntification pipeline -- ./crossCompare/plotting/plotDensConVsR.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./crossCompare/plotting/plotNumberFunc.py # VIDE -- Void IDEntification pipeline -- ./crossCompare/plotting/plotNumberFunc.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./pipeline/datasets/mock_dr9mid.py # VIDE -- Void IDEntification pipeline -- ./pipeline/datasets/mock_dr9mid.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./pipeline/datasets/multidark.py # VIDE -- Void IDEntification pipeline -- ./pipeline/datasets/multidark.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./pipeline/generateCatalog.py # VIDE -- Void IDEntification pipeline -- ./pipeline/generateCatalog.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/pipeline_source/prepareCatalogs.in.py # VIDE -- Void IDEntification pipeline -- ./python_tools/pipeline_source/prepareCatalogs.in.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/setup.py # VIDE -- Void IDEntification pipeline -- ./python_tools/setup.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/__init__.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/__init__.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/__init__.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/__init__.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/chi2/__init__.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/chi2/__init__.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/chi2/cosmologyTools.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/chi2/cosmologyTools.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/profiles/__init__.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/profiles/__init__.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/profiles/getSurveyProps.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/apTools/profiles/getSurveyProps.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/backend/__init__.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/backend/__init__.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/backend/classes.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/backend/classes.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/backend/launchers.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/backend/launchers.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/plotting/__init__.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/plotting/__init__.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/plotting/plotDefs.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/plotting/plotDefs.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#+ #+
# VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/plotting/plotTools.py # VIDE -- Void IDEntification pipeline -- ./python_tools/void_python_tools/plotting/plotTools.py
# Copyright (C) 2010-2013 Guilhem Lavaux # Copyright (C) 2010-2013 Guilhem Lavaux
# Copyright (C) 2011-2013 Paul M. Sutter # Copyright (C) 2011-2013 P. M. Sutter
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by