IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2009, 11:11:15 AM (17 years ago)
Author:
eugene
Message:

import updates from camera group (fits table outputs, fixes to persistent trails); modify import to avoid libpsf (fortran)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/persistio.c

    r23490 r23924  
    233233   fprintf(fp,  "# Cell: %d  sky= %d   rms= %d   bias= %d\n",
    234234           cell[0].cell, cell[0].sky, cell[0].rms, cell[0].bias);
    235    fprintf(fp, "#Cell time    cx  cy  max   sx  sy   ex  ey  y0m y0p y1m y1p x0m x0p x1m x1p     slope    zero\n");
     235   fprintf(fp, "#Cell time    cx  cy  max   y0   sx  sy   ex  ey  y0m y0p y1m y1p x0m x0p x1m x1p F up    slope nfit sxf exf\n");
    236236
    237237   for(j=0; j<MAXCELL; j++) {
Note: See TracChangeset for help on using the changeset viewer.