Feature #4973
openUpload Helios images to appion
0%
Description
I would like to be able to upload Helios images to appion. Eventually to be able to do all of our fib-sem processing in the Appion workflow.
Current workflow:
* Convert all tiff images into a single mrc stack (Imod tools)
* determine alignment parameters (Imod tools)
* Align (Imod tools)
* fix intensity gradients (ImageJ)
* import into Amira for rescaling to cubic voxels, segmentation
My script for heading the header of the tiff tiles is attached
Files
Updated by Sargis Dallakyan over 7 years ago
Found FIB SEM image data set of Caenorhabditis elegans exposed to 60 nm Au nanoparticles at:
https://catalog.data.gov/dataset/fib-sem-image-data-set-of-caenorhabditis-elegans-exposed-to-60-nm-au-nanoparticles
I put some thoughts on this and we will need to decide where this metadata will be stored in our database. In the meantime I have been looking into https://www.openmicroscopy.org/omero/
I've installed this and imported one of the C elegans datasets at http://192.168.4.29:4080. I like that OMERO.web is using Django and it has very nice looking user interface. I can send username/password in an email if interested. I plan to demo this during the hackathon.
Updated by Sargis Dallakyan over 7 years ago
Created appion/bin/uploadFIB-SEMImages.py to upload tif images. An example session is at http://emgweb.nysbc.org/betamyamiweb/imageviewer.php?expId=4709
Usage: uploadFIB-SEMImages.py [options] Options: -h, --help show this help message and exit ... --image-dir=DIR Directory that contains TIF files to upload --projectid=projectID ID of the project to upload images to --session-name=SESSIONNAME Session name, e.g., 17aug06a. If provided append images to this session. Example: uploadFIB-SEMImages.py --image-dir=/gpfs/leginon/sargis/workspace/FIBSEM-Celegans-tiff-set1-106/ --description='test' --projectid=364 --session-name=17aug16l34
Updated by Sargis Dallakyan almost 7 years ago
- Related to Feature #5464: Helios integration with Appion pipeline added
Updated by Sargis Dallakyan almost 6 years ago
- File SEM_upload.py SEM_upload.py added
- File uploadSEM.sh uploadSEM.sh added
Adding scripts used to upload images. This script is run every 10 minutes on node01:
[root@node01 bin]# more /var/spool/cron/root 0/10 * * * * bash -l /root/bin/uploadSEM.sh
It looks for a file named upload.cfg and modified withing last 3 days. An example for upload.cfg:
[sem] project=211 z-slice=5 description=Testing SEM upload