Skip to content

Commit

Permalink
debug sensitivity corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
xspanger3770 committed Apr 18, 2024
1 parent 5a8585d commit d7647c1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ public static List<SensitivityCorrection> loadSensitivityCorrections(String file
return corrections;
}

public static void main(String[] args) throws Exception{
GlobalQuake.prepare(new File("./.GlobalQuakeData/"), null);
var a = loadSensitivityCorrections(new File(GlobalQuake.mainFolder, "sensitivity_corrections.txt").getAbsolutePath());
System.err.println(a);
}

private static List<String> downloadWadl(StationSource stationSource) throws Exception {
URL url = new URL("%sapplication.wadl".formatted(stationSource.getUrl()));

Expand Down

0 comments on commit d7647c1

Please sign in to comment.