Changeset 27435 for trunk/Ohana/src/imregister/include/imreg.h
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/include/imreg.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/imregister/include/imreg.h
r21153 r27435 74 74 int args (int argc, char **argv); 75 75 76 void DeleteSubset (FITS_DB *db, RegImage *image, int Nimage, int *match, int Nmatch);76 void DeleteSubset (FITS_DB *db, RegImage *image, off_t Nimage, off_t *match, off_t Nmatch); 77 77 RegImage *iminfo (char *filename); 78 78 79 int *match_criteria (RegImage *image, int Nimage, int *Nmatch);80 int *match_images (RegImage *image, int Nimage, RegImage *subset, int Nsubset, int *Nmatch);79 off_t *match_criteria (RegImage *image, off_t Nimage, off_t *Nmatch); 80 off_t *match_images (RegImage *image, off_t Nimage, RegImage *subset, off_t Nsubset, off_t *Nmatch); 81 81 82 RegImage *newimages (RegImage *image, int *Nimage);82 RegImage *newimages (RegImage *image, off_t *Nimage); 83 83 84 void ModifySubset (FITS_DB *db, RegImage *image, int Nimage, int *match, int Nmatch);84 void ModifySubset (FITS_DB *db, RegImage *image, off_t Nimage, off_t *match, off_t Nmatch); 85 85 void SetOutputMode (char *mode); 86 void OutputSubset (RegImage *image, int Nimage, int *match, int Nmatch);87 void DumpFitsBintable (char *filename, RegImage *image, int *match, int Nmatch);88 void DumpFitsTable (char *filename, RegImage *image, int *match, int Nmatch);89 int PrintSubset (RegImage *image, int *match, int Nmatch);90 int dump_data (RegImage *image, int Nimage);86 void OutputSubset (RegImage *image, off_t Nimage, off_t *match, off_t Nmatch); 87 void DumpFitsBintable (char *filename, RegImage *image, off_t *match, off_t Nmatch); 88 void DumpFitsTable (char *filename, RegImage *image, off_t *match, off_t Nmatch); 89 int PrintSubset (RegImage *image, off_t *match, off_t Nmatch); 90 int dump_data (RegImage *image, off_t Nimage); 91 91 int SubmitImages (RegImage *image); 92 92 int load_probes (char *filename, unsigned long tzero, int *wantprobe, double *values, int Nprobe); … … 94 94 void set_timezone (double dt); 95 95 96 void DumpCADCTable (char *filename, RegImage *image, int *match, int Nmatch);97 int *GetObsIDSubset (RegImage *image, int start, int *index, int *entry, int Nindex, int *Nsubset);98 int *GetUniqueObsID (RegImage *image, int *index, int *entry, int Nindex, int *Nmatch);99 void GetObsIDIndex (RegImage *image, int *match, int Nmatch, int **Index, int **Entry);96 void DumpCADCTable (char *filename, RegImage *image, off_t *match, off_t Nmatch); 97 off_t *GetObsIDSubset (RegImage *image, off_t start, off_t *index, off_t *entry, off_t Nindex, off_t *Nsubset); 98 off_t *GetUniqueObsID (RegImage *image, off_t *index, off_t *entry, off_t Nindex, off_t *Nmatch); 99 void GetObsIDIndex (RegImage *image, off_t *match, off_t Nmatch, off_t **Index, off_t **Entry); 100 100 double SigmaClipList (double *list, int N); 101 double MosaicIQStats (RegImage *image, int *match, int Nmatch, MosaicRegion *region);101 double MosaicIQStats (RegImage *image, off_t *match, off_t Nmatch, MosaicRegion *region); 102 102 MosaicLayout *CreateCFH12K (void); 103 103 MosaicLayout *CreateMegaCam (void); 104 int GetREFCCD (RegImage *image, int *index, int *entry, int Nindex, int start);104 off_t GetREFCCD (RegImage *image, off_t *index, off_t *entry, off_t Nindex, off_t start); 105 105 106 106 int imregclient (char *fitsfile, char *statfile, char *datfile); … … 128 128 int memstr (char *m1, char *m2, int n); 129 129 130 int *unique_entries (RegImage *image, int Nimage, int *subset, int *Nmatch);130 off_t *unique_entries (RegImage *image, off_t Nimage, off_t *subset, off_t *Nmatch);
Note:
See TracChangeset
for help on using the changeset viewer.
