Project

General

Profile

Actions

Feature #1045

closed

pymagic library

Added by Gabriel Lander over 13 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Amber Herold
Category:
Python scripting
Start date:
11/15/2010
Due date:
% Done:

0%

Estimated time:

Description

created "pymagic.py", a python IMAGIC hander similar to the SPIDER handler
started putting imagic functions into an "apImagic" directory, so far only have imagicFilters.py & imagicAlignment.py
an example of how it goes:

import pymagic
myIm = pymagic.ImagicSession("stand/testim.e")
myIm.toImagic("outfile,1,100")
myIm.toImagic("64,64")
myIm.toImagic("REAL")
myIm.toImagic("BLOBS")
myIm.close()

r15033

Actions #1

Updated by Amber Herold about 10 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF