Changeset 42094 for trunk/ppStack/src/ppStackSources.c
- Timestamp:
- Feb 28, 2022, 3:01:31 PM (4 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/ppStack merged eligible /branches/czw_branch/20160809/ppStack merged eligible /branches/czw_branch/20170908/ppStack merged eligible /branches/eam_branches/ipp-20191011/ppStack merged eligible /branches/eam_branches/ipp-20211108/ppStack merged eligible /branches/eam_branches/ipp-dev-20210817/ppStack merged eligible /branches/eam_branches/ppStack.20211015 merged eligible /tags/ipp-ps1-20210510/ppStack merged eligible /tags/ipp-ps1-20210708/ppStack merged eligible /branches/ipp-259_genericise_backups/ppStack 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ppStack/src/ppStackSources.c
r41529 r42094 341 341 options->norm = psVectorAlloc(num, PS_TYPE_F32); 342 342 for (int i = 0; i < num; i++) { 343 if (!isfinite(trans->data.F32[i])) { 344 continue; 345 } 343 if (!isfinite(trans->data.F32[i])) { 344 psLogMsg("ppStack", PS_LOG_INFO, "Non-finite transparency, skipping correction for image %d: %f mag (%f) (with inputMask value %d)\n", 345 i, NAN, trans->data.F32[i], inputMask->data.U8[i]); 346 continue; 347 } 346 348 psArray *sources = sourceLists->data[i]; // Sources of interest 347 349 float magCorr = zp->data.F32[i] - trans->data.F32[i] - 2.5*log10(options->sumExposure) - airmassTerm * airmassTarget;
Note:
See TracChangeset
for help on using the changeset viewer.
