IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14728


Ignore:
Timestamp:
Sep 3, 2007, 5:19:42 PM (19 years ago)
Author:
eugene
Message:

added some notes, comments

Location:
trunk/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/doc/2Dmodels.txt

    r14727 r14728  
    1313job representing the variations.
    1414
     15My new concept for modeling 2D variations in some parameter is to
     16define a low-resolution 2D image to represent the variation.  The
     17advantage is that the image may be define with whatever resolution may
     18be sampled by the input data, and the functional form need not be
     19constrained by the polynomial basis function. 
     20
     21** is this a poor substitute for using a chebychev polynomial as a
     22   better basis function?
     23
     24psphot parameters which vary by position:
     25
     26pmPSF.params
     27pmPSF.ApTrend
     28pmPSF.FluxScale (flux given normalization of 1.0)
     29
  • trunk/psphot/src/psphotImageMedian.c

    r13900 r14728  
    137137
    138138    // stats is not initialized by psStats???  use this to save the input options
     139    // XXX re-work this to use the new psStatsInit function
    139140    psStats *statsDefaults = psStatsAlloc (statsOption);
    140141    *statsDefaults = *stats;
Note: See TracChangeset for help on using the changeset viewer.