IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2005, 2:41:45 PM (21 years ago)
Author:
eugene
Message:

work on the galaxy models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/setup.c

    r4375 r4421  
    4343      psFree (file);
    4444    } else {
    45       psScalar *value;
    4645
    4746      noise = psImageAlloc (image->numCols, image->numRows, PS_TYPE_F32);
     
    5453      // XXX EAM it looks like psBinaryOp is broken for (image op scalar)
    5554      # if (0)
     55      psScalar *value;
     56
    5657      value = psScalarAlloc (1.0 / GAIN, PS_TYPE_F64);
    5758      noise = (psImage *) psBinaryOp (NULL, image, "/", value);
Note: See TracChangeset for help on using the changeset viewer.