/usr/lib/iraf/extern/rvsao/rvsao.cl is in iraf-rvsao 2.8.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | #{ RVSAO: SAO redshift package
set rvsaobin = "rvsao$bin(arch)/"
set rvscripts = "rvsao$Scripts/"
package rvsao, bin=rvsaobin$
string test
task bcvcorr,
emsao,
eqwidth,
linespec,
pemsao,
pxcsao,
sumspec,
wlrange,
listspec,
pix2wl,
wl2pix,
velset,
xcsao = "rvsao$x_rvsao.e"
task contpars = "rvsao$contpars.par"
task contsum = "rvsao$contsum.par"
task emplot = "rvscripts$emplot.cl"
task qplot = "rvscripts$qplot.cl"
task relearn = "rvscripts$relearn.cl"
task rvrelearn = "rvscripts$rvrelearn.cl"
task setvel = "rvscripts$setvel.cl"
task qplotc = "rvscripts$qplotc.cl"
task qplotx = "rvscripts$qplotx.cl"
task skyplot = "rvscripts$skyplot.cl"
task xcplot = "rvscripts$xcplot.cl"
task zvel = "rvscripts$zvel.cl"
task pvel = "rvscripts$pvel.cl"
rvsao.newversion = "RVSAO 2.8.3, March 27, 2015"
# Write the welcome message
if (motd) {
test = rvsao.newversion
if (rvsao.newversion == rvsao.version)
type rvsao$rvsao.msg
else
type rvsao$rvupdate.msg
}
;
clbye()
|