#setupfile to produce a test-lightcurve for single star with 1 planet #general parameters sunit Rsol #units for size tunit day #unit for time lunit Lsol #unit for luminosity munit Msol #unti for mass gsize 12 #sidelength of 2D array representing bodies' geometric form. tflag 0 #0: generate time-points from tinit,tinc,tfin #1: use timepoints given in file 'infilename #2: add model to data given in file 'infilename'. tinit 0 tfin 1 tinc 0.02 #stepsize of time in units 'tunit' infilename junk #name of input file, not needed if tflag = 0 oflag 2 #0: output is system-luminosity #1: output is a relative flux loss #2: output are magnitude variations (set lunit to 'mag'!) onoise 0.0005 #noise to be added to output, in unit of oflag wflag 1 #1: write output lightcurve to file, 0: dont't do it lcfilename testtrans.lc #name of output lightcurve #below entries for the objects #entries for first object 0type star #type of object 0radi 1 #radius of object 0mass 0.1 #mass of obj 0period 0.0 #period; if 0.0 then is fixed 0phase 0.0 #posital phase [0-1] 0inclin 90 #inclination of orbit;0=face-on, 90=edge-on 0rdist 0 #distance from coord. ctr 0lum 1 #luminosity of object 0limbd 0.6 #limb-darkening coeficcient, for stars only #entries for 1st object 1type planet #type of object 1radi 0.1 #radius of object 1mass 0.1 #mass of obj 1period 10.0 #period; if 0.0 then is fixed 1phase -0.05 #posital phase [0-1] 1inclin 90 #inclination of orbit;0=face-on, 90=edge-on 1rdist 5 #distance from coord. ctr