GCMS / VIRUS-W Finder Chart Generation - ifuchart

gcms-virusw.jpg

GCMS / VIRUS-W Finder Chart Generation - ifuchart 

An initial release of the GCMS/VIRUS-W finder chart application is deployed on atlas, in the 'xproto' account.

 To invoke it, the following procedure should work:

 

shell-prompt> alias python=/usr/bin/python3.6

shell-prompt> cd ifuchart

shell-prompt>  python ifuchart.py -i -a 23:04:56.5706 -d 12:19:19:589 -n FOO

 

This will run the finder chart generation code, and should leave you with a ds9 window similar, if not identical to the reference image in this email.

 

The first shell command generates an alias for python, which isn't in the xproto account path by default, to be fixed later after some discussion.

 

The second shell command puts the user into the ifuchart directory. The third runs the code.

 

If you wish to experiment with this in your local atlas account environment, you can do the following:

 

shell-prompt> cp ~xproto/ifuchart.tar .

shell-prompt> mkdir ifuchart

shell-prompt> tar xvf ../ifuchart.tar .

 

That will install an account-local version of the code in a subdirectory 'ifuchart'.