How to publish volume without totalscan
Jump to navigation
Jump to search
just add as calibration:
comment the line in the LibScanToOracle.C //db->AddBSBpathsVolumes(databsbpathsvolumes);
- put in the operation file int
WRITE_RAW_CALIBRATION_DATA = 1 (instead of 0)
if you want to publish e.g. plate 10.. 25 then
- put in bBRICK.h file: int FIRST_PLATE = 25;
then within the publication procedure...
root [4] AddCalibrationOperation("xxxxxxxxxxx")