Changeset 42094 for trunk/ppStack/src/ppStackPhotometry.c
- Timestamp:
- Feb 28, 2022, 3:01:31 PM (4 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackPhotometry.c (modified) (2 diffs)
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/ppStackPhotometry.c
r33702 r42094 19 19 ppStackFileActivation(config, PPSTACK_FILES_PHOT, true); 20 20 pmFPAview *photView = ppStackFilesIterateDown(config); // View to readout 21 ppStackFileActivation(config, PPSTACK_FILES_STACK, true); 21 22 ppStackFileList stackFiles = options->convolve ? PPSTACK_FILES_STACK : PPSTACK_FILES_UNCONV; 23 ppStackFileActivation(config, stackFiles, true); 22 24 23 25 pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT"); // File for photometry … … 57 59 // psphotSetNFrames 58 60 pmReadout *photRO = pmFPAviewThisReadout(photView, photFile->fpa); 59 if (photRO && options->expRO ->mask) {61 if (photRO && options->expRO && options->expRO->mask) { 60 62 psMetadataAddImage(photRO->analysis, PS_LIST_TAIL, "EXPNUM", PS_META_REPLACE, "EXPNUM image", options->expRO->mask); 61 63 }
Note:
See TracChangeset
for help on using the changeset viewer.
