Make angular jackknife resampling regions.
(Need update)
Make jackknife regions based on the weights of the random points.
Mark the jackknife regions.
For now, input random and data file should have four columns: RA, DEC, redshift, weight
.
0
. (New: You can specify with jk0 option.)frand=rand_DR14_QSO_S_radec_z.dat # random file
fdata=data_DR14_QSO_S_radec_z.dat # data file
n_jk=20 # number of jackknife regions
n_ra=5 # number of slices in the RA direction
f_bounds=out_jk_bounds.dat # bounds for jk regions
fo_rand=rand_DR14_QSO_S_rdzwj.dat # output random file
fo_data=data_DR14_QSO_S_rdzwj.dat # output data file
python jack.py -rand $frand -data $fdata -forand $fo_rand -fodata $fo_data -njr $n_jk -nra $n_ra -fbounds $f_bounds
```