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/persistfix.c

    r23490 r23924  
    2727/* Fix up all the persistence streaks */
    2828   for(k=0; k<cell->npersist; k++) {
     29
     30/* Is this just a blasted area being carried for IPP? */
     31      if((cell->persist)[k].func == BURN_BLASTED) {
     32         if(cell->time - (cell->persist)[k].time > EXPIRE_TRAIL_TIME) {
     33            (cell->persist)[k].fiterr = FIT_EXPIRED;
     34         }
     35         continue;
     36      }
    2937
    3038/* Fit the trail */
Note: See TracChangeset for help on using the changeset viewer.