-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update that should bring this working into agreement with gitlab
When this was imported to GitHub, I had to mess with the history and remove huge dem files because they could not be uploaded. One file was turned into a zip to make it comply with the 100MB limit, while others were never added to begin with. This commit includes the summary at the end of the following: Date: Fri Aug 31 09:06:53 2018 +0200 * got rid of unwanted data file Date: Wed Aug 29 13:58:05 2018 +0200 * added way to check sample sleection maybe should have this work in bg any time the sampling has changed? Date: Wed Aug 29 12:48:28 2018 +0200 * Deleting the result tab also deletes the sampling line Date: Wed Aug 29 12:07:41 2018 +0200 * added helptext ability that helps each ZmapFunction be self-documenting also made it an option to iniialize functions using the ZmapMainWindow. For example: ``` zmw = ZmapMainWindow bv = XYfun.bvalgrid(zmw,'DelayProcessing,true,'InteractiveMode',false) bv.helptext('-all') ``` Date: Tue Aug 28 16:13:08 2018 +0200 * started making additional panes aware of map window selections will hide and show depending upon the window. Date: Tue Aug 28 15:39:24 2018 +0200 * fixed radius sampling fixed bug introduced a few commits ago to the catalog distance calculations other small fixes Date: Tue Aug 28 14:41:17 2018 +0200 * bpvalgrid now functions with MyPvalClass Calculation logic may not be right, but at least one can now reasonably look at the code to figure out what may be wrong. Date: Tue Aug 28 11:10:58 2018 +0200 * made the ploop_c_and_p_calcs from MyPvalClass readable can't guarantee correctness, but at least now there's a chance to understand what its doing Date: Mon Aug 27 17:55:50 2018 +0200 * major (probably very broken) options updated consolidating pvalue code streamlined and improved event selection code continued adding testing code disabled new UI dialog boxes due to java error. They were great because they provided automated testing, but they seem to break with the way that I'm using checkboxes (?!?!?) Date: Wed Aug 22 11:04:09 2018 +0200 * removed autoradius, added copyfields added a copyfields function to encapsulate some repeating code. removed the autoradius feature, since it was poorly conceived, broken, and ill defined. Date: Tue Aug 21 15:56:11 2018 +0200 * finally created EventSelectionParameters and am in process of wiring it up. This breaks out functionality from EventSelectionChoice, and provides a clean way to do selections, regardless of distance units.
- Loading branch information
1 parent
f9d89b8
commit 2bd0ba9
Showing
96 changed files
with
3,902 additions
and
2,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"NumNearbyEvents":150, | ||
"NumClosestEvents":150, | ||
"UseNumNearbyEvents":true, | ||
"RadiusKm":10, | ||
"MaxSampleRadius":10, | ||
"DistanceUnits":"kilometer", | ||
"UseEventsInRadius":false, | ||
"WeightByDistance":false, | ||
"maxRadiusKm":null | ||
"WeightByDistance":false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.