IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2021, 11:02:20 AM (5 years ago)
Author:
eugene
Message:

add code to rationalize the zero points on each pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/include/relphot.h

    r41647 r41662  
    874874void ResetAverageActivePhotcodes (SecFilt *secfilt);
    875875
    876 
     876void   rationalize_zeropoints (int Niter);
     877double get_median_zpt_images (short photcode);
     878void   set_median_zpt_images (short photcode, double zpt);
     879double get_median_zpt_mosaics (short photcode);
     880void   set_median_zpt_mosaics (short photcode, double zpt);
     881double get_median_zpt_tgroups (short photcode);
     882void   set_median_zpt_tgroups (short photcode, double zpt);
Note: See TracChangeset for help on using the changeset viewer.