Changeset 3491 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Apr 29, 2008, 6:58:23 PM (17 years ago)
Author:
ansari
Message:

petites corrections ds le help en ligne - Reza 29/04/2008

Location:
trunk/SophyaPI/PIext
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/basexecut.cc

    r3428 r3491  
    11731173usage += "\n- HistoErr: i,x,val,err2,nb,_nl";
    11741174usage += "\n- Histo2DErr: i,j,x,y,val,err2,nb,_nl";
    1175 usage += "\n- Vector/Matrix: n,r,c,val,real,imag,mod,phas,_nl";
     1175usage += "\n- Vector/Matrix/Image: n,r,c,val,real,imag,mod,phas,_nl";
    11761176usage += "\n- TArray: n,x,y,z,t,u,val,real,imag,mod,phas,_nl";
    1177 usage += "\n- Image: i,j,x,y,val(=pix),_nl";
    11781177usage += "\n- GeneralFitData: x0,ex0 x1,ex1 ...  xn,exn   y,ey   ok  ,_nl";
    1179 usage += "\n- LocalMap/SphereThetaPhi/SphereHEALPix: ";
     1178usage += "\n- SphereThetaPhi/SphereHEALPix/SphereECP/LocalMap: ";
    11801179usage += "\n-         i,k,val,real,imag,mod,phas,teta,phi,_nl";
    11811180usage += "\n- FITS Binary/ASCII table: fits column names,_nl";
     
    12491248kw = "fillmtx";
    12501249usage = "Fills a Matrix M(Line=g_Y(Object)+0.5, Col=f_X(Object)+0.5)) =  h_V(Object) ";
    1251 usage += "\n Usage: fillvec namevec nameobj f_X() g_Y() h_V() [Cut() graphic_attributes loop_param]";
     1250usage += "\n Usage: fillmtx namevec nameobj f_X() g_Y() h_V() [Cut() graphic_attributes loop_param]";
    12521251usage += "\n  Related commands: fillvec fillnt ObjectExpressions ...";
    12531252mpiac->RegisterCommand(kw, usage, this, "Expr. Plotting");
  • trunk/SophyaPI/PIext/graphexecut.cc

    r3482 r3491  
    882882usage += "o <Ctl>E : Command editing -> Goto the end of line \n";
    883883usage += "o <Ctl>K : Command editing -> Clear to the end of line \n";
    884 usage += "o <Ctl>C : Command editing -> Clear the line \n";
     884usage += "o <Ctl>C : Stop/break command execution by PIACmd/Commander \n";
    885885usage += "o Cursor left,right : Command editing -> Move cursor \n";
    886886usage += "o Cursor Up,Down : recall command from history buffer \n";
Note: See TracChangeset for help on using the changeset viewer.