IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 4:49:23 PM (5 years ago)
Author:
eugene
Message:

add code to set Mflat based on Mgrid before final Mrel calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/StarOps.c

    r41606 r41607  
    291291
    292292// setMrel and setMrelOutput are extremely similar, but have slightly different implications:
    293 // * setMrel uses the internal Tiny structures only
    294 // * setMrelOutput skips stars for which there are too few good measurements
    295 // * setMrelOutput is meant to be called repeatedly, relaxing the criteria for 'good' on each pass
     293// * setMrel only uses the internal Tiny structures
     294// * setMrel skips stars for which there are too few good measurements (setMrelOutput assigns an average mag with only 1)
     295// * setMrelOutput sets psfQF, psfQFperf, extNsigma, rank info, etc
     296// * setMrelOutput sets average Map
    296297// * setMrelOutput updates 2MASS average flags
    297298// * setMrelOutput updates average EXT flags (PS1 and 2MASS)
     299// * setMrelOutput sets average stack & warp photometry (if requested)
    298300
    299301int setMrel (Catalog *catalog, int Ncatalog) {
Note: See TracChangeset for help on using the changeset viewer.