source: trunk/soft/ObsData/testdata/obsdata-conftest @ 214

Last change on this file since 214 was 214, checked in by nanardon, 18 years ago
  • add a way to execute a command after processing, file list is pipe to the process
  • Property cvs2svn:cvs-rev set to 1.10
  • Property svn:keywords set to Author Date Id Revision
File size: 474 bytes
Line 
1# $Id$
2
3# This is a tested file
4
5[global]
6
7[Obs ohp]
8
9[ohp]
10description=Observatoire de Haute Provence
11datadir=testdata/ohp
12datadir/ozone=testdata/ohp/ozone
13
14[ozone]
15match= ^ozone(\d\d)$
16matcharg=num
17destarg=num num
18dest=%s/dest%s
19reportto=nanardon@nanardon.zarb.org
20postexec=cat > postexec.log
21
22[oxygene]
23match_archive= ^[^\d]*(\d\d)
24matcharg_archive= arnum
25match= ^oxygene(\d\d)$
26matcharg=num
27destarg=%Y arnum $datafile
28dest=%s/dest%s/%s
29reportto=thauvin@aerov.jussieu.fr
Note: See TracBrowser for help on using the repository browser.