Skip to content

Commit

Permalink
feat: adding waxholm78 bregma/lambda coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Nov 5, 2023
1 parent d8a589f commit f12ec15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UnityClient/Packages/vbl.urchin/Scripts/Utils/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ public class Utils : MonoBehaviour
{
{"allen_mouse_25um", CCF_BREGMA},
{"whs_sd_rat_39um", WXH_BREGMA},
{"whs_sd_rat_78um", WXH_BREGMA},
};

public static Dictionary<string, Vector3> LambdaDefaults = new Dictionary<string, Vector3>
{
{"allen_mouse_25um", CCF_LAMBDA},
{"whs_sd_rat_39um", WXH_LAMBDA},
{"whs_sd_rat_78um", WXH_LAMBDA},
};


Expand Down

0 comments on commit f12ec15

Please sign in to comment.