Giter VIP home page Giter VIP logo

cosmoknife's Introduction

Jackknife

(Need update)

  • Make jackknife regions based on the weights of the random points.

    • First sort and cut into pieces in the RA direction.
    • Then for each RA piece, sort and cut into sub-pieces in the DEC direction.
  • Mark the jackknife regions.

    • Bounds in RA and DEC for each region: [RA_min, RA_max, DEC_min, DEC_max].
    • Healpix map may also be used to mark the angular jackknife regions.
  • For now, input random and data file should have four columns: RA, DEC, redshift, weight.

  • Output file have one more columns with jackknife regions label, starting from 0. (New: You can specify with jk0 option.)

Usage

  • python jack.py --help to see all options.
  • Example
#!/bin/bash

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

cosmoknife's People

Contributors

yucheng-zhang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.