Skip to content

Commit

Permalink
Better alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Jan 9, 2025
1 parent 2897c77 commit 2262449
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,21 @@ public StageModeNorth parse(String name, StageModeNorth defaultValue) {

public enum DisperserNorth implements GmosCommonType.Disperser, ObsoletableSpType, IctdType {
// Mirror isn't tracked but is always installed.
MIRROR( "Mirror", "mirror", 0, Ictd.installed()),
B1200_G5301("B1200", "B1200", "G5301", 1200),
R831_G5302( "R831", "R831", "G5302", 831),
B600_G5303( "B600_G5303", "B600", 600, Ictd.unavailable()) {
MIRROR( "Mirror", "mirror", 0, Ictd.installed()),
B1200_G5301("B1200", "B1200", "G5301", 1200),
R831_G5302( "R831", "R831", "G5302", 831),
B600_G5303( "B600_G5303", "B600", 600, Ictd.unavailable()) {
@Override public boolean isObsolete() { return true; }
},
B600_G5307( "B600", "B600", "G5307", 600),
R600_G5304( "R600", "R600", "G5304", 600),
B480_G5309( "B480", "B480", "G5309", 480),
R400_G5305( "R400", "R400", "G5305", 400),
R400_G5310( "R400", "R400", "G5310", 400),
R150_G5306( "R150_G5306", "R150", 150, Ictd.unavailable()) {
B600_G5307( "B600", "B600", "G5307", 600),
R600_G5304( "R600", "R600", "G5304", 600),
B480_G5309( "B480", "B480", "G5309", 480),
R400_G5305( "R400", "R400", "G5305", 400),
R400_G5310( "R400", "R400", "G5310", 400),
R150_G5306( "R150_G5306", "R150", 150, Ictd.unavailable()) {
@Override public boolean isObsolete() { return true; }
},
R150_G5308( "R150", "R150", "G5308", 150),
R150_G5308( "R150", "R150", "G5308", 150),
;

/** The default Disperser value **/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ public enum DisperserSouth implements GmosCommonType.Disperser, IctdType {
R831_G5322( "R831", "R831", "G5322", 831),
B600_G5323( "B600", "B600", "G5323", 600),
R600_G5324( "R600", "R600", "G5324", 600),
B480_G5327( "B480", "B480", "G5327", 480),
R400_G5325( "R400", "R400", "G5325", 400),
R150_G5326( "R150", "R150", "G5326", 150),
B480_G5327( "B480", "B480", "G5327", 480),
R400_G5325( "R400", "R400", "G5325", 400),
R150_G5326( "R150", "R150", "G5326", 150),
;

/** The default Disperser value **/
Expand Down

0 comments on commit 2262449

Please sign in to comment.