Changeset 3183 in Sophya


Ignore:
Timestamp:
Feb 13, 2007, 3:26:02 PM (19 years ago)
Author:
cmv
Message:

add decoding help comment in FITS header for Histo2DErr cmv 13/02/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitshisterr.cc

    r3167 r3183  
    235235  os.WriteKey("NBINY",mtv," number of bins in Y");
    236236  mtv = he2->NBinX()*he2->NBinY();
    237   os.WriteKey("NBINXY",mtv," number of elements");
     237  os.WriteKey("NBINXY",mtv," (i,j): fits_row=i*NY+j 0<=i<NX 0<=j<NY");
    238238
    239239  mtv = he2->XMin();
Note: See TracChangeset for help on using the changeset viewer.