Changeset 28683 for branches/eam_branches/ipp-20100621/Ohana
- Timestamp:
- Jul 16, 2010, 7:00:45 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100621/Ohana/src/relastro
- Files:
-
- 3 edited
-
doc/notes.txt (modified) (1 diff)
-
src/load_catalogs.c (modified) (1 diff)
-
src/relastro.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/Ohana/src/relastro/doc/notes.txt
r27435 r28683 1 2 2010.07.15 3 4 Some issues: 5 6 * when I apply the fitted image parameters (UpdateObjectOffsets), I 7 currently check for good/bad fits and warn if the image is bad. 8 But the correction requires multiple re-loads of the catalog 9 tables. 10 11 * I would like to check for bad fits by defining a grid of test 12 points and seeing how much they move. However, for some chips, 13 the region of valid data is much smaller than the regino with any 14 data. 15 16 * I would like to define a grid (say, Nx * Ny with Nx >> polynomial 17 order) and only use those grid regions in testing the solution 18 19 * This means knowing which detections belong on a specific image. 20 I'm not sure if there is a good way to do this. at the moment, it 21 is easy to do detection -> image, but not so easy to do 22 image->detection. 23 24 * That might argue for generating the grid for each image, then 25 running through all detections and, as detections are examined, 26 populate the grid elements for their own image. 1 27 2 28 2010.03.24 -
branches/eam_branches/ipp-20100621/Ohana/src/relastro/src/load_catalogs.c
r24308 r28683 34 34 FlagOutliers(&tcatalog); 35 35 } 36 37 // XXX mark the image grid based on the loaded detections 36 38 37 39 // select only the brighter stars -
branches/eam_branches/ipp-20100621/Ohana/src/relastro/src/relastro.c
r28184 r28683 49 49 50 50 /* load catalog data from region files : subselect high-quality measurements */ 51 // XXX pass in the image table 52 // XXX who carries the image grid? 51 53 catalog = load_catalogs (skylist, &Ncatalog, TRUE); 52 54 MARKTIME("load catalog data: %f sec\n", dtime);
Note:
See TracChangeset
for help on using the changeset viewer.
