Changeset 17 in MML


Ignore:
Timestamp:
Jan 29, 2014, 4:49:49 PM (10 years ago)
Author:
zhangj
Message:

To have a stable version on the server.

Location:
trunk
Files:
2535 added
8 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11chromMML.txt
         2LOGFILE_soleil.m
  • trunk/LOGFILE_thomx.m

    r8 r17  
    158158   Fix the bug to avoid the mirror tunes.
    159159
     16010/01/2014
     161  Fix the bug in the longitudinal parameters definitions to get
     162  the correct 6D orbit.
    160163
    161164   
  • trunk/at/atphysics/findm44.m

    r4 r17  
    110110else
    111111    % optimal differentiation step - Numerical Recipes
    112     d =  6.055454452393343e-006;
     112    %d =  6.055454452393343e-006;
     113   
     114    % the same value as in dt/dl in findm66.m
     115    % to test why the chrom. from findm44 & findm66 are different
     116    % need to convert back to the numerical recipes value
     117    % when the test is finished...
     118    d =  1e-8;
    113119end
    114120
  • trunk/at/atphysics/fitchrom2.m

    r5 r17  
    121121%% Display how good is the fit
    122122if DisplayFlag
    123     fprintf('Desired chromaticities xix=%f xiz=%f\n',newchrom);
     123    fprintf('\n Desired chromaticities xix=%f xiz=%f\n',newchrom);
    124124    [tune xi] = tunechrom(THERING,0,'chrom');
    125     fprintf('Reached chromaticities xix=%f xiz=%f\n',xi);
     125    fprintf(' Reached chromaticities xix=%f xiz=%f\n',xi);
    126126   
    127     fprintf('before correction: %s = %f, %s = %f\n', sextfam1,InitialS1(1),sextfam2,InitialS2(1));
    128     fprintf('after correction:  %s = %f, %s = %f\n', sextfam1,FinalS1(1),sextfam2,FinalS2(1));
     127    fprintf('\n Before correction: %s = %f, %s = %f\n', sextfam1,InitialS1(1),sextfam2,InitialS2(1));
     128    fprintf(' After correction:  %s = %f, %s = %f\n', sextfam1,FinalS1(1),sextfam2,FinalS2(1));
    129129end
  • trunk/machine

    • Property svn:ignore set to

  • trunk/machine/THOMX/StorageRing/thomxringgui.m

    r13 r17  
    198198
    199199%% need to change back to  'measchro('Physics','Display')' when the ThomX ring is ready...
    200 
     200%% by Jianfeng Zhang @ LAL, 11/2013
    201201measchro('Simulator','Physics','Display');
    202202%measchro('Physics','Display');
  • trunk/machine/THOMX/readme

    r12 r17  
    1515case 'TANGO'
    1616
     17************
     1808/01/2014
     19  The orbit responase matrix of the Transfer line and the ring
     20  are found using LOCO!!!!!!!!!!!!
    1721
    18 (3) 10/01/2014   By Jianfeng Zhang @ LAL
     22************
     23 10/01/2014   By Jianfeng Zhang @ LAL
    1924    The 6D orbit of the ThomX ring is very sensitive to the correct
    2025    setting of the RF cacity. So the ring cirumfenrence should be
     
    3136    phase, harmonic number) etc!!!!!!! Otherwise, one can't correctly
    3237    model the ThomX ring!!!!!!!!!!!!!!
     38
     39*************
Note: See TracChangeset for help on using the changeset viewer.