Changeset 4834
- Timestamp:
- Aug 19, 2005, 5:22:00 PM (21 years ago)
- Location:
- trunk/Ohana/src/opihi/dvo
- Files:
-
- 17 edited
-
avextract.c (modified) (1 diff)
-
calextract.c (modified) (1 diff)
-
calmextract.c (modified) (1 diff)
-
catalog.c (modified) (1 diff)
-
ccd.c (modified) (1 diff)
-
cmd.c (modified) (1 diff)
-
ddmags.c (modified) (1 diff)
-
dmagaves.c (modified) (1 diff)
-
dmagmeas.c (modified) (1 diff)
-
dmags.c (modified) (1 diff)
-
dmt.c (modified) (1 diff)
-
extract.c (modified) (1 diff)
-
fitcolors.c (modified) (3 diffs)
-
imdata.c (modified) (1 diff)
-
lcurve.c (modified) (1 diff)
-
lightcurve.c (modified) (1 diff)
-
subpix.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/avextract.c
r4689 r4834 28 28 /* find CATDIR in config system */ 29 29 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 30 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 31 strcpy (catalog.catmode, "RAW"); 30 32 31 33 /* interpret command-line options */ -
trunk/Ohana/src/opihi/dvo/calextract.c
r4800 r4834 30 30 /* find CATDIR in config system */ 31 31 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 32 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 33 strcpy (catalog.catmode, "RAW"); 32 34 33 35 /* command line arguments */ -
trunk/Ohana/src/opihi/dvo/calmextract.c
r4800 r4834 31 31 /* find CATDIR in config system */ 32 32 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 33 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 34 strcpy (catalog.catmode, "RAW"); 33 35 34 36 /* command line arguments */ -
trunk/Ohana/src/opihi/dvo/catalog.c
r4800 r4834 30 30 if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE); 31 31 32 VarConfig ("GSCDIR", "%s", gscdir); 32 33 VarConfig ("CATDIR", "%s", catdir); 33 VarConfig ("GSCDIR", "%s", gscdir); 34 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 35 strcpy (catalog.catmode, "RAW"); 34 36 35 37 Mz = 17.0; -
trunk/Ohana/src/opihi/dvo/ccd.c
r4689 r4834 28 28 /* find CATDIR in config system */ 29 29 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 30 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 31 strcpy (catalog.catmode, "RAW"); 30 32 31 33 /* interpret command-line options */ -
trunk/Ohana/src/opihi/dvo/cmd.c
r4689 r4834 28 28 /* find CATDIR in config system */ 29 29 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 30 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 31 strcpy (catalog.catmode, "RAW"); 30 32 31 33 /* interpret command-line options */ -
trunk/Ohana/src/opihi/dvo/ddmags.c
r4689 r4834 28 28 /* find CATDIR in config system */ 29 29 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 30 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 31 strcpy (catalog.catmode, "RAW"); 30 32 31 33 /* interpret command-line options */ -
trunk/Ohana/src/opihi/dvo/dmagaves.c
r4689 r4834 29 29 /* find CATDIR in config system */ 30 30 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 31 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 32 strcpy (catalog.catmode, "RAW"); 31 33 32 34 /* interpret command-line options */ -
trunk/Ohana/src/opihi/dvo/dmagmeas.c
r4689 r4834 29 29 /* find CATDIR in config system */ 30 30 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 31 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 32 strcpy (catalog.catmode, "RAW"); 31 33 32 34 /* interpret command-line options */ -
trunk/Ohana/src/opihi/dvo/dmags.c
r4689 r4834 28 28 /* find CATDIR in config system */ 29 29 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 30 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 31 strcpy (catalog.catmode, "RAW"); 30 32 31 33 /* interpret command-line options */ -
trunk/Ohana/src/opihi/dvo/dmt.c
r4800 r4834 17 17 Vector *vec1, *vec2, *vec3, *vec4, *vec5; 18 18 19 if (!InitPhotcodes ()) return (FALSE); 20 19 21 VarConfig ("CATDIR", "%s", catdir); 20 if (!InitPhotcodes ()) return (FALSE); 22 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 23 strcpy (catalog.catmode, "RAW"); 21 24 22 25 vec1 = vec2 = vec3 = vec4 = vec5 = NULL; -
trunk/Ohana/src/opihi/dvo/extract.c
r3462 r4834 34 34 if (!InitPhotcodes ()) return (FALSE); 35 35 36 VarConfig ("GSCDIR", "%s", gscdir); 36 37 VarConfig ("CATDIR", "%s", catdir); 37 VarConfig ("GSCDIR", "%s", gscdir); 38 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 39 strcpy (catalog.catmode, "RAW"); 38 40 39 41 regions = (RegionFile *) NULL; -
trunk/Ohana/src/opihi/dvo/fitcolors.c
r4689 r4834 14 14 int N1, N2, i1, i2, mode[4]; 15 15 int Nsec, Nregions, status; 16 char catdir[256], filename[256], *RegionName, *RegionList;16 char catdir[256], catmode[16], filename[256], *RegionName, *RegionList; 17 17 char *cmd, *outcmd, *camera; 18 18 double *M1, *M2; … … 37 37 /* find CATDIR in config system */ 38 38 if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape; 39 if (VarConfig ("CATMODE", "%s", catmode) == NULL) strcpy (catmode, "RAW"); 39 40 40 41 /* interpret command-line options */ … … 103 104 for (k = 0; k < Nregions; k++) { 104 105 /* lock, load, unlock catalog */ 106 strcpy (catalog[k].catmode, catmode); 105 107 sprintf (filename, "%s/%s", catdir, regions[k].name); 106 108 catalog[k].filename = filename; -
trunk/Ohana/src/opihi/dvo/imdata.c
r4800 r4834 40 40 } 41 41 } 42 43 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 44 strcpy (catalog.catmode, "RAW"); 42 45 43 46 if (argc != 4) { -
trunk/Ohana/src/opihi/dvo/lcurve.c
r4800 r4834 18 18 19 19 VarConfig ("CATDIR", "%s", catdir); 20 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 21 strcpy (catalog.catmode, "RAW"); 22 20 23 if (!InitPhotcodes ()) return (FALSE); 21 24 -
trunk/Ohana/src/opihi/dvo/lightcurve.c
r4800 r4834 15 15 16 16 VarConfig ("CATDIR", "%s", catdir); 17 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 18 strcpy (catalog.catmode, "RAW"); 19 17 20 if (!InitPhotcodes ()) return (FALSE); 18 21 Nsec = GetPhotcodeNsecfilt (); -
trunk/Ohana/src/opihi/dvo/subpix.c
r4800 r4834 23 23 24 24 VarConfig ("CATDIR", "%s", catdir); 25 if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL) 26 strcpy (catalog.catmode, "RAW"); 27 25 28 GetTimeFormat (&TimeReference, &TimeFormat); 26 29
Note:
See TracChangeset
for help on using the changeset viewer.
