- Timestamp:
- Jun 6, 2012, 9:16:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/calextract.c
r27435 r33985 6 6 7 7 off_t i, Nr; 8 int N secfilt, NSTAR, N, mode[2];8 int N, mode[2]; 9 9 10 10 PhotCode *code[2]; … … 24 24 /* load photcode information */ 25 25 if (!InitPhotcodes ()) return (FALSE); 26 Nsecfilt = GetPhotcodeNsecfilt ();27 26 28 27 /* command line arguments */ … … 41 40 /* one unique value per star */ 42 41 N = 0; 43 NSTAR = 1;44 42 ALLOCATE (vec, Vector *, NVEC); 45 43 if ((vec[Nd] = SelectVector ("cal:dmag", ANYVECTOR, TRUE)) == NULL) goto escape; … … 74 72 75 73 # if (0) 74 int NSTAR = 1; 75 int Nsecfilt = GetPhotcodeNsecfilt (); 76 76 /* extract values, assign to vectors */ 77 77 for (i = 0; i < catalog.Naverage; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
