User Commands PCQL2MS(1) NAME pcql2ms - Convert PCQL data to MiniSEED format. SYNOPSIS pcql2ms [-D _s_t_a_t_i_o_n__d_i_r] [-s _s_t_a_t_i_o_n__f_i_l_e] [-b _b_l_k_s_i_z_e] [-n] [-d _n] [-h] [_i_n_p_u_t__f_i_l_e [_o_u_t_p_u_t__f_i_l_e]] DESCRIPTION The program pcql2ms converts a PCQL binary data file to a multi-channel Steim1 MiniSEED file. OPTIONS -D _s_t_a_t_i_o_n__d_i_r specifies the name of the directory that contains the station files. The network had different array code designators at different times. Station files have names like _f._s_t_a, where _f is the lower array code. The default station_dir is /data/dc1/unocal/parameters. -s _s_t_a_t_i_o_n__f_i_l_e specifies an explicity station file. In general, the station file will be derived from the _s_t_a_t_i_o_n__d_i_r and the array name, which is contained in the PCQL file header. -blksize _n specifies the output MiniSEED blksize. The valid blksizes are 512, 1024, 2046, 4809, 8192, 1k, 2k, 4k, or 8k. The default blksize is 512. -n specifies that no MiniSEED should be output. This is primarily used for debugging. -d _n specifies debugging options. The debugging options can be added together to specify more than one debugging option. The debugging options are: 1 = array code 2 = file hdr 4 = channel hdr 8 = channel data 16 = station_info -h print out a simple help message with syntax and explai- nation of the options. _i_n_p_u_t__f_i_l_e specifies the input PCQL file to be read. If no input file is specified, data is read from stdin. _o_u_t_p_u_t__f_i_l_e specifies the output MiniSEED file to be written. If no output file is specified, data is written to stdout. BDSN Last change: 28 August 2000 1 User Commands PCQL2MS(1) NOTES 1. If only one filename is specified, it is assumed to be the input file. You cannot specify an output filename when the input is read from stdin. You can instead use the shell I/O redirection to specify the output file. 2. You may use the program sdrsplit to split the multi- channel MiniSEED data file into individual single-channel MiniSEED files. AUTHOR Douglas Neuhauser, UC Berkeley Seismological Laboratory, doug@seismo.berkeley.edu BDSN Last change: 28 August 2000 2