IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2009, 2:57:41 PM (17 years ago)
Author:
eugene
Message:

various fixes to psastro:

1) added bootstrap resampling to zero point error analysis
2) added iterative clump removal from refstars and rawstars
3) added unique reference match option
4) some improved visualizations
5) improved mosaic iterations

File:
1 edited

Legend:

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

    r24650 r26259  
    119119                if (! readout->data_exists) { continue; }
    120120
    121                 // select the raw objects for this readout (loaded in psastroExtract.c)
     121                // select the raw objects for this readout (loaded in psastroChooseRefstars.c)
     122                // XXX : note that we place limits on the refstar sample in psastroChooseRefstars.c:
     123                // 1) on chip and 2) < PSASTRO.MAX.NREF. magnitude limits and clump exclusion are only
    122124                psArray *refstars = psMetadataLookupPtr (&status, readout->analysis, "PSASTRO.REFSTARS");
    123125                if (refstars == NULL) { continue; }
Note: See TracChangeset for help on using the changeset viewer.