IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2009, 6:35:43 PM (17 years ago)
Author:
eugene
Message:

remove clumpfor raw and ref stars for entire run, save as SUBSET

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/psastro/src/psastroMosaicFPtoTP.c

    r21409 r26167  
    4545
    4646                // select the raw objects for this readout
    47                 psArray *rawstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.RAWSTARS");
     47                psArray *rawstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.RAWSTARS.SUBSET");
    4848                if (rawstars == NULL) { continue; }
    4949
    5050                // select the raw objects for this readout
    51                 psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS");
     51                psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS.SUBSET");
    5252                if (refstars == NULL) { continue; }
    5353
     
    126126}
    127127
     128// apply the rotation and scale to all stars in PSASTRO.REFSTARS (also adjusts
     129// PSASTRO.REFSTARS.SUBSET since they are the same pointers)
    128130bool psastroMosaicApplyRotAndScale (pmFPA *fpa, psPlaneTransform *TPtoFP) {
    129131
Note: See TracChangeset for help on using the changeset viewer.