IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43090


Ignore:
Timestamp:
Sep 15, 2026, 5:35:07 PM (9 days ago)
Author:
eugene
Message:

minor whitespace change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/pswarp/src/pswarpDefineLayout.c

    r42947 r43090  
    3131        return false;
    3232    }
    33     if (!pswarpLoadAstrometry (output, skycell, config,&zptObs,&zptErr)) {
     33    if (!pswarpLoadAstrometry (output, skycell, config, &zptObs, &zptErr)) {
    3434        psError(PSWARP_ERR_CONFIG, false, "problem loading output astrometry\n");
    3535        return false;
    … …  
    7171            return false;
    7272        }
    73         if (!pswarpLoadAstrometry (input, astrom, config,&zptObs,&zptErr)) {
     73        if (!pswarpLoadAstrometry (input, astrom, config, &zptObs, &zptErr)) {
    7474            psError(PSWARP_ERR_CONFIG, false, "problem loading input astrometry\n");
    7575            return false;
    … …  
    129129            pmCell *refcell = pmFPAviewThisCell(view, skycell->fpa); ///< Target cell
    130130
    131             if (!pswarpGenerateOutputCell (chip, cell, refcell, output->xBin, output->yBin,zptObs,zptErr)){
     131            if (!pswarpGenerateOutputCell (chip, cell, refcell, output->xBin, output->yBin, zptObs, zptErr)){
    132132                psError(PSWARP_ERR_DATA, false, "failed to generate output cell");
    133133                psFree(view);
Note: See TracChangeset for help on using the changeset viewer.