| cwb_clchunk ~~~~~~~~~~~~ This page provides a description of the cwb_clchunk command. | | **Usage** | | This command is used to clone a chunk working directory | | **Syntax** | - ``cwb_clchunk`` (no arguments) Prints help - ``cwb_clchunk --idir="..." --run="..." --chunk="..." --cal="..." --net="..." --search="..." --type="..." --tag="..."`` clone chunk directory | | **Further information** | The following options can be passed to cwb_clchunk .. code-block:: bash --idir : input working directory (directory to be cloned) --run : O1, O2 --chunk : integer number --cal : Calibration tag Ex: C00, C00c, C01, C02, C02c --net : Network configuration Ex: LH LHV --search : Search Ex: BurstLF, BurstHF, BurstLD, IMBHB, BBH --type : Search type Ex: BKG, SIM --tag : user string tag Ex: run1, tst1, dev1 | | **Examples** | - The following commands are equivalents: ``cwb_clchunk --idir="O2_03_C02c_LH_BurstLF_BKG_dev1" --run="O2" --chunk="03" --cal="C02c" --net="LH" --search="BurstLF" --type="BKG" --tag="dev2"`` ``cwb_clchunk --idir=O2_03_C02c_LH_BurstLF_BKG_dev1 --run=O2 --chunk=03 --cal=C02c --net=LH --search=BurstLF --type=BKG --tag=dev1`` ``cwb_clchunk --idir O2_03_C02c_LH_BurstLF_BKG_dev1 --run O2 --chunk 03 --cal C02c --net LH --search BurstLF --type BKG --tag dev1`` clone working directory O2_03_C02c_LH_BurstLF_BKG_dev1 into O2_03_C02c_LH_BurstLF_BKG_dev2