Changeset 39457 for trunk/Ohana/src/relphot
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 9 edited
-
. (modified) (1 prop)
-
src/relphot/src/GridOps.c (modified) (1 diff)
-
src/relphot/src/ImageOps.c (modified) (7 diffs)
-
src/relphot/src/MosaicOps.c (modified) (5 diffs)
-
src/relphot/src/StarOps.c (modified) (1 diff)
-
src/relphot/src/plotstuff.c (modified) (3 diffs)
-
src/relphot/src/setMrelCatalog.c (modified) (1 diff)
-
src/relphot/src/share_mean_mags.c (modified) (1 diff)
-
src/relphot/src/synthetic_mags.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/relphot/src/GridOps.c
r37037 r39457 38 38 39 39 void initGrid (int dX, int dY) { 40 OHANA_UNUSED_PARAM(dX); 41 OHANA_UNUSED_PARAM(dY); 40 42 41 43 int i, N, ccdnum_max, refX, refY, refBin; -
trunk/Ohana/src/relphot/src/ImageOps.c
r39377 r39457 413 413 // NOTE: static flat-field component is included in measure.Mflat 414 414 float getMcal (off_t meas, int cat, FlatCorrectionTable *flatcorr, Catalog *catalog) { 415 OHANA_UNUSED_PARAM(flatcorr); 416 OHANA_UNUSED_PARAM(catalog); 415 417 416 418 off_t i; … … 437 439 // NOTE: static flat-field component is included in measure.Mflat 438 440 float getMcal_alt (off_t meas, int cat, FlatCorrectionTable *flatcorr, float Xccd, float Yccd) { 441 OHANA_UNUSED_PARAM(flatcorr); 442 OHANA_UNUSED_PARAM(Xccd); 443 OHANA_UNUSED_PARAM(Yccd); 439 444 440 445 off_t i; … … 562 567 563 568 float getMflat (off_t meas, int cat, FlatCorrectionTable *flatcorr, Catalog *catalog) { 569 OHANA_UNUSED_PARAM(flatcorr); 564 570 565 571 off_t i = MeasureToImage[cat][meas]; … … 842 848 static int setMcal_init_done = FALSE; 843 849 void plot_setMcal (double *list, int Npts, StatType *stats, float clouds) { 850 OHANA_UNUSED_PARAM(stats); 851 OHANA_UNUSED_PARAM(clouds); 844 852 845 853 off_t i; … … 1023 1031 1024 1032 StatType statsImageX (Catalog *catalog) { 1033 OHANA_UNUSED_PARAM(catalog); 1025 1034 1026 1035 off_t i, n; … … 1055 1064 1056 1065 StatType statsImageM (Catalog *catalog) { 1066 OHANA_UNUSED_PARAM(catalog); 1057 1067 1058 1068 off_t i, n; … … 1087 1097 1088 1098 StatType statsImagedM (Catalog *catalog) { 1099 OHANA_UNUSED_PARAM(catalog); 1089 1100 1090 1101 off_t i, n; -
trunk/Ohana/src/relphot/src/MosaicOps.c
r39377 r39457 501 501 502 502 void setMosaicCenters (Image *image, off_t Nimage) { 503 OHANA_UNUSED_PARAM(Nimage); 503 504 504 505 /* find max dR, dD range for all mosaics */ … … 596 597 597 598 void initMosaicGrid (Image *image, off_t Nimage) { 599 OHANA_UNUSED_PARAM(Nimage); 598 600 599 601 /* find max dR, dD range for all mosaics */ … … 1580 1582 1581 1583 StatType statsMosaicM (Catalog *catalog) { 1584 OHANA_UNUSED_PARAM(catalog); 1582 1585 1583 1586 off_t i; … … 1612 1615 1613 1616 StatType statsMosaicdM (Catalog *catalog) { 1617 OHANA_UNUSED_PARAM(catalog); 1614 1618 1615 1619 off_t i, n; … … 1692 1696 1693 1697 StatType statsMosaicX (Catalog *catalog) { 1698 OHANA_UNUSED_PARAM(catalog); 1694 1699 1695 1700 off_t i, n; -
trunk/Ohana/src/relphot/src/StarOps.c
r39377 r39457 443 443 // NOTE: here 'catalog' is a pointer to a specific catalog, not the root of the array 444 444 int setMrel_catalog (Catalog *catalog, int Nc, int pass, FlatCorrectionTable *flatcorr, SetMrelInfo *results, int Nsecfilt) { 445 OHANA_UNUSED_PARAM(catalog); 446 OHANA_UNUSED_PARAM(Nc); 447 OHANA_UNUSED_PARAM(pass); 448 OHANA_UNUSED_PARAM(flatcorr); 449 OHANA_UNUSED_PARAM(results); 450 OHANA_UNUSED_PARAM(Nsecfilt); 445 451 446 452 fprintf (stderr, "??? should you still be using the old version of setMrel_catalog??\n"); -
trunk/Ohana/src/relphot/src/plotstuff.c
r38466 r39457 52 52 53 53 void JpegPlot (Graphdata *graphmode, int N, char *filename) { 54 OHANA_UNUSED_PARAM(graphmode); 54 55 55 56 if (Xgraph[N] == 0) return; … … 60 61 61 62 void PSPlot (Graphdata *graphmode, int N, char *filename) { 63 OHANA_UNUSED_PARAM(graphmode); 62 64 63 65 if (Xgraph[N] == 0) return; … … 93 95 94 96 void PlotVector (int Npts, double *vect, int mode, int N, char *type) { 97 OHANA_UNUSED_PARAM(mode); 95 98 96 99 float *values; -
trunk/Ohana/src/relphot/src/setMrelCatalog.c
r39377 r39457 719 719 // analysis is done on flux, not mags (as the faintest objects will be nearly insignificant) 720 720 int setMrelAverageForcedWarp (Catalog *catalog, int cat, off_t ave, int Nsecfilt, FlatCorrectionTable *flatcorr, SetMrelInfo *results) { 721 OHANA_UNUSED_PARAM(flatcorr); 721 722 722 723 // we are guaranteed to have average, measure, secfilt -
trunk/Ohana/src/relphot/src/share_mean_mags.c
r37037 r39457 64 64 65 65 int slurp_mean_mags (Catalog *catalog, int Ncatalog, RegionHostTable *regionHosts, int nloop) { 66 OHANA_UNUSED_PARAM(Ncatalog); 66 67 67 68 off_t i; -
trunk/Ohana/src/relphot/src/synthetic_mags.c
r35416 r39457 18 18 19 19 int add_synthetic_mags (AverageTiny *average, SecFilt *secfilt, MeasureTiny *measure, off_t *Nmeasure, off_t *Nm) { 20 OHANA_UNUSED_PARAM(average); 20 21 21 22 if (!SyntheticPhotometry) return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.
