From 4c7369547ccfd013f4030ff184f4581af0914356 Mon Sep 17 00:00:00 2001 From: Bastien Carreres Date: Mon, 18 Nov 2024 11:49:47 -0500 Subject: [PATCH] Update configfile.rst correct --- docs/configfile.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configfile.rst b/docs/configfile.rst index 198cc91..0444870 100644 --- a/docs/configfile.rst +++ b/docs/configfile.rst @@ -62,9 +62,9 @@ The input file is a .yml with the following structure: vpec_dist: # Opt mean_vpec: MEAN SN PECULIAR VEL sig_vpec: SIGMA VPEC - host: # Opt + hosts: # Opt host_file: '/PATH/TO/HOSTFILE' - reweight_vol: True or False # To remove the volume dist of the host when draw + reweight_vol: True or False # Opt, default = False To remove the volume dist of the host when draw keep_cols: ['key1', 'key2', ...] # Opt, column keys to keep at the end distrib: DISTRIBUTION TO USE TO DRAW HOST # Opt, default = 'rate' key_dic: {'column_name': 'new_column_name', ...} # Opt, to change columns names