Changeset 42708
- Timestamp:
- Jul 5, 2024, 12:25:46 PM (2 years ago)
- Location:
- branches/eam_branches/ipp-20230313/Ohana/src/relphot
- Files:
-
- 4 edited
-
include/relphot.h (modified) (1 diff)
-
src/args.c (modified) (2 diffs)
-
src/extra.c (modified) (1 diff)
-
src/reload_catalogs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana/src/relphot/include/relphot.h
r42696 r42708 489 489 double IMAGE_GOOD_FRACTION; 490 490 int CALIBRATE_STACKS_AND_WARPS; 491 int CALIBRATE_WARPS_LIKE_CHIPS; 491 492 492 493 int KEEP_UBERCAL; -
branches/eam_branches/ipp-20230313/Ohana/src/relphot/src/args.c
r42696 r42708 528 528 } 529 529 530 CALIBRATE_WARPS_LIKE_CHIPS = FALSE; 531 if ((N = get_argument (argc, argv, "-calibrate-warps-like-chips"))) { 532 remove_argument (N, &argc, argv); 533 CALIBRATE_WARPS_LIKE_CHIPS = TRUE; 534 } 535 530 536 STAGES = STAGE_CHIP | STAGE_WARP | STAGE_STACK; 531 537 if ((N = get_argument (argc, argv, "-skip-chip"))) { … … 988 994 } 989 995 996 CALIBRATE_WARPS_LIKE_CHIPS = FALSE; 997 if ((N = get_argument (argc, argv, "-calibrate-warps-like-chips"))) { 998 remove_argument (N, &argc, argv); 999 CALIBRATE_WARPS_LIKE_CHIPS = TRUE; 1000 } 1001 990 1002 STAGES = STAGE_CHIP | STAGE_WARP | STAGE_STACK; 991 1003 if ((N = get_argument (argc, argv, "-skip-chip"))) { -
branches/eam_branches/ipp-20230313/Ohana/src/relphot/src/extra.c
r42696 r42708 91 91 int isGPC1warp (int photcode) { 92 92 93 if (CALIBRATE_WARPS_LIKE_CHIPS) return FALSE; 94 93 95 // 11000 : GPC1.g.SkyChip 94 96 // 14100 : SIMTEST.g.SkyChip -
branches/eam_branches/ipp-20230313/Ohana/src/relphot/src/reload_catalogs.c
r42112 r42708 251 251 if (!(STAGES & STAGE_WARP)) { strextend (&command, "-skip-warp"); } 252 252 if (!(STAGES & STAGE_STACK)) { strextend (&command, "-skip-stack"); } 253 if (CALIBRATE_WARPS_LIKE_CHIPS) { strextend (&command, "-calibrate-warps-like-chips"); } 253 254 254 255 // deprecate
Note:
See TracChangeset
for help on using the changeset viewer.
