IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2014, 1:15:44 PM (12 years ago)
Author:
eugene
Message:

working on the parallel relphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140206/Ohana/src/relphot/doc/parallel.txt

    r36503 r36516  
     1
     22014.02.14
     3
     4 more relphot notes:
     5
     6 * I load the catalogs, with a 
     7
     82014.02.12
     9
     10I am making progess on the relphot -parallel-regions implementation.  some things I need to deal with:
     11
     12 * assign_images: select mosaics for all images saved for a given host (need to supply them as well)
     13   ** I need to decide on the Image / Mosaic split.  If I am calibrating by image, then the image center defines ownership
     14   ** if I am calibrating by exposure, then the mosaic center must define ownership
     15 o determine SkyList covering the images for region host
     16 o tag detections and objects which I own or do not own
     17   o ImageOps.c / matchImage matches detections to images and needs to handle mine / not mine cases
     18   o ditto for matchMosaics
     19 o load_catalogs : I need to make my requested catalogs unique (just add uniquer to load_catalogs.c:130
     20 o figure out what fields I'm saving in meanmags and how to construct it
     21   -- mag, objID, catID, photcode, (dmag or other stats?)
     22 * from which hosts do I slurp mean mags?
     23 o function to merge a new meanmag array into the existing one
     24 * how to go from (objID,catID) to a given catalog[i].average[j]
    125
    2262014.02.06
Note: See TracChangeset for help on using the changeset viewer.