...
Code Block | ||||
---|---|---|---|---|
| ||||
recombine -o <obsid> -t <secondid> -m <meta-data fits> -i <output dir> -c <skip course chan> -s <skip ICS> -f <file list> or -g <input file list> <obsid>: observation id of the data being processed. <secondid>: the second which is being processed <meta-data fits>: meta-data fits file containing tile flag information and various orther useful information regarding the observation. To obtain the meta-data fits file for a particular observation use the following: wget -O <obsid>.metafits http://ws.mwatelescope.org/metadata/fits?obs_id=<obsid> <output dir>: output product directory <skip course chan>: 1 will skip the generation of the recombined course channel data <skip ICS>: 1 will skip the generation of the incoherent sum <input file list>: location of 32 raw uncombined input files for a single seconds worth of data (separate each with a space) <input file list>: a file containing the location of the 32 raw uncombined input files (separate by newline) |
Example for processing one second of data on Garrawarla
...
language | bash |
---|---|
theme | Midnight |
...
Processing on Garrawarla
Examples of using recombine
to process both single-second and multiple-second jobs on Garrawarla is now provided as part of the documentation included in the recombine repository.
Other scripts
vcs_download.nf
...