|
| 1 | +produce_html_plotpage |
| 2 | +--------------------- |
| 3 | +Usage: produce_html_plotpage [-f] <vex-file> \ |
| 4 | + <correlation_file> [<output_directory>] |
| 5 | + |
| 6 | +Generates the html-pages used for the ftp-fringe tests. |
| 7 | + |
| 8 | +Options: |
| 9 | + -f With this option produce_html_plotpage doesn't after generating the |
| 10 | + html-page continues reading in new integration slices and plots those. |
| 11 | + |
| 12 | + |
| 13 | +produce_html_diffpage |
| 14 | +--------------------- |
| 15 | +Usage: produce_html_diffpage <vex-file> \ |
| 16 | + <correlation_file1> <correlation_file2> [<output_directory>] |
| 17 | + |
| 18 | +Shows the difference between two correlation output files. |
| 19 | +Very similar to produce_html_plotpage |
| 20 | + |
| 21 | +vex2ccf |
| 22 | +------- |
| 23 | +Generates a skeleton for a ctrl-file from a vex file |
| 24 | +Usage: vex2ccf [--full|-f] [--das3] <vex-file> <ctrl-file> |
| 25 | + |
| 26 | +Options: |
| 27 | + --full, -f: generate more information, that can be used by the work flow |
| 28 | + manager |
| 29 | + --das3: addes a das3 specific section |
| 30 | + |
| 31 | + |
| 32 | +baseline_info |
| 33 | +------------- |
| 34 | +Prints out information about all integrations of one baseline |
| 35 | +Usage: baseline_info <cor-file> <ch_nr> <sideband> <st_nr1> <pol1> <st_nr2> <pol2> |
| 36 | + |
| 37 | +All arguments, except for the cor-file, are the values as found in the |
| 38 | + baseline-header |
| 39 | + |
| 40 | +The output is a table with a row for every integration containing: |
| 41 | + - The location of the fringe |
| 42 | + - The phase of the fringe |
| 43 | + - The absolute value of the fringe |
| 44 | + - The phase of the center lag |
| 45 | + - The absolute value of the center lag |
| 46 | + - The signal to noise ratio |
| 47 | + - the weight |
| 48 | + |
| 49 | + |
| 50 | +phase_plot |
| 51 | +---------- |
| 52 | +Usage: phase_plot <cor-file> |
| 53 | +Writes out the phase of the fringe for every timeslice |
| 54 | +Each row contains the phases for every baseline, in the order that they occur |
| 55 | +in the correlation file |
| 56 | + |
| 57 | +plot_delay_table |
| 58 | +---------------- |
| 59 | +converts a binary delay table to an interpolated ascii table |
| 60 | +Usage: plot_delay_table <delay-table> <plot-file> |
| 61 | + |
| 62 | +each row contains a value for the time and the delay. |
| 63 | +Scans are separated with an extra newline, which makes gnuplot draw a new curve. |
| 64 | + |
| 65 | +mark5a_print_headers |
| 66 | +-------------------- |
| 67 | +Prints the timestamps in the headers of a mark5a file |
| 68 | +Usage: mark5a_print_headers <mark5a-file> |
| 69 | + |
| 70 | +print_new_output_format |
| 71 | +----------------------- |
| 72 | +Usage: print_new_output_format <cor-file> |
| 73 | + |
| 74 | +Prints out all headers in the output correlation file to std::cout and |
| 75 | +writes the data to the file "output_new.txt". |
| 76 | + |
| 77 | + |
| 78 | +generate_uvw_coordinates |
| 79 | +------------------------ |
| 80 | +Usage: generate_uvw_coordinates <delay-file> <start> <stop> <integration-time> <output-file> |
| 81 | + |
| 82 | +Generates a file with ascii uvw coordinates from a delay file |
| 83 | + |
| 84 | +make_anim |
| 85 | +--------- |
| 86 | +Usage: make_anim <ctrl-file> <station1_nr> <station2_nr> |
| 87 | + |
| 88 | +Makes an animated gif displaying the evolution of the fringe of a certain |
| 89 | +baseline over time |
| 90 | + |
| 91 | + |
| 92 | +dnfp_fileclient |
| 93 | +--------------- |
| 94 | +A utility made by Damien to transfer data from a dnfp_server |
| 95 | + |
| 96 | +This file contains a little file client based on a simple protocol. |
| 97 | +The application simply connect to a dnfp server and request a file. |
| 98 | + |
| 99 | +dnfp_fileserver |
| 100 | +--------------- |
| 101 | +A utility made by Damien to serve data over a network |
| 102 | + |
| 103 | +This file contains a little file server based on a simple protocol. |
| 104 | +The application use a config file named: dnfp_configfile.cfg |
| 105 | + |
| 106 | +this file stores the list of file to expose to the clients...and there |
| 107 | +symbolic name in the format: |
| 108 | +name1 /path/to/real/file |
0 commit comments