IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2006, 7:02:16 AM (20 years ago)
Author:
eugene
Message:

substantial updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroConvert.c

    r7014 r7332  
    99        return false;
    1010
    11     psArray *objects = pmSourceToAstromObj (sources);
     11    psArray *rawstars = pmSourceToAstromObj (sources);
    1212
    13     psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.OBJECTS", PS_DATA_ARRAY, "astrometry objects", objects);
    14     psFree (objects);
     13    psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.RAWSTARS", PS_DATA_ARRAY, "astrometry objects", rawstars);
     14    psFree (rawstars);
    1515 
    1616    return true;
Note: See TracChangeset for help on using the changeset viewer.