--- imach/src/imach.c 2017/06/27 10:17:50 1.271 +++ imach/src/imach.c 2017/06/27 10:22:40 1.272 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.271 2017/06/27 10:17:50 brouard Exp $ +/* $Id: imach.c,v 1.272 2017/06/27 10:22:40 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.272 2017/06/27 10:22:40 brouard + Summary: Color of backprojection changed from 6 to 5(yellow) + Revision 1.271 2017/06/27 10:17:50 brouard Summary: Some bug with rint @@ -1016,12 +1019,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.271 2017/06/27 10:17:50 brouard Exp $ */ +/* $Id: imach.c,v 1.272 2017/06/27 10:22:40 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; char copyright[]="February 2016,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2018"; -char fullversion[]="$Revision: 1.271 $ $Date: 2017/06/27 10:17:50 $"; +char fullversion[]="$Revision: 1.272 $ $Date: 2017/06/27 10:22:40 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ @@ -7108,12 +7111,12 @@ void printinggnuplot(char fileresu[], ch if (i==cpt) fprintf(ficgp," %%lf (%%lf)"); else fprintf(ficgp," %%*lf (%%*lf)"); } - fprintf(ficgp,"\" t\"95%% CI\" w l lt 6,\"%s\" every :::%d::%d u 1:($2==%d ? $3-1.96*$4 : 1/0) \"%%lf %%lf",subdirf2(fileresu,"VBL_"),nres-1,nres-1,nres); + fprintf(ficgp,"\" t\"95%% CI\" w l lt 5,\"%s\" every :::%d::%d u 1:($2==%d ? $3-1.96*$4 : 1/0) \"%%lf %%lf",subdirf2(fileresu,"VBL_"),nres-1,nres-1,nres); for (i=1; i<= nlstate ; i ++) { if (i==cpt) fprintf(ficgp," %%lf (%%lf)"); else fprintf(ficgp," %%*lf (%%*lf)"); } - fprintf(ficgp,"\" t\"\" w l lt 6"); + fprintf(ficgp,"\" t\"\" w l lt 5"); } /* end if backprojcast */ } /* end if backcast */ fprintf(ficgp,"\nset out ;unset label;\n");