Changeset 30616 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Feb 13, 2011, 11:30:02 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r27586 r30616 13 13 float Mcal; 14 14 float dMcal; 15 float dMsys; 16 short nFitPhotom; 15 17 short Xm; 16 18 float secz; … … 50 52 double STAR_CHISQ; 51 53 double MIN_ERROR; 54 double IMFIT_SYS_SIGMA_LIM; 52 55 53 56 int VERBOSE; … … 103 106 SkyRegion UserPatch; 104 107 int UserPatchSelect; 108 109 int USE_BASIC_CHECK; 105 110 106 111 # ifdef GRID_V1 … … 215 220 void write_coords PROTO((Header *header, Coords *coords)); 216 221 int relphot_objects (void); 222 223 void relphot_usage (void); 224 void relphot_help (int argc, char **argv);
Note:
See TracChangeset
for help on using the changeset viewer.
