Changeset 3481 in Sophya for trunk/SophyaLib
- Timestamp:
- Apr 4, 2008, 10:19:13 PM (17 years ago)
- Location:
- trunk/SophyaLib/Manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/modifs.tex
r3459 r3481 86 86 \titre{PI/piapp} 87 87 \begin{itemize} 88 \item[\rond] Janvier 2008 {\bf (ProgPI)} Ajout de l'option {\tt -nobsz} la commande {\bf readfits} 89 et ajout de la commande de lecture array from fits : {\bf rdfitsarr} 88 \item[\rond] Avril 2008 {\bf (PI)}: Ajout d\'ecodage options sens des axes X,Y PiScDrawWdg. \\ 89 {\tt revax = axerl } (kAxeDirRtoL) \hspace{5mm} {\tt axelr} (kAxeDirLtoR) \\ 90 {\tt revay = axeud} (kAxeDirUpDown) \hspace{5mm} {\tt axedu} ((kAxeDirDownUp) 90 91 \item[\rond] Fevrier 2008 {\bf (PI)}: Nouvelle m\'ethode de calcul de limite de LUT\\ 91 92 On garde les $frackeep$ valeurs centrales des pixels, cad on vire les $(1-frackeep)/2$ … … 94 95 autolut=hisrng,frackeep,min,max 95 96 \end{verbatim} 97 \item[\rond] Janvier 2008 {\bf (ProgPI)} Ajout de l'option {\tt -nobsz} la commande {\bf readfits} 98 et ajout de la commande de lecture array from fits : {\bf rdfitsarr} 96 99 \end{itemize} 97 100 -
trunk/SophyaLib/Manual/piapp.tex
r3457 r3481 647 647 defdrrect=x1,x2,y1,y2 (default: x1=y1=0.1 x2=y2=0.9) 648 648 >> Axes flags : 649 linx logx liny logy 649 linx logx : Linear or logarithmic scale for X Axis 650 liny logy : Linear or logarithmic scale for Y Axis 651 revax : Set X axis direction Right to Left (or axerl) 652 revay : Set Y axis direction Up to Down (or axeud) 653 axelr : AxeDirLtoR axedu : AxeDirDownUp 650 654 >> To change the background color (default=white) 651 655 wbgcol=colname
Note:
See TracChangeset
for help on using the changeset viewer.