Changeset 4073 in Sophya for trunk/SophyaPI/DemoPIApp
- Timestamp:
- May 10, 2012, 10:07:33 AM (13 years ago)
- Location:
- trunk/SophyaPI/DemoPIApp
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/DemoPIApp/CONTENT
r3436 r4073 1 1 ====== SOPHYA/piapp demo scripts and programs ====== 2 2 =============================================================== 3 (C) LAL-IN2P3/CNRS 1998-20074 (C) DAPNIA/CEA 1998-20073 (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012 4 (C) IRFU-SPP/CEA 1998-2012 5 5 =============================================================== 6 6 … … 36 36 7/ pnbpays.pic : How to make and draw a bargraph 37 37 38 8/ resonance.pic : How to make complex plots/drawings , in this case 38 8/ 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 41 piapp> exec polarplot 42 43 9/ resonance.pic : How to make complex plots/drawings , in this case 39 44 the resonance curve of an harmonic oscillator, using the piapp 40 45 scripting capabilities 41 46 42 9/ oh_xva_spring.pic : An other example of complex drawing ...47 10/ oh_xva_spring.pic : An other example of complex drawing ... 43 48 44 1 0/ user.cc : example of function which can be called from piapp45 1 0.a/ Create the shared/loadable object user.so49 11/ user.cc : example of function which can be called from piapp 50 11.a/ Create the shared/loadable object user.so 46 51 csh> make user.so 47 1 0.b/ in piapp, link the module and call the function52 11.b/ in piapp, link the module and call the function 48 53 piapp> link user.so user 49 54 piapp> call user … … 58 63 piapp capabilities can be extended using loadable modules 59 64 60 1 1/ exmod.pic , exmodule.cc61 1 1.a/ Create the loadable module exmodule.so65 12/ exmod.pic , exmodule.cc 66 12.a/ Create the loadable module exmodule.so 62 67 csh> make exmodule.so 63 1 1.b/ Execute the script exmod.pic68 12.b/ Execute the script exmod.pic 64 69 ---> new commands are added to piapp 65 70 66 1 2/ exmoddrw.pic exmoddrw.cc71 13/ exmoddrw.pic exmoddrw.cc 67 72 csh> make exmoddrw.so 68 73 in piapp> exec exmoddrw.pic -
trunk/SophyaPI/DemoPIApp/addelts.pic
r1973 r4073 1 ################################################################ 2 ### SOPHYA class library - piapp interactive analysis tool 3 ### (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012 4 ### (C) IRFU-SPP / CEA 1998-2012 5 ################################################################ 6 ### addelts.pic : demo script showing the possibilities to adding 7 ### text and graphical elements to plots 8 ################################################################ 1 9 # Drawing a gaussian using the predefined limits and no default title 2 10 # with Defining the 2D plot limits -
trunk/SophyaPI/DemoPIApp/axel.pic
r3436 r4073 1 ################################################################ 2 ### SOPHYA class library - piapp interactive analysis tool 3 ### (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012 4 ### (C) IRFU-SPP / CEA 1998-2012 5 ################################################################ 6 ### axel.pic : piapp demo script illustrating some of the 7 ### graphic possibilities for the axes 8 ################################################################ 1 9 openppf demo.ppf 2 10 zone 1 -
trunk/SophyaPI/DemoPIApp/demo.pic
r1973 r4073 1 ################################################################ 2 ### SOPHYA class library - piapp interactive analysis tool 3 ### (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012 4 ### (C) IRFU-SPP / CEA 1998-2012 5 ################################################################ 6 ### demo.pic : piapp demo script 7 ################################################################ 8 1 9 # macro de commande piapp - Exemple de demo 2 10 # Mode Trace -> On -
trunk/SophyaPI/DemoPIApp/multicurve.pic
r2600 r4073 1 ################################################################ 2 ### SOPHYA class library - piapp interactive analysis tool 3 ### (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012 4 ### (C) IRFU-SPP / CEA 1998-2012 5 ################################################################ 6 ### multicurve.pic : piapp demo script 7 ################################################################# 1 8 # ---- multicurve.pic ----- 2 9 # Trace de courbes multiples en utilisant les -
trunk/SophyaPI/DemoPIApp/pnbpays.pic
r3096 r4073 1 ################################################################ 2 ### SOPHYA class library - piapp interactive analysis tool 3 ### (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012 4 ### (C) IRFU-SPP / CEA 1998-2012 5 ################################################################ 6 ### pnbpays.pic : piapp demo script 7 ################################################################# 1 8 # Script de demo piapp 2 9 # Representation du PNB (en $, 2003) pour quelques pays -
trunk/SophyaPI/DemoPIApp/resonance.pic
r2786 r4073 1 ################################################################ 2 ### SOPHYA class library - piapp interactive analysis tool 3 ### (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012 4 ### (C) IRFU-SPP / CEA 1998-2012 5 ################################################################ 1 6 # Cours S1SM - Oscillateur harmonique - Courbe de resonance 2 7 # Variation en fonction de la courbe d'amortissement -
trunk/SophyaPI/DemoPIApp/tarc.pic
r3436 r4073 1 ################################################################ 2 ### SOPHYA class library - piapp interactive analysis tool 3 ### (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012 4 ### (C) IRFU-SPP / CEA 1998-2012 5 ################################################################ 6 ### tarc.pic : piapp demo script illustrating aome of the 7 ### possibilities for adding graphic elements 8 ################################################################# 1 9 # ---------- tarc.pic ----------- 2 10 # Essai de trace d'elements graphiques
Note:
See TracChangeset
for help on using the changeset viewer.