IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2009, 12:32:32 PM (17 years ago)
Author:
bills
Message:

When destreaking chip stage images, use replace the mask from the chip
stage with the mask from the camera stage, destreaking them both.
Added program to prepare images for release by insuring that all masked
pixels are set to NAN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/Makefile.simple

    r20844 r21085  
    1616    Line.o
    1717
    18 REPLACE_OBJECTS=    \
     18REPLACE_OBJECTS=      \
    1919    ${COMMON_OBJECTS} \
    2020    streaksreplace.o
    2121
    22 COMPARE_OBJECTS=    \
     22COMPARE_OBJECTS=      \
    2323    ${COMMON_OBJECTS} \
    2424    streakscompare.o
    2525
     26RELEASE_OBJECTS=      \
     27    ${COMMON_OBJECTS} \
     28    streaksrelease.o
     29
    2630STREAKSFLAGS=-DSTREAKS_COMPRESS_OUTPUT=1
    2731OPTFLAGS= -g
     32#CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS}
    2833CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS}
    2934LDFLAGS=`psmodules-config --libs`
    3035
    31 PROGRAMS= streaksremove streaksreplace streakscompare
     36PROGRAMS= streaksremove streaksreplace streakscompare streaksrelease
    3237
    3338all:    ${PROGRAMS}
     
    3944streakscompare:  ${COMPARE_OBJECTS}
    4045
     46streaksrelease:  ${RELEASE_OBJECTS}
     47
    4148install:        ${PROGRAMS}
    4249        install -t  $(PSCONFDIR)/$(PSCONFIG)/bin streaksremove
    4350        install -t  $(PSCONFDIR)/$(PSCONFIG)/bin streaksreplace
    4451        install -t  $(PSCONFDIR)/$(PSCONFIG)/bin streakscompare
     52        install -t  $(PSCONFDIR)/$(PSCONFIG)/bin streaksrelease
    4553
    4654clean:
Note: See TracChangeset for help on using the changeset viewer.