- Timestamp:
- Feb 3, 2010, 1:00:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.c
r26764 r26767 364 364 /* Read the persistence data for this OTA */ 365 365 if(persistfile != NULL) { /* Text data file */ 366 if(persist_read(OTA, persistfile )) exit(-317);366 if(persist_read(OTA, persistfile, apply)) exit(-317); 367 367 } 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) 369 369 exit(-318); 370 370 } … … 770 770 printf(" restore={t|f} Restore the input MEF by adding input fits?\n"); 771 771 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"); 773 773 printf(" in=fname Input file for previous burn persistence streaks\n"); 774 774 printf(" infits=fname Input FITS file for previous burn persistence streaks (stored\n");
Note:
See TracChangeset
for help on using the changeset viewer.
