IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2014, 2:43:46 PM (12 years ago)
Author:
eugene
Message:

i am making image.coords.mosaic and image.parent pointers to the parent (PHU) coord and image strutures; BuildChipMatch sets these values and we do not need to call FindMosaicForImage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/libdvo/include/dvo.h

    r37356 r37377  
    948948void dvo_image_create (FITS_DB *db, double ZeroPoint);
    949949
     950int gfits_table_set_Image (FTable *ftable);
     951int gfits_table_mkheader_Image (Header *header);
     952Image *gfits_table_get_Image (FTable *ftable, off_t *Ndata, char *swapped);
     953
    950954/* flatcorr APIs */
    951955FlatCorrectionTable *FlatCorrectionLoad (char *filename, int VERBOSE);
Note: See TracChangeset for help on using the changeset viewer.