supportsci:tools
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| supportsci:tools [2018/08/23 07:09] – benito | supportsci:tools [2019/04/08 11:58] (current) – [EEE(2)] benito | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Support Tools ====== | ====== Support Tools ====== | ||
| + | |||
| + | =====Personal Computers===== | ||
| + | **schedgaps.py** checks the ' | ||
| + | < | ||
| + | usage: schedgaps.py [-h] [-e EARLY] sum_file | ||
| + | |||
| + | List gaps for each telescope in a SCHED keyin file. Note, stations with | ||
| + | continuous cal will be reported but have an asterix in front of them | ||
| + | |||
| + | positional arguments: | ||
| + | sum_file | ||
| + | sumitem or by itself (last) | ||
| + | |||
| + | optional arguments: | ||
| + | -h, --help | ||
| + | -e EARLY, --early EARLY | ||
| + | seconds antenna must be on source before scan start to | ||
| + | count as sufficient for tsys. Defaults to 11 | ||
| + | </ | ||
| =====CCSBETA===== | =====CCSBETA===== | ||
| Line 22: | Line 41: | ||
| this case the default is: < | this case the default is: < | ||
| </ | </ | ||
| + | |||
| + | **schedule_fringe_test** - script to schedule an automatic fringe test. | ||
| + | |||
| + | Inside the experiment name (/ | ||
| + | < | ||
| + | log2vex.pl | ||
| + | - tapelog evlbi | ||
| + | - EOP | ||
| + | - Sched from Skdfile | ||
| + | - Clock | ||
| + | - Compile vexfile | ||
| + | |||
| + | |||
| + | vex2db < | ||
| + | |||
| + | schedule_fringe_test [-h] -e EXPERIMENT -s STATIONS -m EMAIL [-n SCANNAME] [-t STARTTIME] [-d DURATION] | ||
| + | |||
| + | Either specify a scan or startime plus duration. | ||
| + | |||
| + | Arguments: | ||
| + | -h Show the help | ||
| + | -e EXPERIMENT | ||
| + | -s STATIONS | ||
| + | -m EMAIL Email where the results will be submitted | ||
| + | -n SCANNAME | ||
| + | -t STARTTIME | ||
| + | -d DURATION | ||
| + | </ | ||
| + | |||
| + | |||
| + | **recorrelate_fringe_test** - to correlate again a fringe test scheduled with schedule_fringe_test. | ||
| + | |||
| + | < | ||
| + | recorrelate_fringe_test -e EXPERIMENT -n SCANNAME | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| =====EEE(2)===== | =====EEE(2)===== | ||
| Line 40: | Line 98: | ||
| --version | --version | ||
| -v, --verbose | -v, --verbose | ||
| + | </ | ||
| + | |||
| + | **fringeSelect.py** - script to help find you a fringe finder. Queries astrogeo rfc: | ||
| + | < | ||
| + | usage fringeSelect.py [-h] [-b BAND] [-e MIN_EL] [-f MIN_FLUX] | ||
| + | | ||
| + | |||
| + | Provide some options for sources to use as fringe finders. Based on RfC | ||
| + | catalogue. | ||
| + | |||
| + | positional arguments: | ||
| + | timeStart | ||
| + | =' | ||
| + | duration | ||
| + | stations | ||
| + | |||
| + | optional arguments: | ||
| + | -h, --help | ||
| + | -b BAND, --band BAND The band you are searching for, one of l, s, c, m, x, | ||
| + | u, k, q. If not specified will default to using C-band | ||
| + | fluxes as priority. | ||
| + | -e MIN_EL, --min-el MIN_EL | ||
| + | The minimum elevation to consider a source being ' | ||
| + | Defaults to 20. | ||
| + | -f MIN_FLUX, --min-flux MIN_FLUX | ||
| + | The mimimum flux density of sources to consider. | ||
| + | Defaults to 1.0 Jy | ||
| </ | </ | ||
| Line 119: | Line 204: | ||
| </ | </ | ||
| + | |||
| + | **pipelet.py** - Parses the pipe letter (exp.pipelet) to be sent to the PI after pipelining the data. | ||
| + | < | ||
| + | usage: pipelet.py [-h] [-v] [-o OUTPUT] [-c CREDENTIALS] [-u USERNAME] [-p PASSWORD] | ||
| + | | ||
| + | |||
| + | Creates a .pipelet file in the current directory. This letter is the content that must | ||
| + | be sent to the PI after pipelining an experiment. It contains information about the | ||
| + | pipeline output and the credentials to access the data. | ||
| + | It takes the credentials from the username_password.auth file that should be placed in | ||
| + | the current directory (otherwise specify its file, or the username and password as parameters). | ||
| + | The user must provide the following information: | ||
| + | - The experiment name (case insensitive). | ||
| + | - Who are you (the Support Scientist). Type your surname. | ||
| + | |||
| + | positional arguments: | ||
| + | experiment | ||
| + | jss JIVE Support Scientist doing the post-processing (your surname). | ||
| + | |||
| + | optional arguments: | ||
| + | -h, --help | ||
| + | -v, --version | ||
| + | -o OUTPUT, --output OUTPUT | ||
| + | Output directory where the file {experiment}.pipelet will be store | ||
| + | (by default the current directory) | ||
| + | -c CREDENTIALS, | ||
| + | Auth file containing the username and password in its name (required | ||
| + | if *.auth is not in current directory). | ||
| + | -u USERNAME, --username USERNAME | ||
| + | Username to access the data (required if no credential file exists) | ||
| + | -p PASSWORD, --password PASSWORD | ||
| + | Password to access the data (required if no credential file exists) | ||
| + | |||
| + | </ | ||
| =====Pipe (jop83)===== | =====Pipe (jop83)===== | ||
| Line 149: | Line 268: | ||
| **antabfs_interpolate.py** - Modifies an ANTAB file to write more Tsys values when the time separation between them is too long. | **antabfs_interpolate.py** - Modifies an ANTAB file to write more Tsys values when the time separation between them is too long. | ||
| < | < | ||
| + | usage: antabfs_interpolate.py [-h] [-v] [-p] [-o OUTPUTFILE] [-tini STARTIME] [-tend ENDTIME] antabfile int | ||
| + | |||
| + | |||
| Given an ANTAB file, it creates a new one with more Tsys values that are interpolated from the | Given an ANTAB file, it creates a new one with more Tsys values that are interpolated from the | ||
| given ones. This will fill gaps when the time separation between Tsys measurements is too long | given ones. This will fill gaps when the time separation between Tsys measurements is too long | ||
| Line 218: | Line 340: | ||
| **uvflgall.csh** - makes a uvflgfs file from any .log files in the current directory. Also changes flagr line to make uvflg.pl happier. | **uvflgall.csh** - makes a uvflgfs file from any .log files in the current directory. Also changes flagr line to make uvflg.pl happier. | ||
| + | |||
| + | **comment_tasav_file.py** - tool to create the comment file to be located in the pipeline output before running the feedback.pl script (and after having run the pipeline): | ||
| + | |||
| + | < | ||
| + | usage: comment_tasav_file.py [-h] [-v] [-oc OUTPUT_COMMENT] [-ot OUTPUT_TASAV] | ||
| + | | ||
| + | |||
| + | Creates a .comment file (in $OUT/exp directory) and a .tasav.txt file (in | ||
| + | $IN/exp). Given the default templates, it customizes them to include the basic | ||
| + | data from the given experiment. The script takes the information from | ||
| + | different locations (ccsbeta, pipe $IN and $OUT directories). The EVN Pipeline | ||
| + | must have been run before calling this script. | ||
| + | |||
| + | positional arguments: | ||
| + | experiment | ||
| + | write {exp}_number (e.g. ev100_1 | ||
| + | |||
| + | optional arguments: | ||
| + | -h, --help | ||
| + | -v, --version | ||
| + | -oc OUTPUT_COMMENT, | ||
| + | Output directory where the file {experiment}.comment | ||
| + | will be saved (by default in $OUT/ | ||
| + | -ot OUTPUT_TASAV, | ||
| + | Output directory where the file {experiment}.tasav.txt | ||
| + | will be saved (by default in $IN/ | ||
| + | |||
| + | </ | ||
| + | All additional data are taken from different files: the script access ccsbeta to get the epoch of the observation (from the MASTER_PROJECT.LIS file), and it also reads the pipeline input file and the pipeline output .SCAN and .DTSUM files. The default output will be in $OUT/ | ||
| + | |||
| + | |||
| + | |||
supportsci/tools.1535008161.txt.gz · Last modified: 2018/08/23 07:09 by benito