Skip to content

Commit

Permalink
Remove extraneous comments (#6 #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cachan committed Nov 22, 2015
1 parent b5cba02 commit f76c510
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions app/Search/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,36 +98,7 @@ public function createIndex()
]
]
];

// Specimen Number
//Species Common Name
//Species Scientific Name
//Scan ID
//Group
//Museum
//Author
//Scan Quality
//File location
//When scan was taken
//KiloVolts (KV) - voltage when ct was taken
//Who scanned it (author?)
//Voxel size
//Number of images
//Averaging (calibration - number of images to take and average image values)
//Skip (averaging plus skip is total number of images)
//Timing value
//Current
//sequence
//image directory
//Image
//filename1
//filename2
//filename3
//filename4





$this->client->indices()->create($params);

}
Expand Down

0 comments on commit f76c510

Please sign in to comment.