HTML automatically generated with rman
Table of Contents

Name

pedit - parameter editing on a file

Synopsis

pedit parfile [options] key=val ...

Description

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.

Flags

-e
This will assume the lines are bash style key=val (no spaces allowed)
-o
This will overwrite

Examples


   % 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

See Also

nemo(1NEMO)

Author

Peter Teuben

Files

$NEMO/src/scripts/pedit    python script

Update History


jul-2019    created                PJT
30-may-2020    finally documented           PJT
17-feb-2021    options after parfile,    added -e, -o    PJT


Table of Contents