Re: Multiple kernels

From: John Houck <houck>
Date: Sat, 24 Feb 2001 22:11:12 -0500
On Sat, Feb 24, 2001 at 18:33 -0500, Andy Young wrote:
> Hi
> 
> Thanks for the "constant" kernel which appears to work fine. One
> thing I've found is that if I use
> 
> set_kernel(1,"pileup");
> ()=evalfile("load_kernel.sl");
> set_kernel(2,"constant");
> edit_par;
> 
> both kernels for data sets 1 and 2 are set to the "constant" kernel.
> Is it possible to have two different kernels loaded at the same time?
> 
> Cheers
> Andy
> 


Hi Andy,

I've put a new version of isis on the ftp site which should
support this:
     ftp://space.mit.edu/pub/houck/isis/isis-0.9.12.tar.gz

Since you have 0.9.11 installed, it may be simpler to patch it
rather than doing a complete re-install.  The patch is available
from:
     ftp://space.mit.edu/pub/houck/isis/0.9.11__0.9.12.diff
     
-- John


P.S.

To apply the patch (assuming you have the GNU 'patch' program:  use
'patch --version' to check), first download it to the same
directory where you unpacked the isis tar file, so that you 
see something like:

% ls -ld *
-rw-r--r--   1 houck    asc         6772 Feb 24 21:09 0.9.11__0.9.12.diff
drwxr-xr-x  10 houck    asc          512 Feb 24 21:54 isis-0.9.11/
-rw-r--r--   1 houck    asc      4333276 Feb 21 23:46 isis-0.9.11.tar.gz

then run the GNU 'patch' program:

% patch -p0 < 0.9.11__0.9.12.diff
patching file isis-0.9.11/Changes.txt
patching file isis-0.9.11/src/cmds.h
patching file isis-0.9.11/src/fit-cmds.c
patching file isis-0.9.11/src/fit-kernel.c
patching file isis-0.9.11/src/fit-params.c
patching file isis-0.9.11/src/fit.h

then recompile.  e.g:

% mv isis-0.9.11 isis-0.9.12
% cd isis-0.9.12
% make clean all install


 
----
You received this message because you are
subscribed to the isis-users list.
To unsubscribe, send a message to
isis-users-request_at_email.domain.hiddenwith the first line of the message as:
unsubscribe
Received on Sat Feb 24 2001 - 22:11:22 EST

This archive was generated by hypermail 2.2.0 : Thu Mar 15 2007 - 08:45:50 EDT