IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2010, 1:00:34 PM (16 years ago)
Author:
watersc1
Message:

New burntool, with trails retained even if they had a poor slope.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.c

    r26764 r26767  
    364364/* Read the persistence data for this OTA */
    365365   if(persistfile != NULL) {                    /* Text data file */
    366       if(persist_read(OTA, persistfile)) exit(-317);
     366      if(persist_read(OTA, persistfile, apply)) exit(-317);
    367367   } else if(persistfitsfile != NULL) {         /* FITS table */
    368       if(persist_fits_read(OTA, persistfitsfile) != FH_SUCCESS)
     368      if(persist_fits_read(OTA, persistfitsfile, apply) != FH_SUCCESS)
    369369         exit(-318);
    370370   }
     
    770770   printf(" restore={t|f}  Restore the input MEF by adding input fits?\n");
    771771   printf(" apply={t|f}    Modify the input MEF by subtracting previously calculated fits?\n");
    772    printf(" tableonly={t|f} Calculate fits but do *not* modify the input MEF images, only write tables\n");
     772   printf(" tableonly={t|f} Calculate fits but do *not* modify the input MEF pixels, only write tables\n");
    773773   printf(" in=fname       Input file for previous burn persistence streaks\n");
    774774   printf(" infits=fname   Input FITS file for previous burn persistence streaks (stored\n");
Note: See TracChangeset for help on using the changeset viewer.