HTML automatically generated with rman
Table of Contents
pedit - parameter editing on a file
pedit parfile [options]
key=val ...
pedit helps you create a new parameter file based
on a template by replacing the values of selected parameters. The result
is shown on stdout.
- -e
- This will assume the lines are bash style key=val
(no spaces allowed)
- -o
- This will overwrite
% pedit $NEMODAT/Bbarolo/model0_3dfit.par FITSFILE=out.fits OUTFOLDER=out.3dfit
INC=40 > qout.3dfit.par
% pedit lmtoy_79448.rc -e -o slice=[-100,100]
Overwriting lmtoy_79448.rc
nemo(1NEMO)
Peter Teuben
$NEMO/src/scripts/pedit
python script
jul-2019 created PJT
30-may-2020 finally documented PJT
17-feb-2021 options after parfile, added -e, -o PJT
Table of Contents