IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2021, 1:48:56 PM (5 years ago)
Author:
eugene
Message:

minor line-break cleanups; fix cgrid spacing for pseudocylindrical projections; some in-line initializations; allow projection center for pseudocylindrical projections to be non-zero for dec (changes projection center pixel)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/coords.c

    r41379 r41515  
    77  int i, mode, form, N, Quiet;
    88  double Xin, Yin, Xout, Yout;
    9   char *MOSAIC;
    109  Coords coords, moscoords;
    1110  Buffer *buf, *mosbuffer;
    1211  Vector *xvec = NULL;
    1312  Vector *yvec = NULL;
     13  char *MOSAIC = NULL;
    1414
    1515  if ((N = get_argument (argc, argv, "-copy"))) {
     
    3636  }
    3737
    38   MOSAIC = NULL;
    3938  if ((N = get_argument (argc, argv, "-mosaic"))) {
    4039    remove_argument (N, &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.