From: Robert F. <rjf...@as...> - 2017-05-02 19:59:28
|
Hi Also you'll want to look in $MESA_DIR/star/private/pgstar_trho_profile.f90 to see how the data is potted If you a python person, then you could use my plotting package https://github.com/rjfarmer/mesaplot which has all the lines for the trho already hooked up. After installing it: import mesaPlot as mp m=mp.MESA() m.loadProfile(num=model_number) p=mp.plot() p.setMESAPath("MESA_DIR") p.plotTRho(m,showAll=True) Rob On Tue, May 2, 2017 at 12:20 PM, Manos Chatzopoulos < cha...@ph...> wrote: > Hi Jieun, > > Found them - perfect thanks a lot! > > Manos > > On 5/2/17 2:14 PM, Choi, Jieun wrote: > > Hi Manos, > > They can be found in mesa/data/star_data/plot_info. > > Cheers, > Jieun > > On Tue, May 2, 2017 at 2:58 PM, Manos Chatzopoulos < > cha...@ph...> wrote: > >> Dear mesa-users, >> >> Anyone knows if some data that are plotted in the TRho_profile pgplot >> png files like the degeneracy line, the Pgas ~ Prad line and the nuclear >> burning lines can be easily extracted from somewhere within MESA (I >> could calculate these lines on my own, but I am trying to save time from >> that). For example, can one extract a file that contains the logT vs >> logRho datapoints that correspond to the degeneracy line for plotting >> with an external plotting tool? >> >> Thank you all, >> >> -- >> Dr. Manos Chatzopoulos >> Assistant Professor >> Department of Physics & Astronomy >> Louisiana State University >> Nicholson #275 >> Office # 225-578-2907 <(225)%20578-2907> >> Baton Rouge, LA 70803 >> United States of America >> http://www.lsu.edu/physics/people/faculty/chatzopoulos.php >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> mesa-users mailing list >> mes...@li... >> https://lists.sourceforge.net/lists/listinfo/mesa-users >> > > > -- > Dr. Emmanouil Chatzopoulos > Assistant Professor > Department of Physics & Astronomy > Nicholson 275 > Office # 225-578-7459 <(225)%20578-7459> > Louisiana State University > Baton Rouge, LA 70803 > United States of Americahttp://www.lsu.edu/physics/people/faculty/chatzopoulos.php > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > > |