IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2014, 12:05:21 PM (12 years ago)
Author:
eugene
Message:

move gpc1-based photcode tests to specfic functions; do not remove mean Mcal from image.Mcal in relphot_parallel_region (mosaic values are not passed to remote clients)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/relphot/include/relphot.h

    r36984 r36990  
    4848  float dMsys;
    4949  unsigned short nFitPhotom;
    50   float Xm;
     50  short Xm;
    5151  float secz;
    5252  float ubercalDist;
     
    317317int           findMosaics         PROTO((Catalog *catalog, int Ncatalog, int doMosaicList));
    318318
    319 void makeMosaics (Image *image, off_t Nimage);
     319void makeMosaics (Image *image, off_t Nimage, int mergeMcal);
    320320Mosaic *getMosaicForImage (off_t im);
    321321void setMosaicCenters (Image *image, off_t Nimage);
     
    509509int relphot_parallel_images ();
    510510int relphot_parallel_regions ();
     511
     512// in extra.c
     513int isGPC1chip  (int photcode);
     514int isGPC1stack (int photcode);
     515int isGPC1warp  (int photcode);
     516
     517
Note: See TracChangeset for help on using the changeset viewer.