IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2009, 3:05:43 PM (17 years ago)
Author:
bills
Message:

Fixes to destreaking of raw images

Location:
trunk/magic/remove/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src

    • Property svn:ignore
      •  

        old new  
        22streaksreplace
        33streakscompare
         4streaksrelease
  • trunk/magic/remove/src/Makefile.simple

    r21085 r21156  
    66COMMON_OBJECTS = \
    77        streaksio.o \
    8         streaksutil.o
     8        streaksutil.o \
     9        streaksastrom.o
    910
    1011REMOVE_OBJECTS=    \
    1112    ${COMMON_OBJECTS} \
    1213    streaksremove.o \
    13     streaksastrom.o \
    1414    streaksextern.o \
    1515    warpedpixels.o \
     
    3030STREAKSFLAGS=-DSTREAKS_COMPRESS_OUTPUT=1
    3131OPTFLAGS= -g
    32 #CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS}
    33 CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS}
     32CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS}
     33#CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS}
    3434LDFLAGS=`psmodules-config --libs`
    3535
Note: See TracChangeset for help on using the changeset viewer.