Changeset 23669
- Timestamp:
- Apr 1, 2009, 4:49:12 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroExtractGhosts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroExtractGhosts.c
r23592 r23669 107 107 if (ghosts == NULL) { 108 108 ghosts = psArrayAllocEmpty (100); 109 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.GHOSTS", PS_DATA_ARRAY, "astrometry matches", ghosts); 109 if (!psMetadataAdd (ghostReadout->analysis, PS_LIST_TAIL, "PSASTRO.GHOSTS", PS_DATA_ARRAY, "astrometry matches", ghosts)) { 110 psError(PSASTRO_ERR_CONFIG, false, "failure to add ghosts to readout"); 111 return false; 112 } 110 113 psFree (ghosts); 111 114 } … … 127 130 } 128 131 132 psastroExtractFreeChipBounds(); 133 129 134 psFree (view); 130 135 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
