Changeset 26649 for branches/eam_branches/20091201/ppSub/src/ppSubCamera.c
- Timestamp:
- Jan 20, 2010, 5:20:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppSub/src/ppSubCamera.c
r26597 r26649 317 317 318 318 // psPhot input 319 if (data->photometry ) {319 if (data->photometry || 1) { 320 320 psphotModelClassInit(); // load implementation-specific models 321 321 … … 329 329 return false; 330 330 } 331 // specify the number of psphot input images332 psMetadataAddS32 (config->arguments, PS_LIST_TAIL, "PSPHOT.INPUT.NUM", PS_META_REPLACE, "number of inputs", 1);331 // specify the number of psphot input images 332 psMetadataAddS32 (config->arguments, PS_LIST_TAIL, "PSPHOT.INPUT.NUM", PS_META_REPLACE, "number of inputs", 1); 333 333 pmFPAfileActivate(config->files, false, "PSPHOT.INPUT"); 334 334
Note:
See TracChangeset
for help on using the changeset viewer.
