Project

General

Profile

Actions

How to test upload images with your own sandbox » History » Revision 1

Revision 1/8 | Next »
Amber Herold, 10/01/2010 03:05 PM


How to test upload images with your own sandbox

Just had to do this so taking some notes:

the objective

I have images that I want to upload loacted in my home directory.
I want to use my sandbox on the web side of appion.
I want to use the wrapper/appion snapshot/beta appion for the python parts. However you want to call it, I just need a recent version.
I want to upload the images to my own private database that is located on the fly server.
When the images are uploaded, I want them stored in my home directory rather than on /ami/data00.

setup

sinedon.cfg in home directory

Make sure sinedon.cfg is in your home directory and the host, user and password correspond to your database.
Make sure the projectdata and leginondata settings are set to the name of your db.

leginon.cfg in home directory

Make sure leginon.cfg is in your home directory and the images path is set to a folder in your home directory.

create the command

  • open myamiweb
    Go to fly/~your_username/myamiweb which has been set up per the following instructions...
  • Go to or create a project for your images to be uploaded into.
  • make sure there is a database set for the project (ex. ap123)
  • click on [upload images to new session]
  • Under the directory containing images field copy the path to the images on your home directory ex. /home/your_username/dir1/dir2
  • Select just show command

execute the command

Updated by Amber Herold about 14 years ago · 1 revisions