Changeset 4073 in Sophya for trunk/SophyaPI/DemoPIApp/CONTENT


Ignore:
Timestamp:
May 10, 2012, 10:07:33 AM (13 years ago)
Author:
ansari
Message:

Ajout script polarplot.pic (trace en coord. polaires) et modifs cosmetiques/copyright, Reza 10/05/2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/DemoPIApp/CONTENT

    r3436 r4073  
    11====== SOPHYA/piapp demo scripts and programs ======
    22===============================================================
    3               (C) LAL-IN2P3/CNRS   1998-2007
    4               (C) DAPNIA/CEA       1998-2007
     3       (C) LAL / Univ. Paris Sud, CNRS/IN2P3   1998-2012
     4       (C) IRFU-SPP/CEA                        1998-2012
    55===============================================================
    66
     
    36367/ pnbpays.pic : How to make and draw a bargraph
    3737
    38 8/ resonance.pic : How to make complex plots/drawings , in this case
     388/ polarplot.pic : Example for creating and filling an NTuple
     39  with suitable data for plot in polar coordinates using the interpreter
     40  and examples of plot in polar coordinates
     41piapp> exec polarplot 
     42
     439/ resonance.pic : How to make complex plots/drawings , in this case
    3944   the resonance curve of an harmonic oscillator, using the piapp
    4045   scripting capabilities
    4146
    42 9/ oh_xva_spring.pic : An other example of complex drawing ...
     4710/ oh_xva_spring.pic : An other example of complex drawing ...
    4348
    44 10/ user.cc : example of function which can be called from piapp
    45 10.a/ Create the shared/loadable object user.so
     4911/ user.cc : example of function which can be called from piapp
     5011.a/ Create the shared/loadable object user.so
    4651csh> make user.so
    47 10.b/ in piapp, link the module and call the function
     5211.b/ in piapp, link the module and call the function
    4853piapp> link user.so user
    4954piapp> call user
     
    5863piapp capabilities can be extended using loadable modules
    5964
    60 11/ exmod.pic , exmodule.cc
    61 11.a/ Create the loadable module exmodule.so
     6512/ exmod.pic , exmodule.cc
     6612.a/ Create the loadable module exmodule.so
    6267csh> make exmodule.so
    63 11.b/ Execute the script exmod.pic
     6812.b/ Execute the script exmod.pic
    6469  ---> new commands are added to piapp
    6570
    66 12/ exmoddrw.pic exmoddrw.cc
     7113/ exmoddrw.pic exmoddrw.cc
    6772csh> make exmoddrw.so
    6873 in piapp> exec exmoddrw.pic
Note: See TracChangeset for help on using the changeset viewer.