Changeset 33513
- Timestamp:
- Mar 13, 2012, 3:44:55 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/relphot/src
- Files:
-
- 3 edited
-
ImageOps.c (modified) (1 diff)
-
MosaicOps.c (modified) (1 diff)
-
SetSignals.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/ImageOps.c
r33510 r33513 16 16 // if we really had 2^31 measurements in a single analysis, we would be using > 350GB of ram... 17 17 // until we reach that point, it is sort of silly to use IDX_T = off_t here. 18 19 // in fact, we are safer than this, because the number of detections per table is rarely so large. 18 20 19 21 // with IDX_T = int, each measurement costs ~14.5B (Ave + Sec) + 72B (Meas) + 48B (idx)! -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/MosaicOps.c
r33503 r33513 1 1 # include "relphot.h" 2 2 void plot_setMcal (double *list, int Npts, StatType *stats, float clouds); 3 4 // see discussion in ImagesOps.c re: IDX_T 3 5 4 6 // array of mosaic definition structures -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/SetSignals.c
r29754 r33513 30 30 for (i = 0; i < 36; i++) { 31 31 switch (i) { 32 /* can't redirect th issignals */32 /* can't redirect these signals */ 33 33 case SIGKILL: /* kill -9: cannot be caught or ignored */ 34 34 case SIGSTOP: /* SIGSTOP: cannot be caught or ignored */ 35 35 36 /* ignore these signals */ 36 37 case SIGCHLD: /* child halted: ignore */
Note:
See TracChangeset
for help on using the changeset viewer.
