Changeset 42340 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Jan 30, 2023, 9:55:36 AM (3 years ago)
- Location:
- trunk/ppImage
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/ppImage merged eligible /branches/czw_branch/20160809/ppImage merged eligible /branches/czw_branch/20170908/ppImage merged eligible /branches/eam_branches/ipp-20191011/ppImage merged eligible /branches/eam_branches/ipp-20211108/ppImage merged eligible /branches/eam_branches/ipp-dev-20210817/ppImage merged eligible /branches/eam_branches/ppImage.20230123 merged eligible /tags/ipp-ops-20220303-rc/ppImage merged eligible /tags/ipp-ops-20220705/ppImage merged eligible /tags/ipp-ps1-20210510/ppImage merged eligible /tags/ipp-ps1-20210708/ppImage merged eligible /branches/ipp-259_genericise_backups/ppImage 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ppImage/src/ppImage.h
r42293 r42340 35 35 bool doAuxMask; // apply auxillary mask 36 36 bool doNonLin; // Non-linearity correction 37 bool doNewNonLin; // Non-linearity correction 37 38 bool doOverscan; // Overscan subtraction 38 39 bool doNoiseMap; // Bias subtraction … … 175 176 bool ppImageDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppImageOptions *options); 176 177 178 bool ppImageDetrendNewNonLinear(pmReadout *input, pmFPAview *linearity, pmConfig *config); 179 177 180 bool ppImageDetrendNonLinear(pmReadout *input, pmFPAview *linearity, pmConfig *config); 178 181 bool ppImageDetrendNonLinearLookup(pmReadout *input, psMetadataItem *dataItem);
Note:
See TracChangeset
for help on using the changeset viewer.
