Mercurial > hg > scatter_reeval
view reeval/features/set_filt2_options.m @ 4:a1f6a08f624c tip
Completed version 0.0.2
author | Francisco Rodriguez Algarra <f.rodriguezalgarra@qmul.ac.uk> |
---|---|
date | Tue, 03 Nov 2015 21:24:41 +0000 |
parents | b1cd83874633 |
children |
line wrap: on
line source
function [filt2_opt, sc2_opt, ffilt2_opt, fsc2_opt] = ... set_filt2_options(experiment, options) filt2_opt = options.filt1_opt; filt2_opt.Q = [1 1]; filt2_opt.J = T_to_J(8192*2, filt2_opt); sc2_opt = options.sc1_opt; ffilt2_opt = options.ffilt1_opt; ffilt2_opt.J = 5; fsc2_opt = options.fsc1_opt; end