IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2014, 5:27:20 PM (12 years ago)
Author:
eugene
Message:

relastro -parallel-regions basically works; now need to test the results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140206/Ohana/src/relastro/src/assign_images.c

    r36571 r36574  
    3838  // supply the mosaics to the image table for the regionHosts : we already have the image
    3939  // <-> mosaic relationship, we just need to select these mosaics (once per regionHost)
    40   // XXX DEFINE ME: select_mosaics_hostregion (regionHosts, image, Nimage);
    41   abort ();
     40  select_mosaics_hostregion (regionHosts, image, Nimage);
    4241
    4342  return TRUE;
     
    136135      regionHosts->hosts[i].NIMAGE += D_NIMAGE;
    137136      REALLOCATE (regionHosts->hosts[i].image, Image, regionHosts->hosts[i].NIMAGE);
    138       // REALLOCATE (regionHosts->hosts[i].line_number, off_t, regionHosts->hosts[i].NIMAGE);
     137      REALLOCATE (regionHosts->hosts[i].imseq, off_t, regionHosts->hosts[i].NIMAGE);
    139138    }
    140139  }
Note: See TracChangeset for help on using the changeset viewer.