Changeset 24490
- Timestamp:
- Jun 18, 2009, 2:59:54 PM (17 years ago)
- Location:
- trunk/psModules/src/detrend
- Files:
-
- 3 edited
-
pmDetrendDB.c (modified) (1 diff)
-
pmDetrendDB.h (modified) (1 diff)
-
pmDetrendThreads.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r23600 r24490 105 105 DETREND_STRING_CASE(FRINGE); 106 106 DETREND_STRING_CASE(ASTROM); 107 DETREND_STRING_CASE(NOISEMAP); 107 108 default: 108 109 return NULL; -
trunk/psModules/src/detrend/pmDetrendDB.h
r23487 r24490 35 35 PM_DETREND_TYPE_BACKGROUND, 36 36 PM_DETREND_TYPE_ASTROM, 37 PM_DETREND_TYPE_NOISEMAP, 37 38 } pmDetrendType; 38 39 -
trunk/psModules/src/detrend/pmDetrendThreads.c
r21457 r24490 60 60 } 61 61 62 // NOISEMAP : for now, not applied in the threaded loop 63 62 64 return true; 63 65 }
Note:
See TracChangeset
for help on using the changeset viewer.
