HOME SBOX THOMX MINICAV Utilities
THOMX orders THOMX installation THOMX commissioning THOMX control command
  Status of commissioning, report also here plots are reports.  Not logged in ELOG logo
Message ID: 38     Entry time: Thu May 23 10:10:56 2019
 Author: Ronic Chiche 
 Status: Fixed 
 Type: report 
 Category: lasers and optics 
 Location: Optical room 
 Title: Finesse measurement by decay time technique 

5 Files attached:

- Note on the technique and results for the present cavity on 2019, May 21th : F ~ 18 000

- 2Tektronix scope raw data

- 2 matlab files to fit the scope raw data and extract the Finesse

Attachment 1: 2019-05-21_-_Finesse_measurement_by_decay_time_technique.docx  314 kB
Attachment 2: tek0005CH1.isf  195 kB
Attachment 3: tek0006CH1.isf  195 kB
Attachment 4: plotdata.m  1 kB  | Show | Hide all | Show all
Attachment 5: myerror.m  314 Bytes  | Hide | Hide all | Show all
function [ output ] = myerror( x )
%MYERROR Summary of this function goes here
%   Detailed explanation goes here

global tcut datacut Trt

rho=x(1);
k=x(2);
pc0=x(3);
t0=x(4);

mydata=pc0/(rho-k)^2*((1-k)*rho.^((tcut-t0)/Trt)-(1-rho)*k.^((tcut-t0)/Trt)).^2;
output=sum((mydata-datacut).^2);

end

ELOG V3.1.4-395e101