IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42814


Ignore:
Timestamp:
May 8, 2025, 11:48:52 AM (14 months ago)
Author:
eugene
Message:

new option to ensure exposures have a single time for all chips

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/addstar/src/args.c

    r42752 r42814  
    309309  }
    310310  /* force using single time from PHU */
     311  FORCE_SINGLE_TIME = FALSE;
     312  if ((N = get_argument (argc, argv, "-force-single-time"))) {
     313    FORCE_SINGLE_TIME = TRUE;
     314    remove_argument (N, &argc, argv);
     315  }
     316  /* accept bad header astrometry */
    311317  FORCE_SINGLE_TIME = FALSE;
    312318  if ((N = get_argument (argc, argv, "-force-single-time"))) {
Note: See TracChangeset for help on using the changeset viewer.