Changeset 37552 for trunk/psastro/src/psastroChooseRefstars.c
- Timestamp:
- Nov 3, 2014, 10:48:56 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroChooseRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChooseRefstars.c
r37420 r37552 66 66 psF32 clampMagMin = psMetadataLookupF32 (&status, recipe, "REFSTAR_CLAMP_MAG_MIN"); 67 67 if (!status) clampMagMin = -5.0; 68 //MEH test68 //MEH adding max option as well -- really should not be hardcoded.. 69 69 psF32 clampMagMax = psMetadataLookupF32 (&status, recipe, "REFSTAR_CLAMP_MAG_MAX"); 70 70 if (!status) clampMagMax = 30.0; … … 117 117 goto skip; 118 118 } 119 //MEH test119 //MEH option for max mag clamp also 120 120 if (ref->Mag > clampMagMax) { 121 121 psWarning("Skipping by clamp refstar with faint magnitude %f ra: %f dec: %f\n",
Note:
See TracChangeset
for help on using the changeset viewer.
