- Timestamp:
- Mar 17, 2009, 12:07:42 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmSourceSky.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/cnb_branches/cnb_branch_20090215/psModules merged eligible /trunk/psModules merged eligible /branches/cnb_branch_20090215/psModules 21495-22685 /branches/eam_branches/eam_branch_20090303/psModules 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/objects/pmSourceSky.c
r21363 r23351 55 55 psImageMaskType markVal) 56 56 { 57 psTrace("psModules.objects", 3, "---- %s() begin ----\n", __func__);57 psTrace("psModules.objects", 10, "---- %s() begin ----\n", __func__); 58 58 PS_ASSERT_PTR_NON_NULL(source, false); 59 59 PS_ASSERT_IMAGE_NON_NULL(source->pixels, false); … … 91 91 92 92 if (isnan(value)) { 93 psTrace("psModules.objects", 3, "---- %s(false) end ----\n", __func__);93 psTrace("psModules.objects", 10, "---- %s(false) end ----\n", __func__); 94 94 return(false); 95 95 } … … 98 98 } 99 99 source->moments->Sky = value; 100 psTrace("psModules.objects", 3, "---- %s(true) end ----\n", __func__);100 psTrace("psModules.objects", 10, "---- %s(true) end ----\n", __func__); 101 101 return (true); 102 102 } … … 111 111 ) 112 112 { 113 psTrace("psModules.objects", 3, "---- %s() begin ----\n", __func__);113 psTrace("psModules.objects", 10, "---- %s() begin ----\n", __func__); 114 114 PS_ASSERT_PTR_NON_NULL(source, false); 115 115 PS_ASSERT_IMAGE_NON_NULL(source->variance, false); … … 147 147 148 148 if (isnan(value)) { 149 psTrace("psModules.objects", 3, "---- %s(false) end ----\n", __func__);149 psTrace("psModules.objects", 10, "---- %s(false) end ----\n", __func__); 150 150 return(false); 151 151 } … … 154 154 } 155 155 source->moments->dSky = value; 156 psTrace("psModules.objects", 3, "---- %s(true) end ----\n", __func__);156 psTrace("psModules.objects", 10, "---- %s(true) end ----\n", __func__); 157 157 return (true); 158 158 }
Note:
See TracChangeset
for help on using the changeset viewer.
