java -jar Hipsgen-cat.jar -cat <catalogue-name> -in <table input file> -ra <name or index of right ascension field> -dec <name or index or declination field> -out <output directory> -score <field name or formula used to sort sources according to their pertinence>
java -jar Hipsgen-cat.jar -cat II_125_main -in II_125_main.fits -f FITS -out HiPSCat_II_125_main -ra _RAJ2000 -dec _DEJ2000 -score Fnu_12 -desc -lM 5
java -jar Hipsgen-cat.jar -cat I_239_main -in I_239_hip_main.csv -ra _RAJ2000 -dec _DEJ2000 -score Plx -desc -lM 5
java -jar Hipsgen-cat.jar -cat I_239_main -in I_239_hip_main.csv -ra _RAJ2000 -dec _DEJ2000 -score Vmag -lM 5
gzip -d tycho2.csv.gz
java -jar Hipsgen-cat.jar -cat tycho2 -in tycho2.csv -ra RAmdeg -dec DEmdeg -score "((Double.isNaN(BTmag)?0:BTmag)+(Double.isNaN(VTmag)?0:VTmag))/((Double.isNaN(BTmag)?0:1)+(Double.isNaN(VTmag)?0:1))" -lM 9
Usage: java -jar Hipsgen-cat.jar [parameters] Parameters: -in (--input_file) FILE : Read data from the specified file (default: stdin) -f (--input_format) [ASCII | VOT | FITS] : Input file type: ASCII (default) or VOT or FITS -af (--ascii_format) [CSV | TSV | SSV | PSV] : Format of the ASCII file (to be used with option -f ASCII only): CSV (default), TSV, SSV or PSV -head (-header, --header) : First non-commented row contains column names (default=true, with option -f ASCII only) -out (--output_dir) DIR : Write data in the specified directory -cat (--cat_name) CAT_NAME : Name of the catalog -ra (--col_ra) COL_NAME|COL_NUMBER : Name (or number with -f ASCII and no -header) of the column containing the Right Ascencion -dec (--col_dec) COL_NAME|COL_NUMBER : Name (or number with -f ASCII and no -header) of the column containing the Declination -desc (--order_desc) : Object are sorted in descendent order (according to their score) -score (--score) COL_NAME|FORMULA : Value (from a column name or an expression using column name(s)) -t (--target) POSITION : Starting point when loading the catalog (e.g. 0.0 +0.0) -lC (--level_coverage) N : Level at wich the coverage is computed (default = 10) -lM (--level_max) N : Highest level (inclusive) of the progressive catalog (default = 11): can't be < 4 nor > 11. -method (--method) LINEAR|LOG|ASINH|SQRT|POW2 : Method used to adjust number of sources according to density (default = LOG) -n1 (--level1_n_srcs) N : Number (approximated) of sources at level 1 (default = 3000) -n2 (--level2_n_srcs) N : Number (approximated) of sources at level 2 (default = 6000) -n3M (--level3_n_src_max) N : At level 3, max number of sources in a pixel. Remark: this value is changed by renormalisation to achieve n1 and n2. -n3m (--level3_n_src_min) N : At level 3, min number of sources in a pixel (default = 3 => 8 at level 2 and 16 at level 1, assuming a ratio n1 / n2 = 1/3) -nM (--max_n_srcs_by_pix) N : Number of sources max by cell at depth > 3 (default = 500) -nm (--min_n_srcs_by_pix) N : Number of sources min by cell at depth > 3 (default = 50) -nt (--n_threads) N : Number of threads to be used (default = max) -o (--l1l2_only) : Only generates the level 1 and 2 to test -r3 (--ratio_l3_l4) N : Ratio between the number of sources kept for l3 and for l4 (default = 0.2) -p (--print_info) : Print informations (c) Unistra/CNRS 2016 - Hipsgen-cat.jar from CDS
© Université de Strasbourg/CNRS
• Contact