(Modified 2009 Oct 31)
montagefromdoc.py
Screen captures may not be up-to-date
Recent modifications:
A more complete list of changes is shown in the source code.
Rationale:
Often, I would like to display more images than fits on a screen. JWEB is inconvenient, for several reasons. montage.py recently added the ability to open subsets of images, but it isn't straightforward to manually page through screenfuls of images. The ability to page through screenfuls was the mean feature I wanted to implement.
Getting started:
Documentation for the accompaying batch files is here.
The tarballs containing SPIDER batch files and scripts are here.
The source code is here.
You'll need SPIRE, the SPIDER Reconstruction Engine, installed in order to run this program. If it isn't already installed, I recommend the full installation.
If the network is slow, and if you're running my particle-verification procedure, copying the directory Reconstruction/select/ locally should suffice. If you need to copy the resulting output doc files, I'd recommend using tar, which will preserve the directories, e.g.:
tar -cvf new.tar select/prj*/not*.dat
Procedure:
Assuming the Python script is in your $PATH, run it by typing:
montagefrom.py &
If you're running it for the first time, a pop-up window will appearwith some pre-set defaults. When you change or update the filenames, they get saved. In the following example, I've picked up from a previous session, and the programs recalls those filenames:

If your data extension is not .dat, be sure to change it here.
In the example above, I had been using unstacked images. montagefromdoc.py also works with stacked images:

It may be preferable to enter the input file templates on the command line. (Navigating through the file-browser button can be cumbersome.) The first optional cammand-line argument is the doc file:
montagefromdoc.py select/prj001/goodsel.dat &
The second optional cammand-line argument is the image stack/template:
montagefromdoc.py select/prj001/goodsel.dat select/prj001/stkfilt.dat &
When you click on Continue, a montage of images will pop up:

With the menus overlain:

The selection part should be intuitive. Sometimes, clicking on the bad particles and inverting the selection is easier. Shift-clicking will select the contiguous stretch of particles from the last one you selected.
There are some keyboard shortcuts here (also available in Help-> Keyboard shortcuts:
From the Open Selections (CTRL-o) menu:
To do:
I have a queue of TO DOs (some listed in the source code), but if there are any other suggestions, let me know.