IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2020, 5:12:02 PM (6 years ago)
Author:
eugene
Message:

initial version with TGroups (for photometric nights)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20200519/src/args.c

    r40386 r41362  
    315315      exit (2);
    316316    }
     317  }
     318
     319  // calibrate the photometry by night / time period
     320  TGROUP_ZEROPT = FALSE;
     321  if ((N = get_argument (argc, argv, "-tgroup"))) {
     322    TGROUP_ZEROPT = TRUE;
     323    remove_argument (N, &argc, argv);
     324    loadTGroups (argv[N]);
     325    remove_argument (N, &argc, argv);
    317326  }
    318327
Note: See TracChangeset for help on using the changeset viewer.