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/psastroOneChipFit.c

    r26134 r26167  
    118118        // determine fromFPA transformation and apply new transformation to raw & ref stars
    119119        // this applies the transformation to all stars (including subset)
    120         psastroUpdateChipToFPA (fpa, chip, rawstars, refstars);
     120        psastroUpdateChipToFPA (fpa, chip); // updates PSASTRO.RAWSTARS and PSASTRO.REFSTARS
    121121
    122122        // toSky converts from FPA & TPA units (microns) to sky units (radians)
     
    171171    psMetadataAddF32 (updates, PS_LIST_TAIL, "EQUINOX",  PS_META_REPLACE, "equinox of ref catalog", 2000.0); // XXX this is bogus: should be defined based on equinox of refstars
    172172
    173     // XXX drop from here : determine fromFPA transformation and apply new transformation to raw & ref stars
    174     // psastroUpdateChipToFPA (fpa, chip, rawstars, refstars);
    175 
    176173    // XXX check if we correctly applied the new transformation:
    177174    if (psTraceGetLevel("psastro.dump") > 0) {
Note: See TracChangeset for help on using the changeset viewer.