HOW TO MODIFY JULIA 2.0 SESSION FILES

Session files created by Julia can be modified outside of Julia (that is, without using Julia) in order to do such things as:

 (1) add INPUT FUNCTIONS from one SESSION into another SESSION,

(2) add OUTPUT SETS from one SESSION into another  SESSION, and

(3) add OUTPUT SETS created by other applications (such as Mathematica) to a SESSION.

The new SESSION can then be loaded into Julia in the usual way.


1. How to add INPUT FUNCTIONS from one SESSION into another SESSION

Suppose you have SESSION files T1.julia.zip and T2.julia.zip and you want to add an INPUT FUNCTION from T1.julia.zip to T2.julia.zip.  You can do this by the following.

2. How to add OUTPUT SETS from one SESSION into another  SESSION

Suppose you have SESSION files T1.julia.zip and T2.julia.zip and you want to add an OUTPUT SET from T1.julia.zip to T2.julia.zip.  You can do this by the following.

3. How to "import" in Julia OUTPUT SETS created by applications other than Julia

Suppose you have SESSION file T1.julia.zip and you want to include as an OUTPUT SET a set of data created by an application outside of Julia.   You can do this by the following.