IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2024, 8:59:50 AM (2 years ago)
Author:
eugene
Message:

handle both 3pi-style convolved radial apertures and single (unconvolved) radial apertures; set initial average mags correctly to stack and warp fields, depending on the photcodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/addstar/include/addstar.h

    r41475 r42695  
    141141int     OLD_RESORT;
    142142int     READ_XRAD_DATA;
     143int     CONVOLVED_APERTURES;
    143144int     DIFF_WITH_INV;
    144145
     
    343344void GetConfig (char *config, char *field, char *format, int N, void *ptr);
    344345
     346int isGPC1warp (int photcode);
     347int isGPC1stack (int photcode);
     348
    345349/**
    346350    there is an inconsistency to be resolved: fixed structures (like Image)
Note: See TracChangeset for help on using the changeset viewer.