IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33513


Ignore:
Timestamp:
Mar 13, 2012, 3:44:55 PM (14 years ago)
Author:
eugene
Message:

minor changes to comments

Location:
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/ImageOps.c

    r33510 r33513  
    1616// if we really had 2^31 measurements in a single analysis, we would be using > 350GB of ram...
    1717// 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.
    1820
    1921// 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  
    11# include "relphot.h"
    22void plot_setMcal (double *list, int Npts, StatType *stats, float clouds);
     3
     4// see discussion in ImagesOps.c re: IDX_T
    35
    46// array of mosaic definition structures
  • branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/SetSignals.c

    r29754 r33513  
    3030  for (i = 0; i < 36; i++) {
    3131    switch (i) {
    32       /* can't redirect this signals */
     32      /* can't redirect these signals */
    3333    case SIGKILL:    /* kill -9: cannot be caught or ignored */
    3434    case SIGSTOP:    /* SIGSTOP: cannot be caught or ignored */
     35
    3536      /* ignore these signals */
    3637    case SIGCHLD:    /* child halted: ignore */
Note: See TracChangeset for help on using the changeset viewer.