20060612-1 BUG critical V1 $Id: 20060612-1_wrong_simulated_data.txt,v 1.1 2006/12/06 14:43:59 michel Exp $ Summary ------- T3 simultated data in file YOGA_SITE+"data/Simul_data/unif_disk.oifits" seems to be wrong. They have been generated with lit. -> Should be checked. If really true, these simulated data should be removed. How to replicate the bug ------------------------ > w = lp_load_model(LP_SITE+"model /model_simul_unif_disk.i"); > lp_show_parameters,w name value prev_val vmin vmax scale fixed units "I": 1 1 0 10 AUTO 0 "R": 5 5 0 100 AUTO 0 milliarseconds "X": 0 0 -1000 1000 AUTO 0 milliarseconds "Y": 20 20 -1000 1000 AUTO 0 milliarseconds > lp_set_parameter, w, "Y", value=16.5012 // Solution > lp_set_parameter, w, "R", value=2.06265 // Solution > lp_show_parameters,w name value prev_val vmin vmax scale fixed units "I": 1 1 0 10 AUTO 0 "R": 2.06265 5 0 100 AUTO 0 milliarseconds "X": 0 0 -1000 1000 AUTO 0 milliarseconds "Y": 16.5012 20 -1000 1000 AUTO 0 milliarseconds > lp_plot_radial,w,newwin=1 // Perfect fit ! > lp_plot_radial,w,"VISamp",newwin=1 // Perfect fit ! > lp_plot_radial,w,"VISphi",newwin=1 // Perfect fit ! > lp_plot_radial,w,"T3amp",newwin=1 // Wrong. Model shape is expected. > lp_plot_radial,w,"T3phi",newwin=1 // Wrong. No particular structure in data ! File LP_SITE+"model /model_simul_unif_disk2.i" has been made where T3 data are unselected. Discussion ---------- HISTORY ------- $Log: 20060612-1_wrong_simulated_data.txt,v $ Revision 1.1 2006/12/06 14:43:59 michel - Attempt to somehow track the bugs.