
Conversion of a set of Digital Micrograph files to Tiff format:
| |||||||||||||||
| Changed: | |||||||||||||||
| < < |
| ||||||||||||||
| > > |
| ||||||||||||||
Files needed:convert.com#! /bin/csh -f dm2mrc $1 $1:r.mrc replace.com#! /bin/csh -f echo MRC > temp.txt echo TIFF >> temp.txt echo 2D >> temp.txt echo NO >> temp.txt echo $1 >> temp.txt echo $1:r >> temp.txt echo LINUX >> temp.txt em2em < temp.txt > /dev/null rm temp.txt
| |||||||||||||||