smoothDist6s error and MBI gain curve

Moderators: cyao, soliday

Post Reply
Aamna_Khan
Posts: 49
Joined: 13 Oct 2016, 09:17

smoothDist6s error and MBI gain curve

Post by Aamna_Khan » 12 Apr 2017, 05:03

Hello Michael,

If I'm not wrong, smoothDist6s is already installed with elegant. When I tried to use it for bunCompLSC example it gives an env(HOST_ARCH) error. To resolve this , even I tried to install the script by changing the env...still there is an error.

Also, I want to see the gain curve for MBI by LSC. I got processHistogram script of yours from forum. There was an error of invalid commond of "APSStandardSetup". Please help me how I can set upthat problem and how to fix smoothDist6s error?

Aamna
Attachments
Screenshot from 2017-04-12 11-44-10.png

Aamna_Khan
Posts: 49
Joined: 13 Oct 2016, 09:17

Re: smoothDist6s error and MBI gain curve

Post by Aamna_Khan » 12 Apr 2017, 11:31

Please help me to resolve this issue. I'm not able to figure out the problem. oagtcltk is already installed in ubuntu. :|


Aamna

soliday
Posts: 390
Joined: 28 May 2008, 09:15

Re: smoothDist6s error and MBI gain curve

Post by soliday » 12 Apr 2017, 14:14

Set your HOST_ARCH and EPICS_HOST_ARCH environment variables.

For 64 bit machines it would look like:
setenv HOST_ARCH linux-x86_64
setenv EPICS_HOST_ARCH linux-x86_64
or
export HOST_ARCH=linux-x86_64
export EPICS_HOST_ARCH=linux-x86_64

For 32 bit machines it would look like:
setenv HOST_ARCH linux-x86
setenv EPICS_HOST_ARCH linux-x86
or
export HOST_ARCH=linux-x86
export EPICS_HOST_ARCH=linux-x86

Aamna_Khan
Posts: 49
Joined: 13 Oct 2016, 09:17

Re: smoothDist6s error and MBI gain curve

Post by Aamna_Khan » 13 Apr 2017, 04:37

Thank you. I didn't set the EPICS_HOST_ARCH.

Post Reply