Changeset 36837 for trunk/psastro/src/psastroDataLoad.c
- Timestamp:
- Jun 8, 2014, 9:27:56 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDataLoad.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDataLoad.c
r21409 r36837 53 53 pmFPAfileActivate (config->files, true, "PSASTRO.INPUT"); 54 54 55 // if we request KH Correction, activate that file as well 56 bool applyKH = psMetadataLookupBool (NULL, recipe, "KH.CORRECT.APPLY.EXP"); 57 if (applyKH) { 58 pmFPAfileActivate (config->files, true, "PSASTRO.KH.CORRECT"); 59 } 60 55 61 pmFPAview *view = pmFPAviewAlloc (0); 56 62 … … 73 79 if (!readout->data_exists) { continue; } 74 80 75 if (!psastroConvertReadout ( readout, recipe)) ESCAPE;81 if (!psastroConvertReadout (config, view, readout, recipe)) ESCAPE; 76 82 77 83 if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) ESCAPE;
Note:
See TracChangeset
for help on using the changeset viewer.
