Changeset 34088 for trunk/Ohana/src/opihi/dvo/fitsed.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/fitsed.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/fitsed.c
r28241 r34088 26 26 off_t i, j, k, m; 27 27 int N, done, Nfit; 28 int Nsecfilt,status;28 int status; 29 29 void *oldsignal; 30 30 char name[64], line[1024], key[20]; … … 41 41 KapaSection magSection, resSection; 42 42 43 Catalog catalog , outcat;43 Catalog catalog; 44 44 SkyList *skylist; 45 45 SkyRegionSelection *selection; … … 57 57 catalog.secfilt = NULL; 58 58 59 outcat.average = NULL;60 outcat.measure = NULL;61 outcat.secfilt = NULL;59 // outcat.average = NULL; 60 // outcat.measure = NULL; 61 // outcat.secfilt = NULL; 62 62 63 63 SEDtable = NULL; … … 80 80 /* load photcode information */ 81 81 if (!InitPhotcodes ()) goto escape; 82 Nsecfilt = GetPhotcodeNsecfilt ();83 82 84 83 /* interpret command-line options */
Note:
See TracChangeset
for help on using the changeset viewer.
