Changeset 17322
- Timestamp:
- Apr 4, 2008, 3:35:44 PM (18 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 2 edited
-
psastroDemoPlot.c (modified) (1 diff)
-
psastroStandAlone.h (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; -
trunk/psastro/src/psastroStandAlone.h
r15891 r17322 7 7 8 8 #include <stdio.h> 9 #include <string.h> 9 10 #include <pslib.h> 10 11 #include <psmodules.h>
Note:
See TracChangeset
for help on using the changeset viewer.
