Changeset 5049 for trunk/psphot/src/psphotOutput.c
- Timestamp:
- Sep 13, 2005, 4:06:55 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotOutput.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r5048 r5049 2 2 3 3 // output functions: we have several fixed modes (sx, obj, cmp) 4 void psphotOutput ( psImageData*imdata, psMetadata *config, psArray *sources) {4 void psphotOutput (eamReadout *imdata, psMetadata *config, psArray *sources) { 5 5 6 6 bool status; … … 47 47 } 48 48 49 bool pmSourcesWriteText ( psImageData*imdata, char *filename, psArray *sources) {49 bool pmSourcesWriteText (eamReadout *imdata, char *filename, psArray *sources) { 50 50 51 51 char *name = (char *) psAlloc (strlen(filename) + 10); … … 68 68 69 69 // dophot-style output list with fixed line width 70 bool pmSourcesWriteOBJ ( psImageData*imdata, char *filename, psArray *sources) {70 bool pmSourcesWriteOBJ (eamReadout *imdata, char *filename, psArray *sources) { 71 71 72 72 int i, type, status; … … 159 159 160 160 // elixir/sextractor-style output list with fixed line width 161 bool pmSourcesWriteSX ( psImageData*imdata, char *filename, psArray *sources) {161 bool pmSourcesWriteSX (eamReadout *imdata, char *filename, psArray *sources) { 162 162 163 163 int i, status, flags; … … 257 257 258 258 // elixir-style pseudo FITS table (header + ascii list) 259 bool pmSourcesWriteCMP ( psImageData*imdata, char *filename, psArray *sources) {259 bool pmSourcesWriteCMP (eamReadout *imdata, char *filename, psArray *sources) { 260 260 261 261 int i, type, status; … … 360 360 361 361 // elixir-style FITS table output (header + table in 1st extension) 362 bool pmSourcesWriteCMF ( psImageData*imdata, char *filename, psArray *sources) {362 bool pmSourcesWriteCMF (eamReadout *imdata, char *filename, psArray *sources) { 363 363 364 364 // write imdata->header to file
Note:
See TracChangeset
for help on using the changeset viewer.
