Subject: save postscripts in a loop
From: krzysztof.kazimierczuk
Date: Jun 13, 2008

Next: 515


Hello everyone!

I am going to write a simple python script which:
1 .Opens sequence of 2D spectra
2. Sets given contour scale in each spectrum
3. Saves each spectrum (view) to postscript file

Point 1 and point 2 Ive already done (basing on openspectra.py). But
how to perform point 3? I think that I should use
canvas.postscript(file=path) function but I dont know how to obtain
canvas of each from the sequence of opened windows.

Thanks in advance for the answer!

Krzysztof