Changeset 34089 for trunk/magic/remove/src
- Timestamp:
- Jun 26, 2012, 11:47:13 AM (14 years ago)
- Location:
- trunk/magic/remove/src
- Files:
-
- 4 edited
-
Makefile.am (modified) (1 diff)
-
streakscompare.c (modified) (1 diff)
-
streaksio.c (modified) (1 diff)
-
streaksrelease.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/Makefile.am
r26890 r34089 24 24 STREAKSREMOVE_CFLAGS=-DSTREAKS_COMPRESS_OUTPUT=1 25 25 26 STREAKSCFLAGS = $(STREAKSREMOVE_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) 27 STREAKSLDFLAGS = $(STREAKSREMOVE_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 26 STREAKSCFLAGS = $(STREAKSREMOVE_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) ${NEBCLIENT_CFLAGS} 27 STREAKSLDFLAGS = $(STREAKSREMOVE_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) ${NEBCLIENT_LIBS} 28 28 29 29 streaksremove_CFLAGS = $(STREAKSCFLAGS) -
trunk/magic/remove/src/streakscompare.c
r30315 r34089 165 165 } 166 166 167 if (nebulousImage) { /* do something? */ } 168 167 169 if (argc != 1) { 168 170 psString unexpectedArguments = NULL; -
trunk/magic/remove/src/streaksio.c
r32687 r34089 659 659 660 660 // Ensure input is of the expected type 661 ps DataType expected = isMask ? PS_TYPE_IMAGE_MASK : PS_TYPE_F32; // Expected type for image661 psElemType expected = isMask ? PS_TYPE_IMAGE_MASK : PS_TYPE_F32; // Expected type for image 662 662 for (int i = 0; i < in->imagecube->n; i++) { 663 663 psImage *image = in->imagecube->data[i]; // Image of interest -
trunk/magic/remove/src/streaksrelease.c
r30315 r34089 288 288 } else { 289 289 // we have an image cube 290 double initValue;290 // double initValue; 291 291 if (exciseImageCube) { 292 292 // copy the entire input image to the recovery image 293 293 writeImageCube(sf->recImage, sf->inImage->imagecube, extname, sf->extnum); 294 initValue = NAN;294 // initValue = NAN; 295 295 } else { 296 296 // otherwise write it to the output 297 297 writeImageCube(sf->outImage, sf->inImage->imagecube, extname, sf->extnum); 298 initValue = 0;298 // initValue = 0; 299 299 } 300 300
Note:
See TracChangeset
for help on using the changeset viewer.
