Changeset 4073 in Sophya for trunk/SophyaPI


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

Location:
trunk/SophyaPI/DemoPIApp
Files:
1 added
8 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
  • 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################################################################
    19#  Drawing a gaussian using the predefined limits and no default title 
    210#  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################################################################
    19openppf demo.ppf
    210zone 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
    19#   macro de commande piapp -  Exemple de demo
    210#  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################################################################# 
    18#  ---- multicurve.pic -----
    29# 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#################################################################
    18#  Script de demo piapp
    29#  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################################################################
    16#  Cours S1SM - Oscillateur harmonique - Courbe de resonance
    27#          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#################################################################
    19#  ---------- tarc.pic -----------
    210#  Essai de trace d'elements graphiques
Note: See TracChangeset for help on using the changeset viewer.