IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2006, 4:16:26 PM (20 years ago)
Author:
magnier
Message:

added HDU weights, masks; substantial work on the pmFPAfile,view concepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmHDUUtils.c

    r6672 r6713  
    3333}
    3434
     35pmHDU *pmHDUFromReadout (pmReadout *readout)
     36{
     37
     38    pmCell *cell = readout->parent; // cell containing this readout;
     39    pmHDU *hdu = pmHDUFromCell (cell);
     40    return hdu;
     41}
    3542
    3643// Get the lowest HDU
Note: See TracChangeset for help on using the changeset viewer.