Changeset 17322 for trunk/psastro/src/psastroDemoPlot.c
- Timestamp:
- Apr 4, 2008, 3:35:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDemoPlot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDemoPlot.c
r15195 r17322 475 475 # else 476 476 477 bool psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip )477 bool psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe) 478 478 { 479 479 return false; 480 480 } 481 481 482 bool psastroPlotRefstars (psArray *refstars )482 bool psastroPlotRefstars (psArray *refstars, psMetadata *recipe) 483 483 { 484 484 return false; 485 485 } 486 486 487 bool psastroPlotOneChipFit (psArray *rawstars, psArray *refstars, psArray *match, pmAstromFitResults *results) 487 bool psastroPlotOneChipFit (psArray *rawstars, psArray *refstars, psArray *match, 488 psMetadata *recipe) 488 489 { 489 490 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
