Source Code

This source code is very close to the Apollo Guidance Computer software for the Apollo 13 Lunar module. This revision of the Luminary 131 program is from December of 1969, whereas there was a later revision in January of 1970, and still another revision in February, which is the code that flew on the mission. As far as this transcription is concerned, it was originally from a copy made in 1991 of a printout from the collection of AGC developer Don Eyles for collector David Craig. It was subsequently scanned by Gary Neff, reprocessed for online presentation at the now-discontinued History of Recent Science and Technology (HRST) website of MIT's Dibner Institute (the full-quality scans being discarded in the process), and finally transcribed by Ron Burkey for the Virtual AGC Project. Although a high-quality replacement scan for a completely illegible page was later provided by Gary Neff, the reduced legibility of the reprocessed HRST posting nevertheless caused many errors to be introduced into the transcription. Accordingly, a second scan of the same physical printout was made in 2017 for the Virtual AGC Project's collection at the Internet Archive, and used to correct the transcription errors. All of the scanned materials mentioned, as well as other Luminary 131 related material, are available online. Don Eyles apprently made additional hand-written notes in printout between 1991 and 2017, so the two scans are not identical in that respect. The page-headings in the printout read, in part:
	GAP:  ASSEMBLE REVISION 131 OF AGC PROGRAM LUMINARY BY NASA 2021112-091
	17:53 DEC. 19, 1969
Note that the date is the date the printout was made, not the date on which the program revision was released, although these happen to be very close together.

015998,000002:                                                                                                  ## Copyright:   Public domain.
015999,000003:                                                                                                  ## Filename:    IMU_PERFORMANCE_TESTS.agc
016000,000004:                                                                                                  ## Purpose:     A section of Luminary 1C, revision 131.
016001,000005:                                                                                                  ##              It is part of the source code for the Lunar Module's (LM)
016002,000006:                                                                                                  ##              Apollo Guidance Computer (AGC) for Apollo 13.
016003,000007:                                                                                                  ##              This file is intended to be a faithful transcription, except
016004,000008:                                                                                                  ##              that the code format has been changed to conform to the
016005,000009:                                                                                                  ##              requirements of the yaYUL assembler rather than the 
016006,000010:                                                                                                  ##              original YUL assembler.
016007,000011:                                                                                                  ## Reference:   pp. 384-391
016008,000012:                                                                                                  ## Contact:     Ron Burkey <info@sandroid.org>.
016009,000013:                                                                                                  ## Website:     www.ibiblio.org/apollo/index.html
016010,000014:                                                                                                  ## Mod history: 05/11/03 RSB.   Began transcribing.
016011,000015:                                                                                                  ##              05/14/05 RSB.   Corrected website reference above.
016012,000016:                                                                                                  ##              2017-01-06 RSB  Page numbers now agree with those on the
016013,000017:                                                                                                  ##                              original harcopy, as opposed to the PDF page
016014,000018:                                                                                                  ##                              numbers in 1701.pdf.
016015,000019:                                                                                                  ##              2017-02-23 RSB  Proofed comment text using octopus/ProoferComments.
016016,000020:                                                                                                  ##              2017-03-07 RSB  Comment-text error-fixes noted in proofing Luminary 116.
016017,000021: 

Page 384

016019,000023:                                                                                                  #  PROGRAM -     IMU PERFORMANCE TESTS 4
016020,000024:                                                                                                  #  DATE -        NOV 15, 1966
016021,000025:                                                                                                  #  BY -          GEORGE SCHMIDT IL7-146 EXT 1126
016022,000026:                                                                                                  #  MOD NO-ZERO
016023,000027: 
016024,000028:                                                                                                  #  FUNCTIONAL DESCRIPTION
016025,000029: 
016026,000030:                                                                                                  #  THIS SECTION CONSISTSOF THE FILTER FOR THE GYRO DRIFT TESTS.  NO COMPASS
016027,000031:                                                                                                  #  IS DONE IN LEM.  FOR A DESCRIPTION OF THE FILTER SEE E-1973.  THIS
016028,000032:                                                                                                  #  SECTION IS ENTERED FROM IMU 2.  IT RETURNS THERE AT END OF TEST.
016029,000033: 
016030,000034:                                                                                                  #  EARTHR,OGC ZERO,ERTHRVSE
016031,000035: 
016032,000036:                                                                                                  #  NORMAL EXIT
016033,000037: 
016034,000038:                                                                                                  #  LENGTHOT GOES TO ZERO - RETURN TO IMU PERF TESTS 2 CONTROL
016035,000039: 
016036,000040:                                                                                                  #  ALARMS
016037,000041: 
016038,000042:                                                                                                  #  1600  OVERFLOW IN DRIFT TEST
016039,000043:                                                                                                  #  1601  BAD IMU MODING IN ANY ROUTINE THAT USES IMUSTALL
016040,000044:                                                                                                  #        OUTPUT
016041,000045: 
016042,000046:                                                                                                  #  FLASHING DISPLAY OF RESULTS - CONTROLLED IN IMU PERF TESTS 2
016043,000047: 
016044,000048:                                                                                                  #  DEBRIS
016045,000049: 
016046,000050:                                                                                                  #  ALL CENTRALS - ALL OF EBANK XSM
016047,000051: 

Page 385

016049,000053: 33,2045                                           BANK     33                                    
016050,000054: 37,2000                                           SETLOC   IMU4                                  
016051,000055: 37,2000                                           BANK                                           
016052,000056: 37,2500                                           COUNT*   $$/P07                                
016053,000057: 
016054,000058: 37,2500  E5,1642                                  EBANK=   XSM                                   
016055,000059: 
016056,000060: 37,2500           00004        ESTIMS             INHINT                                         
016057,000061: 37,2501           31572                           CAE      1SECXT                                
016058,000062: 37,2502           05173                           TC       TWIDDLE                               
016059,000063: 37,2503  E5,1642                                  EBANK=   XSM                                   
016060,000064: 37,2503           02536                           ADRES    ALLOOP                                
016061,000065: 37,2504           34755                           CAF      ZERO                                  #  ZERO THE PIPAS
016062,000066: 37,2505           54037                           TS       PIPAX                                 
016063,000067: 37,2506           54040                           TS       PIPAY                                 
016064,000068: 37,2507           54041                           TS       PIPAZ                                 
016065,000069: 37,2510           00003                           RELINT                                         
016066,000070: 37,2511           33075                           CA       77DECML                               
016067,000071: 37,2512           55571                           TS       ZERONDX                               
016068,000072: 37,2513           33076                           CA       ALXXXZ                                
016069,000073: 37,2514           02367                           TC       ZEROING                               
016070,000074: 37,2515           06042                           TC       INTPRET                               
016071,000075: 37,2516           77735                           SLOAD                                          
016072,000076: 37,2517           37057                                    SCHZEROS                              
016073,000077: 37,2520           25477                           STOVL    GCOMPSW    -1                         
016074,000078: 37,2521           37070                                    INTVAL     +2                         
016075,000079: 37,2522           26445                           STOVL    ALX1S                                 
016076,000080: 37,2523           37057                                    SCHZEROS                              
016077,000081: 37,2524           00325                           STORE    DELVX                                 
016078,000082: 37,2525           01472                           STORE    GCOMP                                 
016079,000083: 37,2526           77735                           SLOAD                                          
016080,000084: 37,2527           02441                                    TORQNDX                               
016081,000085: 37,2530           50076                           DCOMP    BMN                                   
016082,000086: 37,2531           76534                                    VERTSKIP                              
016083,000087: 37,2532           77624                           CALL                                           
016084,000088: 37,2533           76401                                    ERTHRVSE                              
016085,000089: 37,2534           77776        VERTSKIP           EXIT                                           
016086,000090: 37,2535           03035                           TC       SLEEPIE    +1                         
016087,000091: 

Page 386

016089,000093: 37,2536           31576        ALLOOP             CA       OVFLOWCK                              
016090,000094: 37,2537           00006                           EXTEND                                         
016091,000095: 37,2540           12542                           BZF      +2                                    
016092,000096: 37,2541           05261                           TC       TASKOVER                              
016093,000097: 37,2542           11530                           CCS      ALTIM                                 
016094,000098: 37,2543           30000                           CA       A                                     #  SHOULD NEVER HIT THIS LOCATION
016095,000099: 37,2544           55531                           TS       ALTIMS                                
016096,000100: 37,2545           40000                           CS       A                                     
016097,000101: 37,2546           55530                           TS       ALTIM                                 
016098,000102: 37,2547           44753                           CS       ONE                                   
016099,000103: 37,2550           61562                           AD       GEOCOMPS                              
016100,000104: 37,2551           00006                           EXTEND                                         
016101,000105: 37,2552           12556                           BZF      +4                                    
016102,000106: 37,2553           31412                           CA       LENGTHOT                              
016103,000107: 37,2554           00006                           EXTEND                                         
016104,000108: 37,2555           62562                           BZMF     +5                                    
016105,000109: 37,2556           31572                           CAE      1SECXT                                
016106,000110: 37,2557           05173                           TC       TWIDDLE                               
016107,000111: 37,2560  E5,1642                                  EBANK=   XSM                                   
016108,000112: 37,2560           02536                           ADRES    ALLOOP                                
016109,000113: 37,2561           34755                           CAF      ZERO                                  
016110,000114: 37,2562           56037                           XCH      PIPAX                                 
016111,000115: 37,2563           54324                           TS       DELVX                                 
016112,000116: 37,2564           34755                           CAF      ZERO                                  
016113,000117: 37,2565           56040                           XCH      PIPAY                                 
016114,000118: 37,2566           54326                           TS       DELVY                                 
016115,000119: 37,2567           34755                           CAF      ZERO                                  
016116,000120: 37,2570           56041                           XCH      PIPAZ                                 
016117,000121: 37,2571           54330                           TS       DELVZ                                 
016118,000122: 37,2572           34736        SPECSTS            CAF      PRIO20                                
016119,000123: 37,2573           05105                           TC       FINDVAC                               
016120,000124: 37,2574  E5,1642                                  EBANK=   XSM                                   
016121,000125: 37,2574           02577 76065                     2CADR    ALFLT                                 #  START THE JOB
016122,000126: 
016123,000127: 37,2576           05261                           TC       TASKOVER                              
016124,000128: 

Page 387

016126,000130: 37,2577           11562        ALFLT              CCS      GEOCOMPS                              
016127,000131: 37,2600           02602                           TC       +2                                    
016128,000132: 37,2601           02604                           TC       NORMLOP                               
016129,000133: 37,2602           04616                           TC       BANKCALL                              
016130,000134: 37,2603           15271                           CADR     1/PIPA                                
016131,000135: 37,2604           06042        NORMLOP            TC       INTPRET                               
016132,000136: 37,2605           77745                           DLOAD                                          
016133,000137: 37,2606           37066                                    INTVAL                                
016134,000138: 37,2607           24051                           STOVL    S1                                    
016135,000139: 37,2610           00325                                    DELVX                                 
016136,000140: 37,2611           76505                           VXM      VSL1                                  
016137,000141: 37,2612           02643                                    XSM                                   
016138,000142: 37,2613           57545                           DLOAD    DCOMP                                 
016139,000143: 37,2614           00160                                    MPAC       +3                         
016140,000144: 37,2615           16523                           STODL    DPIPAY                                
016141,000145: 37,2616           00162                                    MPAC       +5                         
016142,000146: 37,2617           02527                           STORE    DPIPAZ                                
016143,000147: 
016144,000148: 37,2620           76001                           SETPD    AXT,1                                 
016145,000149: 37,2621           00001                                    0                                     
016146,000150: 37,2622           00010                                    8D                                    
016147,000151: 37,2623           57535                           SLOAD    DCOMP                                 
016148,000152: 37,2624           02563                                    GEOCOMPS                              
016149,000153: 37,2625           77640                           BMN                                            
016150,000154: 37,2626           76772                                    PERFERAS                              
016151,000155: 37,2627           50135        ALCGKK             SLOAD    BMN                                   
016152,000156: 37,2630           02532                                    ALTIMS                                
016153,000157: 37,2631           76644                                    ALFLT3                                
016154,000158: 37,2632           72174        ALKCG              AXT,2    LXA,1                                 #  LOADS SLOPES AND TIME CONSTANTS AT RQST
016155,000159: 37,2633           00014                                    12D                                   
016156,000160: 37,2634           02444                                    ALX1S                                 
016157,000161: 37,2635           62143        ALKCG2             DLOAD*   INCR,1                                
016158,000162: 37,2636           02243                                    ALFDK      +144D,1                    
016159,000163: 37,2637           77775                           DEC      -2         B-14                       
016160,000164: 37,2640           12545                           STORE    ALDK       +10D,2                     
016161,000165: 37,2641           66104                           TIX,2    SXA,1                                 
016162,000166: 37,2642           76635                                    ALKCG2                                
016163,000167: 37,2643           02444                                    ALX1S                                 
016164,000168: 
016165,000169: 37,2644           77770        ALFLT3             AXT,1                                          
016166,000170: 37,2645           00010                                    8D                                    
016167,000171: 37,2646           41343        DELMLP             DLOAD*   DMP                                   
016168,000172: 37,2647           02533                                    DPIPAY     +8D,1                      
016169,000173: 37,2650           37100                                    PIPASC                                
016170,000174: 37,2651           43661                           SLR      BDSU*                                 
016171,000175: 37,2652           21212                                    9D                                    
016172,000176: 37,2653           02501                                    INTY       +8D,1                      
016173,000177: 37,2654           06501                           STORE    INTY       +8D,1                      
016174,000178: 37,2655           40725                           PDDL     DMP*                                  
016175,000179: 37,2656           37102                                    VELSC                                 

Page 388

016177,000181: 37,2657           02521                                    VLAUN      +8D,1                      
016178,000182: 37,2660           77732                           SL2R                                           
016179,000183: 37,2661           45425                           DSU      STADR                                 
016180,000184: 37,2662           71216                           STORE    DELM       +8D,1                      
016181,000185: 37,2663           06563                           STORE    DELM       +10D,1                     
016182,000186: 37,2664           77100                           TIX,1    AXT,2                                 
016183,000187: 37,2665           76646                                    DELMLP                                
016184,000188: 37,2666           00004                                    4                                     
016185,000189: 37,2667           56743        ALILP              DLOAD*   DMPR*                                 
016186,000190: 37,2670           75324                                    ALK        +4,2                       
016187,000191: 37,2671           75240                                    ALDK       +4,2                       
016188,000192: 37,2672           12453                           STORE    ALK        +4,2                       
016189,000193: 37,2673           77104                           TIX,2    AXT,2                                 
016190,000194: 37,2674           76667                                    ALILP                                 
016191,000195: 37,2675           00010                                    8D                                    
016192,000196: 37,2676           66140        ALKLP              LXC,1    SXA,1                                 
016193,000197: 37,2677           02445                                    CMPX1                                 
016194,000198: 37,2700           02445                                    CMPX1                                 
016195,000199: 37,2701           56743                           DLOAD*   DMPR*                                 
016196,000200: 37,2702           02450                                    ALK        +1,1                       
016197,000201: 37,2703           75216                                    DELM       +8D,2                      
016198,000202: 37,2704           77613                           DAD*                                           
016199,000203: 37,2705           75276                                    INTY       +8D,2                      
016200,000204: 37,2706           12501                           STORE    INTY       +8D,2                      
016201,000205: 37,2707           42743                           DLOAD*   DAD*                                  
016202,000206: 37,2710           75314                                    ALK        +12D,2                     
016203,000207: 37,2711           75230                                    ALDK       +12D,2                     
016204,000208: 37,2712           12463                           STORE    ALK        +12D,2                     
016205,000209: 37,2713           42673                           DMPR*    DAD*                                  
016206,000210: 37,2714           75216                                    DELM       +8D,2                      
016207,000211: 37,2715           75266                                    INTY       +16D,2                     
016208,000212: 37,2716           12511                           STORE    INTY       +16D,2                     
016209,000213: 37,2717           40743                           DLOAD*   DMP*                                  
016210,000214: 37,2720           37105                                    ALSK       +1,1                       
016211,000215: 37,2721           75216                                    DELM       +8D,2                      
016212,000216: 37,2722           42772                           SL1R     DAD*                                  
016213,000217: 37,2723           75256                                    VLAUN      +8D,2                      
016214,000218: 37,2724           12521                           STORE    VLAUN      +8D,2                      
016215,000219: 37,2725           76104                           TIX,2    AXT,1                                 
016216,000220: 37,2726           76676                                    ALKLP                                 
016217,000221: 37,2727           00010                                    8D                                    
016218,000222: 
016219,000223: 37,2730           64743        LOOSE              DLOAD*   PDDL*                                 
016220,000224: 37,2731           02523                                    ACCWD      +8D,1                      
016221,000225: 37,2732           02521                                    VLAUN      +8D,1                      
016222,000226: 37,2733           55523                           PDDL*    VDEF                                  
016223,000227: 37,2734           02531                                    POSNV      +8D,1                      
016224,000228: 37,2735           76521                           MXV      VSL1                                  
016225,000229: 37,2736           02001                                    TRANSM1                               

Page 389

016227,000231: 37,2737           77745                           DLOAD                                          
016228,000232: 37,2740           00155                                    MPAC                                  
016229,000233: 37,2741           06531                           STORE    POSNV      +8D,1                      
016230,000234: 37,2742           77745                           DLOAD                                          
016231,000235: 37,2743           00160                                    MPAC       +3                         
016232,000236: 37,2744           06521                           STORE    VLAUN      +8D,1                      
016233,000237: 37,2745           77745                           DLOAD                                          
016234,000238: 37,2746           00162                                    MPAC       +5                         
016235,000239: 37,2747           06523                           STORE    ACCWD      +8D,1                      
016236,000240: 37,2750           77700                           TIX,1                                          
016237,000241: 37,2751           76730                                    LOOSE                                 
016238,000242: 
016239,000243: 37,2752           76174                           AXT,2    AXT,1                                 #  EVALUATE SINES AND COSINES
016240,000244: 37,2753           00006                                    6                                     
016241,000245: 37,2754           00002                                    2                                     
016242,000246: 37,2755           57343        BOOP               DLOAD*   DMPR                                  
016243,000247: 37,2756           02503                                    ANGX       +2,1                       
016244,000248: 37,2757           37110                                    GEORGEJ                               
016245,000249: 37,2760           77722                           SR2R                                           
016246,000250: 37,2761           73406                           PUSH     SIN                                   
016247,000251: 37,2762           56072                           SL3R     XAD,1                                 
016248,000252: 37,2763           00046                                    X1                                    
016249,000253: 37,2764           10021                           STORE    16D,2                                 
016250,000254: 37,2765           77745                           DLOAD                                          
016251,000255: 37,2766           77746                           COS                                            
016252,000256: 37,2767           10027                           STORE    22D,2                                 #  COSINES
016253,000257: 37,2770           77704                           TIX,2                                          
016254,000258: 37,2771           76755                                    BOOP                                  
016255,000259: 
016256,000260: 37,2772           77776        PERFERAS           EXIT                                           
016257,000261: 37,2773           35016                           CA       EBANK7                                
016258,000262: 37,2774           54003                           TS       EBANK                                 
016259,000263: 37,2775  E7,1400                                  EBANK=   ATIGINC                               
016260,000264: 37,2775           01400                           TC       ATIGINC                               #  GOTO ERASABLE TO CALCULATE ONLY TO RETN
016261,000265: 
016262,000266:                                                                                                  #  CAUTION
016263,000267: 
016264,000268:                                                                                                  #  THE ERASABLE PROGRAM THAT DOES THE CALCULATIONS MUST BE LOADED
016265,000269:                                                                                                  #  BEFORE ANY ATTEMPT IS MADE TO RUN THE IMU PERFORMANCE TEST
016266,000270: 
016267,000271: 37,2776  E5,1400                                  EBANK=   AZIMUTH                               
016268,000272: 37,2776           11412                           CCS      LENGTHOT                              
016269,000273: 37,2777           03034                           TC       SLEEPIE                               
016270,000274: 37,3000           11440                           CCS      TORQNDX                               
016271,000275: 37,3001           13003                           TCF      +2                                    
016272,000276: 37,3002           03005                           TC       SETUPER1                              
016273,000277: 37,3003           30032                           CA       CDUX                                  
016274,000278: 37,3004           55414                           TS       LOSVEC     +1                         #  FOR TROUBLESHOOTING VD POSNS 2$4
016275,000279: 

Page 390

016277,000281: 37,3005           06042        SETUPER1           TC       INTPRET                               
016278,000282: 37,3006           65345                           DLOAD    PDDL                                  #  ANGLES FROM DRIFT TEST ONLY
016279,000283: 37,3007           02473                                    ANGZ                                  
016280,000284: 37,3010           02477                                    ANGY                                  
016281,000285: 37,3011           55525                           PDDL     VDEF                                  
016282,000286: 37,3012           02501                                    ANGX                                  
016283,000287: 37,3013           74276                           VCOMP    VXSC                                  
016284,000288: 37,3014           37110                                    GEORGEJ                               
016285,000289: 37,3015           74521                           MXV      VSR1                                  
016286,000290: 37,3016           02643                                    XSM                                   
016287,000291: 37,3017           02740                           STORE    OGC                                   
016288,000292: 37,3020           77776                           EXIT                                           
016289,000293: 
016290,000294: 37,3021           32475                           CA       OGCPL                                 
016291,000295: 37,3022           04616                           TC       BANKCALL                              
016292,000296: 37,3023           17314                           CADR     IMUPULSE                              
016293,000297: 37,3024           02315                           TC       IMUSLLLG                              
016294,000298: 37,3025           11440        GEOSTRT4           CCS      TORQNDX                               #  ONLY POSITIVE IF IN VERTICAL DRIFT TEST
016295,000299: 37,3026           02263                           TC       VALMIS                                
016296,000300: 37,3027           06042                           TC       INTPRET                               
016297,000301: 37,3030           77624                           CALL                                           
016298,000302: 37,3031           76401                                    ERTHRVSE                              
016299,000303: 37,3032           77776                           EXIT                                           
016300,000304: 37,3033           02117                           TC       TORQUE                                
016301,000305: 
016302,000306: 37,3034           55412        SLEEPIE            TS       LENGTHOT                              #  TEST NOT OVER-DECREMENT LENGTHOT
016303,000307: 37,3035           11440                           CCS      TORQNDX                               #  ARE WE DOING VERTDRIFT
016304,000308: 37,3036           02447                           TC       EARTHR*                               
016305,000309: 37,3037           05155                           TC       ENDOFJOB                              
016306,000310: 
016307,000311: 37,3040           35014        SOMEERRR           CA       EBANK5                                
016308,000312: 37,3041           54003                           TS       EBANK                                 
016309,000313: 37,3042           34753                           CA       ONE                                   
016310,000314: 37,3043           55576                           TS       OVFLOWCK                              #  STOP ALLOOP FROM CALLING ITSELF
016311,000315: 37,3044           05567                           TC       ALARM                                 
016312,000316: 37,3045           01600                           OCT      1600                                  
016313,000317: 37,3046           02270                           TC       ENDTEST1                              
016314,000318: 37,3047           33054        SOMERR2            CAF      OCT1601                               
016315,000319: 37,3050           05734                           TC       VARALARM                              
016316,000320: 37,3051           05516                           TC       DOWNFLAG                              
016317,000321: 37,3052           00007                           ADRES    IMUSE                                 
016318,000322: 37,3053           05155                           TC       ENDOFJOB                              
016319,000323: 
016320,000324: 37,3054           01601        OCT1601            OCT      01601                                 
016321,000325: 37,3055           06200        DEC585             OCT      06200                                 #  3200 B+14 ORDER IS IMPORTANT
016322,000326: 37,3056           00000 00000  SCHZEROS           2DEC     .00000000                             

Page 391

016324,000328: 37,3060           00000 00000                     2DEC     .00000000                             
016325,000329: 37,3062           00000                           OCT      00000                                 
016326,000330: 37,3063           00000        ONEDPP             OCT      00000                                 #  ORDER IS IMPORTANT
016327,000331: 37,3064           00001                           OCT      00001                                 
016328,000332: 
016329,000333: 37,3065           00004        INTVAL             OCT      4                                     
016330,000334: 37,3066           00002                           OCT      2                                     
016331,000335: 37,3067           00220                           DEC      144        B-14                       
016332,000336: 37,3070           77776                           DEC      -1         B-14                       
016333,000337: 37,3071           35730 00035  SOUPLY             2DEC     .93505870                             #  INITIAL GAINS FOR PIP OUTPUTS
016334,000338: 37,3073           10317 17550                     2DEC     .26266423                             #  INITIAL GAINS/4 FOR ERECTION ANGLES
016335,000339: 
016336,000340: 37,3075           00115        77DECML            DEC      77         B-14                       
016337,000341: 37,3076           01443        ALXXXZ             GENADR   ALX1S      -1                         
016338,000342: 37,3077           04133 02265  PIPASC             2DEC     .13055869                             
016339,000343: 37,3101           57223 66451  VELSC              2DEC     -.52223476                            #  512/980.402
016340,000344: 37,3103           05427 12577  ALSK               2DEC     .17329931                             #  SSWAY VEL GAIN X 980.402/4096
016341,000345: 37,3105           77567 44202                     2DEC     -.00835370                            #  SSWAY ACCEL GAIN X 980.402/4096
016342,000346: 
016343,000347: 37,3107           24276 14066  GEORGEJ            2DEC     .63661977                             
016344,000348: 37,3111           23073 11773  GEORGEK            2DEC     .59737013                             
016345,000349: 

End of include-file IMU_PERFORMANCE_TESTS_4.agc.  Parent file is MAIN.agc