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/cdensify.c

    r41341 r41515  
    144144
    145145    float F = 1.0;
    146     if (vv) {
    147       F = isFloatScale ? Fs[i] : Is[i];
    148     }
     146    if (vv) { F = isFloatScale ? Fs[i] : Is[i]; }
    149147
    150148    switch (PSFTYPE) {
Note: See TracChangeset for help on using the changeset viewer.