Changeset 3491 in Sophya for trunk/SophyaPI
- Timestamp:
- Apr 29, 2008, 6:58:23 PM (17 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r3428 r3491 1173 1173 usage += "\n- HistoErr: i,x,val,err2,nb,_nl"; 1174 1174 usage += "\n- Histo2DErr: i,j,x,y,val,err2,nb,_nl"; 1175 usage += "\n- Vector/Matrix : n,r,c,val,real,imag,mod,phas,_nl";1175 usage += "\n- Vector/Matrix/Image: n,r,c,val,real,imag,mod,phas,_nl"; 1176 1176 usage += "\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";1178 1177 usage += "\n- GeneralFitData: x0,ex0 x1,ex1 ... xn,exn y,ey ok ,_nl"; 1179 usage += "\n- LocalMap/SphereThetaPhi/SphereHEALPix: ";1178 usage += "\n- SphereThetaPhi/SphereHEALPix/SphereECP/LocalMap: "; 1180 1179 usage += "\n- i,k,val,real,imag,mod,phas,teta,phi,_nl"; 1181 1180 usage += "\n- FITS Binary/ASCII table: fits column names,_nl"; … … 1249 1248 kw = "fillmtx"; 1250 1249 usage = "Fills a Matrix M(Line=g_Y(Object)+0.5, Col=f_X(Object)+0.5)) = h_V(Object) "; 1251 usage += "\n Usage: fill vecnamevec nameobj f_X() g_Y() h_V() [Cut() graphic_attributes loop_param]";1250 usage += "\n Usage: fillmtx namevec nameobj f_X() g_Y() h_V() [Cut() graphic_attributes loop_param]"; 1252 1251 usage += "\n Related commands: fillvec fillnt ObjectExpressions ..."; 1253 1252 mpiac->RegisterCommand(kw, usage, this, "Expr. Plotting"); -
trunk/SophyaPI/PIext/graphexecut.cc
r3482 r3491 882 882 usage += "o <Ctl>E : Command editing -> Goto the end of line \n"; 883 883 usage += "o <Ctl>K : Command editing -> Clear to the end of line \n"; 884 usage += "o <Ctl>C : Command editing -> Clear the line\n";884 usage += "o <Ctl>C : Stop/break command execution by PIACmd/Commander \n"; 885 885 usage += "o Cursor left,right : Command editing -> Move cursor \n"; 886 886 usage += "o Cursor Up,Down : recall command from history buffer \n";
Note:
See TracChangeset
for help on using the changeset viewer.