IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2006, 1:39:39 PM (20 years ago)
Author:
jhoblitt
Message:

exp_type & class are redundant in Exps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/p2pendingToDone.c

    r6336 r6661  
    1818            pendingFrame->exposure->telescope,
    1919            pendingFrame->exposure->exp_type,
    20             pendingFrame->exposure->class,
     20//            pendingFrame->exposure->class,
    2121            pendingFrame->exposure->imfiles,
    2222            pendingFrame->exposure->filter,
     
    9696        pendingExp->telescope,
    9797        pendingExp->exp_type,
    98         pendingExp->class,
     98//        pendingExp->class,
    9999        pendingExp->imfiles, // XXX ndone is uneeded?
    100100        pendingExp->filter,
Note: See TracChangeset for help on using the changeset viewer.