IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15200


Ignore:
Timestamp:
Oct 3, 2007, 4:31:59 PM (19 years ago)
Author:
eugene
Message:

fixed up plotting functions

Location:
trunk/psastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroAstromGuess.c

    r15057 r15200  
    125125
    126126                if (psTraceGetLevel("psastro.plot") > 0) {
    127                     psastroPlotRawstars (rawstars, fpa, chip);
     127                    psastroPlotRawstars (rawstars, fpa, chip, recipe);
    128128                }
    129129            }
  • trunk/psastro/src/psastroLoadRefstars.c

    r14371 r15200  
    126126
    127127    if (psTraceGetLevel("psastro.plot") > 0) {
    128         psastroPlotRefstars (refstars);
     128        psastroPlotRefstars (refstars, recipe);
    129129    }
    130130
Note: See TracChangeset for help on using the changeset viewer.