1 / 9

|> cout << ”Last updated :” << last_update << “\n”; |> Last updated : January 31, 2007 |>

|&gt; cout &lt;&lt; ”Last updated :” &lt;&lt; last_update &lt;&lt; “<br>”; |&gt; Last updated : January 31, 2007 |&gt;. January 2007 Bogdan Popescu. Data Flow. input. output. mass_bins.in.

meagan
Télécharger la présentation

|&gt; cout &lt;&lt; ”Last updated :” &lt;&lt; last_update &lt;&lt; “\n”; |&gt; Last updated : January 31, 2007 |&gt;

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. |> cout << ”Last updated :” << last_update << “\n”; |> Last updated : January 31, 2007 |> January 2007 Bogdan Popescu

  2. Data Flow input output mass_bins.in standard input (or generator.in script file) generator n_distribution n_distribution.out gnuplot files mass_bins.in standard input (mass of the cluster) writeindex (script) files in the directory : /tracksisoUBVRIJHKLM/iso.UBVRIJHKLM/ indexiso index_trek indexiso trek.in trek trek.in *.trek files n_distribution.out *. UBVRIJHKLM files(Geneva database) ??? *.trek files *.FITS images January 2007 Bogdan Popescu

  3. Near Future star_sky.cc Interface to FITS images, input for SkyMaker. (Emmanuel Bertin,http://terapix.iap.fr/cplt/oldSite/soft/skymaker/ Bertin & Fouqué 2007 , Terapix SkyMaker) random.cc Random coordinate (position) generator. - ver. 1 – simple random distribution - ver. 2 – power law distribution ( ~ r -2 ) - ver. 3 – gaussian distribution ( ~ e –r ) (random_gaussian.cc) - ver. 4 – (soon?) King Model ( ~ (1+(r/rc)2) -1 ) (random_king.cc) ???.cc Red giants, extinction, galactic plane... January 2007 Bogdan Popescu

  4. random.cc ver. 1 Mcluster = 105 Age 106 yr 43 850 stars January 2007 Bogdan Popescu

  5. random.cc ver. 2 January 2007 Bogdan Popescu

  6. random.cc ver. 2 Mcluster = 105 Age 106 yr 43 850 stars January 2007 Bogdan Popescu

  7. random.cc ver. 3 January 2007 Bogdan Popescu

  8. random.cc ver. 3 January 2007 Bogdan Popescu

  9. January 2007 Bogdan Popescu

More Related