Changeset 29


Ignore:
Timestamp:
09/12/08 17:55:21 (16 years ago)
Author:
meynadie
Message:

ajout double quotes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cherche_centre/00_traiter_tout_dat.py

    r28 r29  
    3030    # On obtient le "basename" (i.e. le nom de fichier moins '.dat') 
    3131    bn = filename[:-4] 
    32     os.system('python %s/01_pyraw2fits.py -n %s' % (pwd, 
     32    os.system('python "%s/01_pyraw2fits.py" -n %s' % (pwd, 
    3333                                                    filename)) 
    34     os.system('python %s/02_prepare.py %s %s' % (pwd, 
     34    os.system('python "%s/02_prepare.py" %s %s' % (pwd, 
    3535                                                 bn+'.fits', 
    3636                                                 bn+'_02.fits')) 
    37     os.system('python %s/03_suppr_fond.py %s %s' % (pwd, 
     37    os.system('python "%s/03_suppr_fond.py" %s %s' % (pwd, 
    3838                                                    bn+'_02.fits', 
    3939                                                    bn+'_03.fits')) 
    40     buf = sp.Popen('python %s/04_cherche_centre.py -t %f -w %i %s' %\ 
     40    buf = sp.Popen('python "%s/04_cherche_centre.py" -t %f -w %i %s' %\ 
    4141                   (pwd, 
    4242                    threshold, 
Note: See TracChangeset for help on using the changeset viewer.