<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0112_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0112_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0112_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0112_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0112_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0112_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0112_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0112_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0112_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0112/ses-02/func/sub-0112_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fd6bb76f081eee491ce1746bfa92fdbd</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:33:16.237500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996088, 0.0649093, 0.0599567, -0.0644141, 0.997872, -0.0101578]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0879201</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4232, -7789, -7268, 216, -179, -170, -29, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>804d8601-0e1a-4d32-bd07-e5f4e848f446||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6724321842193604, -0.17281833291053772, 0.16331878304481506, 115.25556182861328], [-0.17414698004722595, 2.6772165298461914, -0.016891341656446457, -98.87989044189453], [0.16085948050022125, 0.02725275605916977, 2.695003032684326, -76.5939712524414], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['143316.237500', '143316.697500', '143317.157500', '143317.617500', '143318.077500', '143318.537500', '143318.997500', '143319.457500', '143319.917500', '143320.377500', '143320.837500', '143321.297500', '143321.757500', '143322.217500', '143322.677500', '143323.137500', '143323.597500', '143324.057500', '143324.517500', '143324.977500', '143325.437500', '143325.897500', '143326.357500', '143326.817500', '143327.277500', '143327.737500', '143328.197500', '143328.657500', '143329.117500', '143329.577500', '143330.037500', '143330.497500', '143330.957500', '143331.417500', '143331.877500', '143332.337500', '143332.797500', '143333.257500', '143333.717500', '143334.177500', '143334.637500', '143335.097500', '143335.557500', '143336.017500', '143336.477500', '143336.937500', '143337.397500', '143337.857500', '143338.317500', '143338.777500', '143339.237500', '143339.697500', '143340.157500', '143340.617500', '143341.077500', '143341.537500', '143341.997500', '143342.457500', '143342.917500', '143343.377500', '143343.837500', '143344.297500', '143344.757500', '143345.217500', '143345.677500', '143346.137500', '143346.597500', '143347.057500', '143347.517500', '143347.977500', '143348.437500', '143348.897500', '143349.357500', '143349.817500', '143350.277500', '143350.737500', '143351.197500', '143351.657500', '143352.117500', '143352.577500', '143353.037500', '143353.497500', '143353.957500', '143354.417500', '143354.877500', '143355.337500', '143355.797500', '143356.257500', '143356.717500', '143357.177500', '143357.637500', '143358.097500', '143358.557500', '143359.017500', '143359.477500', '143359.937500', '143400.397500', '143400.857500', '143401.317500', '143401.777500', '143402.237500', '143402.697500', '143403.157500', '143403.617500', '143404.077500', '143404.537500', '143404.997500', '143405.457500', '143405.917500', '143406.377500', '143406.837500', '143407.297500', '143407.757500', '143408.217500', '143408.677500', '143409.137500', '143409.597500', '143410.057500', '143410.517500', '143410.977500', '143411.437500', '143411.897500', '143412.357500', '143412.817500', '143413.277500', '143413.737500', '143414.197500', '143414.657500', '143415.117500', '143415.577500', '143416.037500', '143416.497500', '143416.957500', '143417.417500', '143417.877500', '143418.337500', '143418.797500', '143419.257500', '143419.717500', '143420.177500', '143420.637500', '143421.097500', '143421.557500', '143422.017500', '143422.477500', '143422.937500', '143423.397500', '143423.857500', '143424.317500', '143424.777500', '143425.237500', '143425.697500', '143426.157500', '143426.617500', '143427.077500', '143427.537500', '143427.997500', '143428.457500', '143428.917500', '143429.377500', '143429.837500', '143430.297500', '143430.757500', '143431.217500', '143431.677500', '143432.137500', '143432.597500', '143433.057500', '143433.517500', '143433.977500', '143434.437500', '143434.897500', '143435.357500', '143435.817500', '143436.277500', '143436.737500', '143437.197500', '143437.657500', '143438.117500', '143438.577500', '143439.037500', '143439.497500', '143439.957500', '143440.417500', '143440.877500', '143441.337500', '143441.797500', '143442.257500', '143442.717500', '143443.177500', '143443.637500', '143444.097500', '143444.557500', '143445.017500', '143445.477500', '143445.937500', '143446.397500', '143446.857500', '143447.317500', '143447.777500', '143448.237500', '143448.697500', '143449.157500', '143449.617500', '143450.077500', '143450.537500', '143450.997500', '143451.457500', '143451.917500', '143452.377500', '143452.837500', '143453.297500', '143453.757500', '143454.217500', '143454.677500', '143455.137500', '143455.597500', '143456.057500', '143456.517500', '143456.977500', '143457.437500', '143457.897500', '143458.357500', '143458.817500', '143459.277500', '143459.737500', '143500.197500', '143500.657500', '143501.117500', '143501.577500', '143502.037500', '143502.497500', '143502.957500', '143503.417500', '143503.877500', '143504.337500', '143504.797500', '143505.257500', '143505.717500', '143506.177500', '143506.637500', '143507.097500', '143507.557500', '143508.017500', '143508.477500', '143508.937500', '143509.397500', '143509.857500', '143510.317500', '143510.777500', '143511.237500', '143511.697500', '143512.157500', '143512.617500', '143513.077500', '143513.537500', '143513.997500', '143514.457500', '143514.917500', '143515.377500', '143515.837500', '143516.297500', '143516.757500', '143517.217500', '143517.677500', '143518.137500', '143518.597500', '143519.057500', '143519.517500', '143519.977500', '143520.437500', '143520.897500', '143521.357500', '143521.817500', '143522.277500', '143522.737500', '143523.197500', '143523.657500', '143524.117500', '143524.577500', '143525.037500', '143525.497500', '143525.957500', '143526.417500', '143526.877500', '143527.337500', '143527.797500', '143528.257500', '143528.717500', '143529.177500', '143529.637500', '143530.097500', '143530.557500', '143531.017500', '143531.477500', '143531.937500', '143532.397500', '143532.857500', '143533.317500', '143533.777500', '143534.237500', '143534.697500', '143535.157500', '143535.617500', '143536.077500', '143536.537500', '143536.997500', '143537.457500', '143537.917500', '143538.377500', '143538.837500', '143539.297500', '143539.757500', '143540.217500', '143540.677500', '143541.137500', '143541.597500', '143542.057500', '143542.517500', '143542.977500', '143543.437500', '143543.897500', '143544.357500', '143544.817500', '143545.277500', '143545.737500', '143546.197500', '143546.657500', '143547.117500', '143547.577500', '143548.037500', '143548.497500', '143548.957500', '143549.417500', '143549.877500', '143550.337500', '143550.797500', '143551.257500', '143551.717500', '143552.177500', '143552.637500', '143553.097500', '143553.557500', '143554.017500', '143554.477500', '143554.937500', '143555.397500', '143555.857500', '143556.317500', '143556.777500', '143557.237500', '143557.697500', '143558.157500', '143558.617500', '143559.077500', '143559.537500', '143559.997500', '143600.457500', '143600.917500', '143601.377500', '143601.837500', '143602.297500', '143602.757500', '143603.217500', '143603.677500', '143604.137500', '143604.597500', '143605.057500', '143605.517500', '143605.977500', '143606.437500', '143606.897500', '143607.357500', '143607.817500', '143608.277500', '143608.737500', '143609.197500', '143609.657500', '143610.117500', '143610.577500', '143611.037500', '143611.497500', '143611.957500', '143612.417500', '143612.877500', '143613.337500', '143613.797500', '143614.257500', '143614.717500', '143615.177500', '143615.637500', '143616.097500', '143616.557500', '143617.017500', '143617.477500', '143617.937500', '143618.397500', '143618.857500', '143619.317500', '143619.777500', '143620.237500', '143620.697500', '143621.157500', '143621.617500', '143622.077500', '143622.537500', '143622.997500', '143623.457500', '143623.917500', '143624.377500', '143624.837500', '143625.297500', '143625.757500', '143626.217500', '143626.677500', '143627.137500', '143627.597500', '143628.057500', '143628.517500', '143628.977500', '143629.437500', '143629.897500', '143630.357500', '143630.817500', '143631.277500', '143631.737500', '143632.197500', '143632.657500', '143633.117500', '143633.577500', '143634.037500', '143634.497500', '143634.957500', '143635.417500', '143635.877500', '143636.337500', '143636.797500', '143637.257500', '143637.717500', '143638.177500', '143638.637500', '143639.097500', '143639.557500', '143640.017500', '143640.477500', '143640.937500', '143641.397500', '143641.857500', '143642.317500', '143642.777500', '143643.237500', '143643.697500', '143644.157500', '143644.617500', '143645.077500', '143645.537500', '143645.997500', '143646.457500', '143646.917500', '143647.377500', '143647.837500', '143648.297500', '143648.757500', '143649.217500', '143649.677500', '143650.137500', '143650.597500', '143651.057500', '143651.517500', '143651.977500', '143652.437500', '143652.897500', '143653.357500', '143653.817500', '143654.277500', '143654.737500', '143655.197500', '143655.657500', '143656.117500', '143656.577500', '143657.037500', '143657.497500', '143657.957500', '143658.417500', '143658.877500', '143659.337500', '143659.797500', '143700.257500', '143700.717500', '143701.177500', '143701.637500', '143702.097500', '143702.557500', '143703.017500', '143703.477500', '143703.937500', '143704.397500', '143704.857500', '143705.317500', '143705.777500', '143706.237500', '143706.697500', '143707.157500', '143707.617500', '143708.077500', '143708.537500', '143708.997500', '143709.457500', '143709.917500', '143710.377500', '143710.837500', '143711.297500', '143711.757500', '143712.217500', '143712.677500', '143713.137500', '143713.597500', '143714.057500', '143714.517500', '143714.977500', '143715.437500', '143715.897500', '143716.357500', '143716.817500', '143717.277500', '143717.737500', '143718.197500', '143718.657500', '143719.117500', '143719.577500', '143720.037500', '143720.497500', '143720.957500', '143721.417500', '143721.877500', '143722.337500', '143722.797500', '143723.257500', '143723.717500', '143724.177500', '143724.637500', '143725.097500', '143725.557500', '143726.017500', '143726.477500', '143726.937500', '143727.397500', '143727.857500', '143728.317500', '143728.777500', '143729.237500', '143729.697500', '143730.157500', '143730.617500', '143731.077500', '143731.537500', '143731.997500', '143732.457500', '143732.917500', '143733.377500', '143733.837500', '143734.297500', '143734.757500', '143735.217500', '143735.677500', '143736.137500', '143736.597500', '143737.057500', '143737.517500', '143737.977500', '143738.437500', '143738.897500', '143739.357500', '143739.817500', '143740.277500', '143740.737500', '143741.197500', '143741.657500', '143742.117500', '143742.577500', '143743.037500', '143743.497500', '143743.957500', '143744.417500', '143744.877500', '143745.337500', '143745.797500', '143746.257500', '143746.717500', '143747.177500', '143747.637500', '143748.097500', '143748.557500', '143749.017500', '143749.477500', '143749.937500', '143750.397500', '143750.857500', '143751.317500', '143751.777500', '143752.237500', '143752.697500', '143753.157500', '143753.617500', '143754.077500', '143754.537500', '143754.997500', '143755.457500', '143755.917500', '143756.377500', '143756.837500', '143757.297500', '143757.757500', '143758.217500', '143758.677500', '143759.137500', '143759.597500', '143800.057500', '143800.517500', '143800.977500', '143801.437500', '143801.897500', '143802.357500', '143802.817500', '143803.277500', '143803.737500', '143804.197500', '143804.657500', '143805.117500', '143805.577500', '143806.037500', '143806.497500', '143806.957500', '143807.417500', '143807.877500', '143808.337500', '143808.797500', '143809.257500', '143809.717500', '143810.177500', '143810.637500', '143811.097500', '143811.557500', '143812.017500', '143812.477500', '143812.937500', '143813.397500', '143813.857500', '143814.317500', '143814.777500', '143815.237500', '143815.697500', '143816.157500', '143816.617500', '143817.077500', '143817.537500', '143817.997500', '143818.457500', '143818.917500', '143819.377500', '143819.837500', '143820.297500', '143820.757500', '143821.217500', '143821.677500', '143822.137500', '143822.597500', '143823.057500', '143823.517500', '143823.977500', '143824.437500', '143824.897500', '143825.357500', '143825.817500', '143826.277500', '143826.737500', '143827.197500', '143827.657500', '143828.117500', '143828.577500', '143829.037500', '143829.497500', '143829.957500', '143830.417500', '143830.877500', '143831.337500', '143831.797500', '143832.257500', '143832.717500', '143833.177500', '143833.637500', '143834.097500', '143834.557500', '143835.017500', '143835.477500', '143835.937500', '143836.397500', '143836.857500', '143837.317500', '143837.777500', '143838.237500', '143838.697500', '143839.157500', '143839.617500', '143840.077500', '143840.537500', '143840.997500', '143841.457500', '143841.917500', '143842.377500', '143842.837500', '143843.297500', '143843.757500', '143844.217500', '143844.677500', '143845.137500', '143845.597500', '143846.057500', '143846.517500', '143846.977500', '143847.437500', '143847.897500', '143848.357500', '143848.817500', '143849.277500', '143849.737500', '143850.197500', '143850.657500', '143851.117500', '143851.577500', '143852.037500', '143852.497500', '143852.957500', '143853.417500', '143853.877500', '143854.337500', '143854.797500', '143855.257500', '143855.717500', '143856.177500', '143856.637500', '143857.097500', '143857.557500', '143858.017500', '143858.477500', '143858.937500', '143859.397500', '143859.857500', '143900.317500', '143900.777500', '143901.237500', '143901.697500', '143902.157500', '143902.617500', '143903.077500', '143903.537500', '143903.997500', '143904.457500', '143904.917500', '143905.377500', '143905.837500', '143906.297500', '143906.757500', '143907.217500', '143907.677500', '143908.137500', '143908.597500', '143909.057500', '143909.517500', '143909.977500', '143910.437500', '143910.897500', '143911.357500', '143911.817500', '143912.277500', '143912.737500', '143913.197500', '143913.657500', '143914.117500', '143914.577500', '143915.037500', '143915.497500', '143915.957500', '143916.417500', '143916.877500', '143917.337500', '143917.797500', '143918.257500', '143918.717500', '143919.177500', '143919.637500', '143920.097500', '143920.557500', '143921.017500', '143921.477500', '143921.937500', '143922.397500', '143922.857500', '143923.317500', '143923.777500', '143924.237500', '143924.697500', '143925.157500', '143925.617500', '143926.077500', '143926.537500', '143926.997500', '143927.457500', '143927.917500', '143928.377500', '143928.837500', '143929.297500', '143929.757500', '143930.217500', '143930.677500', '143931.137500', '143931.597500', '143932.057500', '143932.517500', '143932.977500', '143933.437500', '143933.897500', '143934.357500', '143934.817500', '143935.277500', '143935.737500', '143936.197500', '143936.657500', '143937.117500', '143937.577500', '143938.037500', '143938.497500', '143938.957500', '143939.417500', '143939.877500', '143940.337500', '143940.797500', '143941.257500', '143941.717500', '143942.177500', '143942.637500', '143943.097500', '143943.557500', '143944.017500', '143944.477500', '143944.937500', '143945.397500', '143945.857500', '143946.317500', '143946.777500', '143947.237500', '143947.697500', '143948.157500', '143948.617500', '143949.077500', '143949.537500', '143949.997500', '143950.457500', '143950.917500', '143951.377500', '143951.837500', '143952.297500', '143952.757500', '143953.217500', '143953.677500', '143954.137500', '143954.597500', '143955.057500', '143955.517500', '143955.977500', '143956.437500', '143956.897500', '143957.357500', '143957.817500', '143958.277500', '143958.737500', '143959.197500', '143959.657500', '144000.117500', '144000.577500', '144001.037500', '144001.497500', '144001.957500', '144002.417500', '144002.877500', '144003.337500', '144003.797500', '144004.257500', '144004.717500', '144005.177500', '144005.637500', '144006.097500', '144006.557500', '144007.017500', '144007.477500', '144007.937500', '144008.397500', '144008.857500', '144009.317500', '144009.777500', '144010.237500', '144010.697500', '144011.157500', '144011.617500', '144012.077500', '144012.537500', '144012.997500', '144013.457500', '144013.917500', '144014.377500', '144014.837500', '144015.297500', '144015.757500', '144016.217500'], 'ContentTime': ['143342.831000', '143342.834000', '143342.836000', '143342.839000', '143342.841000', '143342.844000', '143342.847000', '143342.849000', '143342.852000', '143342.854000', '143342.857000', '143342.859000', '143342.862000', '143342.865000', '143342.867000', '143342.870000', '143342.872000', '143342.875000', '143342.878000', '143342.880000', '143342.883000', '143342.885000', '143342.888000', '143342.890000', '143342.895000', '143342.898000', '143342.900000', '143342.908000', '143342.910000', '143342.913000', '143342.915000', '143342.918000', '143342.921000', '143342.923000', '143342.926000', '143342.928000', '143342.931000', '143342.933000', '143342.936000', '143342.938000', '143342.941000', '143342.944000', '143342.946000', '143342.949000', '143342.951000', '143342.954000', '143342.957000', '143342.959000', '143342.962000', '143342.964000', '143342.967000', '143342.969000', '143342.972000', '143342.974000', '143402.785000', '143402.788000', '143402.790000', '143402.793000', '143402.795000', '143402.798000', '143402.800000', '143402.803000', '143402.806000', '143402.808000', '143402.811000', '143402.813000', '143402.816000', '143402.818000', '143402.821000', '143402.823000', '143402.826000', '143402.829000', '143402.831000', '143402.834000', '143402.836000', '143402.839000', '143402.841000', '143402.844000', '143402.846000', '143402.849000', '143402.852000', '143402.854000', '143402.857000', '143402.859000', '143402.862000', '143402.864000', '143402.867000', '143402.870000', '143402.872000', '143402.875000', '143402.877000', '143402.880000', '143402.882000', '143402.885000', '143402.888000', '143402.890000', '143402.893000', '143402.895000', '143422.784000', '143422.787000', '143422.790000', '143422.793000', '143422.795000', '143422.798000', '143422.801000', '143422.803000', '143422.806000', '143422.808000', '143422.811000', '143422.814000', '143422.816000', '143422.819000', '143422.821000', '143422.824000', '143422.827000', '143422.830000', '143422.833000', '143422.836000', '143422.838000', '143422.841000', '143422.843000', '143422.846000', '143422.848000', '143422.851000', '143422.854000', '143422.856000', '143422.859000', '143422.861000', '143422.864000', '143422.867000', '143422.869000', '143422.872000', '143422.874000', '143422.877000', '143422.879000', '143422.882000', '143422.885000', '143422.887000', '143422.890000', '143422.892000', '143422.895000', '143442.783000', '143442.786000', '143442.789000', '143442.792000', '143442.794000', '143442.797000', '143442.799000', '143442.802000', '143442.805000', '143442.807000', '143442.810000', '143442.812000', '143442.815000', '143442.818000', '143442.820000', '143442.823000', '143442.825000', '143442.828000', '143442.831000', '143442.833000', '143442.836000', '143442.838000', '143442.846000', '143442.848000', '143442.851000', '143442.854000', '143442.856000', '143442.859000', '143442.861000', '143442.864000', '143442.867000', '143442.869000', '143442.872000', '143442.874000', '143442.877000', '143442.880000', '143442.882000', '143442.885000', '143442.887000', '143442.890000', '143442.892000', '143442.895000', '143442.898000', '143442.900000', '143502.784000', '143502.786000', '143502.789000', '143502.792000', '143502.794000', '143502.797000', '143502.800000', '143502.802000', '143502.805000', '143502.807000', '143502.810000', '143502.812000', '143502.815000', '143502.818000', '143502.820000', '143502.823000', '143502.826000', '143502.828000', '143502.831000', '143502.833000', '143502.836000', '143502.839000', '143502.842000', '143502.844000', '143502.847000', '143502.849000', '143502.852000', '143502.855000', '143502.857000', '143502.860000', '143502.862000', '143502.865000', '143502.867000', '143502.870000', '143502.873000', '143502.875000', '143502.878000', '143502.880000', '143502.883000', '143502.886000', '143502.888000', '143502.891000', '143502.893000', '143522.784000', '143522.786000', '143522.789000', '143522.792000', '143522.794000', '143522.797000', '143522.799000', '143522.802000', '143522.805000', '143522.807000', '143522.810000', '143522.812000', '143522.825000', '143522.828000', '143522.831000', '143522.833000', '143522.836000', '143522.838000', '143522.841000', '143522.844000', '143522.846000', '143522.849000', '143522.851000', '143522.854000', '143522.856000', '143522.859000', '143522.862000', '143522.864000', '143522.867000', '143522.870000', '143522.872000', '143522.875000', '143522.877000', '143522.880000', '143522.882000', '143522.885000', '143522.888000', '143522.890000', '143522.893000', '143522.895000', '143522.898000', '143522.901000', '143522.903000', '143522.906000', '143542.784000', '143542.786000', '143542.789000', '143542.792000', '143542.794000', '143542.797000', '143542.799000', '143542.802000', '143542.805000', '143542.807000', '143542.810000', '143542.812000', '143542.815000', '143542.818000', '143542.820000', '143542.823000', '143542.826000', '143542.828000', '143542.831000', '143542.833000', '143542.836000', '143542.839000', '143542.841000', '143542.844000', '143542.846000', '143542.849000', '143542.852000', '143542.854000', '143542.857000', '143542.859000', '143542.862000', '143542.865000', '143542.868000', '143542.871000', '143542.874000', '143542.876000', '143542.879000', '143542.881000', '143542.884000', '143542.886000', '143542.889000', '143542.892000', '143542.894000', '143602.783000', '143602.786000', '143602.789000', '143602.791000', '143602.794000', '143602.797000', '143602.799000', '143602.802000', '143602.805000', '143602.807000', '143602.810000', '143602.812000', '143602.815000', '143602.818000', '143602.820000', '143602.823000', '143602.825000', '143602.828000', '143602.830000', '143602.833000', '143602.836000', '143602.838000', '143602.841000', '143602.843000', '143602.846000', '143602.849000', '143602.851000', '143602.854000', '143602.856000', '143602.859000', '143602.862000', '143602.864000', '143602.867000', '143602.869000', '143602.872000', '143602.875000', '143602.877000', '143602.880000', '143602.882000', '143602.885000', '143602.887000', '143602.890000', '143602.893000', '143602.895000', '143622.784000', '143622.787000', '143622.790000', '143622.793000', '143622.795000', '143622.798000', '143622.800000', '143622.803000', '143622.806000', '143622.808000', '143622.811000', '143622.814000', '143622.816000', '143622.819000', '143622.821000', '143622.824000', '143622.827000', '143622.829000', '143622.832000', '143622.834000', '143622.837000', '143622.840000', '143622.842000', '143622.845000', '143622.848000', '143622.850000', '143622.853000', '143622.855000', '143622.858000', '143622.860000', '143622.863000', '143622.866000', '143622.868000', '143622.871000', '143622.873000', '143622.876000', '143622.879000', '143622.881000', '143622.884000', '143622.887000', '143622.889000', '143622.892000', '143622.895000', '143642.784000', '143642.787000', '143642.790000', '143642.792000', '143642.795000', '143642.798000', '143642.800000', '143642.803000', '143642.806000', '143642.808000', '143642.811000', '143642.813000', '143642.816000', '143642.818000', '143642.821000', '143642.824000', '143642.826000', '143642.829000', '143642.831000', '143642.834000', '143642.836000', '143642.839000', '143642.842000', '143642.844000', '143642.847000', '143642.849000', '143642.852000', '143642.854000', '143642.857000', '143642.860000', '143642.862000', '143642.865000', '143642.867000', '143642.870000', '143642.872000', '143642.880000', '143642.883000', '143642.892000', '143642.895000', '143642.897000', '143642.900000', '143642.903000', '143642.905000', '143642.908000', '143702.783000', '143702.786000', '143702.789000', '143702.792000', '143702.794000', '143702.797000', '143702.799000', '143702.802000', '143702.805000', '143702.807000', '143702.810000', '143702.812000', '143702.815000', '143702.817000', '143702.820000', '143702.823000', '143702.825000', '143702.828000', '143702.830000', '143702.833000', '143702.836000', '143702.838000', '143702.841000', '143702.843000', '143702.846000', '143702.849000', '143702.851000', '143702.854000', '143702.856000', '143702.859000', '143702.861000', '143702.864000', '143702.867000', '143702.869000', '143702.872000', '143702.874000', '143702.877000', '143702.880000', '143702.882000', '143702.885000', '143702.887000', '143702.890000', '143702.892000', '143722.783000', '143722.786000', '143722.789000', '143722.791000', '143722.794000', '143722.797000', '143722.799000', '143722.802000', '143722.805000', '143722.807000', '143722.810000', '143722.812000', '143722.815000', '143722.817000', '143722.820000', '143722.823000', '143722.825000', '143722.828000', '143722.830000', '143722.833000', '143722.835000', '143722.838000', '143722.841000', '143722.843000', '143722.846000', '143722.849000', '143722.851000', '143722.854000', '143722.856000', '143722.859000', '143722.861000', '143722.864000', '143722.867000', '143722.869000', '143722.872000', '143722.874000', '143722.877000', '143722.880000', '143722.882000', '143722.885000', '143722.888000', '143722.890000', '143722.899000', '143722.902000', '143742.784000', '143742.787000', '143742.789000', '143742.792000', '143742.794000', '143742.797000', '143742.800000', '143742.802000', '143742.805000', '143742.807000', '143742.810000', '143742.813000', '143742.815000', '143742.818000', '143742.820000', '143742.823000', '143742.825000', '143742.828000', '143742.831000', '143742.833000', '143742.836000', '143742.839000', '143742.841000', '143742.844000', '143742.846000', '143742.849000', '143742.851000', '143742.854000', '143742.856000', '143742.861000', '143742.863000', '143742.866000', '143742.868000', '143742.871000', '143742.874000', '143742.876000', '143742.879000', '143742.881000', '143742.884000', '143742.886000', '143742.889000', '143742.892000', '143742.894000', '143802.783000', '143802.786000', '143802.789000', '143802.791000', '143802.794000', '143802.797000', '143802.799000', '143802.802000', '143802.805000', '143802.807000', '143802.810000', '143802.812000', '143802.815000', '143802.818000', '143802.820000', '143802.823000', '143802.825000', '143802.828000', '143802.830000', '143802.833000', '143802.836000', '143802.838000', '143802.841000', '143802.843000', '143802.846000', '143802.849000', '143802.851000', '143802.854000', '143802.856000', '143802.859000', '143802.861000', '143802.864000', '143802.867000', '143802.869000', '143802.872000', '143802.874000', '143802.877000', '143802.880000', '143802.882000', '143802.885000', '143802.887000', '143802.890000', '143802.893000', '143802.895000', '143822.784000', '143822.786000', '143822.789000', '143822.792000', '143822.794000', '143822.797000', '143822.800000', '143822.802000', '143822.805000', '143822.807000', '143822.810000', '143822.813000', '143822.815000', '143822.818000', '143822.820000', '143822.823000', '143822.825000', '143822.828000', '143822.845000', '143822.847000', '143822.850000', '143822.853000', '143822.855000', '143822.858000', '143822.860000', '143822.863000', '143822.865000', '143822.868000', '143822.871000', '143822.873000', '143822.876000', '143822.878000', '143822.881000', '143822.884000', '143822.886000', '143822.889000', '143822.891000', '143822.894000', '143822.897000', '143822.899000', '143822.902000', '143822.904000', '143822.907000', '143842.784000', '143842.787000', '143842.790000', '143842.793000', '143842.795000', '143842.798000', '143842.800000', '143842.803000', '143842.806000', '143842.808000', '143842.811000', '143842.813000', '143842.816000', '143842.818000', '143842.821000', '143842.824000', '143842.826000', '143842.829000', '143842.832000', '143842.834000', '143842.837000', '143842.839000', '143842.842000', '143842.845000', '143842.847000', '143842.850000', '143842.852000', '143842.855000', '143842.857000', '143842.860000', '143842.863000', '143842.865000', '143842.868000', '143842.870000', '143842.873000', '143842.876000', '143842.878000', '143842.881000', '143842.883000', '143842.886000', '143842.889000', '143842.891000', '143842.894000', '143842.897000', '143902.785000', '143902.788000', '143902.790000', '143902.793000', '143902.796000', '143902.798000', '143902.801000', '143902.804000', '143902.806000', '143902.809000', '143902.811000', '143902.816000', '143902.818000', '143902.821000', '143902.823000', '143902.826000', '143902.829000', '143902.831000', '143902.834000', '143902.837000', '143902.839000', '143902.842000', '143902.844000', '143902.847000', '143902.850000', '143902.852000', '143902.855000', '143902.857000', '143902.860000', '143902.862000', '143902.865000', '143902.868000', '143902.870000', '143902.873000', '143902.876000', '143902.878000', '143902.881000', '143902.883000', '143902.886000', '143902.889000', '143902.891000', '143902.894000', '143902.896000', '143922.783000', '143922.786000', '143922.789000', '143922.792000', '143922.794000', '143922.797000', '143922.800000', '143922.802000', '143922.805000', '143922.807000', '143922.810000', '143922.813000', '143922.816000', '143922.819000', '143922.822000', '143922.825000', '143922.827000', '143922.830000', '143922.833000', '143922.835000', '143922.838000', '143922.840000', '143922.843000', '143922.845000', '143922.848000', '143922.851000', '143922.853000', '143922.856000', '143922.858000', '143922.861000', '143922.864000', '143922.866000', '143922.869000', '143922.872000', '143922.874000', '143922.877000', '143922.879000', '143922.882000', '143922.884000', '143922.887000', '143922.890000', '143922.892000', '143922.895000', '143942.784000', '143942.787000', '143942.789000', '143942.792000', '143942.795000', '143942.797000', '143942.800000', '143942.802000', '143942.805000', '143942.808000', '143942.810000', '143942.813000', '143942.815000', '143942.818000', '143942.820000', '143942.823000', '143942.826000', '143942.828000', '143942.831000', '143942.834000', '143942.836000', '143942.839000', '143942.841000', '143942.844000', '143942.847000', '143942.849000', '143942.852000', '143942.854000', '143942.857000', '143942.874000', '143942.877000', '143942.880000', '143942.882000', '143942.885000', '143942.887000', '143942.890000', '143942.892000', '143942.895000', '143942.898000', '143942.900000', '143942.903000', '143942.905000', '143942.908000', '143942.910000', '144002.783000', '144002.786000', '144002.789000', '144002.792000', '144002.794000', '144002.797000', '144002.800000', '144002.802000', '144002.805000', '144002.814000', '144002.817000', '144002.820000', '144002.822000', '144002.825000', '144002.827000', '144002.830000', '144002.833000', '144002.835000', '144002.838000', '144002.840000', '144002.843000', '144002.846000', '144002.848000', '144002.851000', '144002.853000', '144002.856000', '144002.858000', '144002.861000', '144002.864000', '144002.866000', '144002.869000', '144002.871000', '144002.874000', '144002.877000', '144002.879000', '144002.882000', '144002.884000', '144002.887000', '144002.889000', '144002.892000', '144002.895000', '144002.897000', '144002.900000', '144002.902000', '144017.914000', '144017.916000', '144017.919000', '144017.922000', '144017.924000', '144017.927000', '144017.929000', '144017.932000', '144017.935000', '144017.937000', '144017.940000', '144017.942000', '144017.945000', '144017.948000', '144017.950000', '144017.953000', '144017.956000', '144017.958000', '144017.961000', '144017.963000', '144017.966000', '144017.968000', '144017.972000', '144017.974000', '144017.977000', '144017.979000', '144017.982000', '144017.985000', '144017.987000', '144017.990000', '144017.993000', '144017.995000', '144017.998000'], 'InstanceCreationTime': ['143342.831000', '143342.834000', '143342.836000', '143342.839000', '143342.841000', '143342.844000', '143342.847000', '143342.849000', '143342.852000', '143342.854000', '143342.857000', '143342.859000', '143342.862000', '143342.865000', '143342.867000', '143342.870000', '143342.872000', '143342.875000', '143342.878000', '143342.880000', '143342.883000', '143342.885000', '143342.888000', '143342.890000', '143342.895000', '143342.898000', '143342.900000', '143342.908000', '143342.910000', '143342.913000', '143342.915000', '143342.918000', '143342.921000', '143342.923000', '143342.926000', '143342.928000', '143342.931000', '143342.933000', '143342.936000', '143342.938000', '143342.941000', '143342.944000', '143342.946000', '143342.949000', '143342.951000', '143342.954000', '143342.957000', '143342.959000', '143342.962000', '143342.964000', '143342.967000', '143342.969000', '143342.972000', '143342.974000', '143402.785000', '143402.788000', '143402.790000', '143402.793000', '143402.795000', '143402.798000', '143402.800000', '143402.803000', '143402.806000', '143402.808000', '143402.811000', '143402.813000', '143402.816000', '143402.818000', '143402.821000', '143402.823000', '143402.826000', '143402.829000', '143402.831000', '143402.834000', '143402.836000', '143402.839000', '143402.841000', '143402.844000', '143402.846000', '143402.849000', '143402.852000', '143402.854000', '143402.857000', '143402.859000', '143402.862000', '143402.864000', '143402.867000', '143402.870000', '143402.872000', '143402.875000', '143402.877000', '143402.880000', '143402.882000', '143402.885000', '143402.888000', '143402.890000', '143402.893000', '143402.895000', '143422.784000', '143422.787000', '143422.790000', '143422.793000', '143422.795000', '143422.798000', '143422.801000', '143422.803000', '143422.806000', '143422.808000', '143422.811000', '143422.814000', '143422.816000', '143422.819000', '143422.821000', '143422.824000', '143422.827000', '143422.830000', '143422.833000', '143422.836000', '143422.838000', '143422.841000', '143422.843000', '143422.846000', '143422.848000', '143422.851000', '143422.854000', '143422.856000', '143422.859000', '143422.861000', '143422.864000', '143422.867000', '143422.869000', '143422.872000', '143422.874000', '143422.877000', '143422.879000', '143422.882000', '143422.885000', '143422.887000', '143422.890000', '143422.892000', '143422.895000', '143442.783000', '143442.786000', '143442.789000', '143442.792000', '143442.794000', '143442.797000', '143442.799000', '143442.802000', '143442.805000', '143442.807000', '143442.810000', '143442.812000', '143442.815000', '143442.818000', '143442.820000', '143442.823000', '143442.825000', '143442.828000', '143442.831000', '143442.833000', '143442.836000', '143442.838000', '143442.846000', '143442.848000', '143442.851000', '143442.854000', '143442.856000', '143442.859000', '143442.861000', '143442.864000', '143442.867000', '143442.869000', '143442.872000', '143442.874000', '143442.877000', '143442.880000', '143442.882000', '143442.885000', '143442.887000', '143442.890000', '143442.892000', '143442.895000', '143442.898000', '143442.900000', '143502.784000', '143502.786000', '143502.789000', '143502.792000', '143502.794000', '143502.797000', '143502.800000', '143502.802000', '143502.805000', '143502.807000', '143502.810000', '143502.812000', '143502.815000', '143502.818000', '143502.820000', '143502.823000', '143502.826000', '143502.828000', '143502.831000', '143502.833000', '143502.836000', '143502.839000', '143502.842000', '143502.844000', '143502.847000', '143502.849000', '143502.852000', '143502.855000', '143502.857000', '143502.860000', '143502.862000', '143502.865000', '143502.867000', '143502.870000', '143502.873000', '143502.875000', '143502.878000', '143502.880000', '143502.883000', '143502.886000', '143502.888000', '143502.891000', '143502.893000', '143522.784000', '143522.786000', '143522.789000', '143522.792000', '143522.794000', '143522.797000', '143522.799000', '143522.802000', '143522.805000', '143522.807000', '143522.810000', '143522.812000', '143522.825000', '143522.828000', '143522.831000', '143522.833000', '143522.836000', '143522.838000', '143522.841000', '143522.844000', '143522.846000', '143522.849000', '143522.851000', '143522.854000', '143522.856000', '143522.859000', '143522.862000', '143522.864000', '143522.867000', '143522.870000', '143522.872000', '143522.875000', '143522.877000', '143522.880000', '143522.882000', '143522.885000', '143522.888000', '143522.890000', '143522.893000', '143522.895000', '143522.898000', '143522.901000', '143522.903000', '143522.906000', '143542.784000', '143542.786000', '143542.789000', '143542.792000', '143542.794000', '143542.797000', '143542.799000', '143542.802000', '143542.805000', '143542.807000', '143542.810000', '143542.812000', '143542.815000', '143542.818000', '143542.820000', '143542.823000', '143542.826000', '143542.828000', '143542.831000', '143542.833000', '143542.836000', '143542.839000', '143542.841000', '143542.844000', '143542.846000', '143542.849000', '143542.852000', '143542.854000', '143542.857000', '143542.859000', '143542.862000', '143542.865000', '143542.868000', '143542.871000', '143542.874000', '143542.876000', '143542.879000', '143542.881000', '143542.884000', '143542.886000', '143542.889000', '143542.892000', '143542.894000', '143602.783000', '143602.786000', '143602.789000', '143602.791000', '143602.794000', '143602.797000', '143602.799000', '143602.802000', '143602.805000', '143602.807000', '143602.810000', '143602.812000', '143602.815000', '143602.818000', '143602.820000', '143602.823000', '143602.825000', '143602.828000', '143602.830000', '143602.833000', '143602.836000', '143602.838000', '143602.841000', '143602.843000', '143602.846000', '143602.849000', '143602.851000', '143602.854000', '143602.856000', '143602.859000', '143602.862000', '143602.864000', '143602.867000', '143602.869000', '143602.872000', '143602.875000', '143602.877000', '143602.880000', '143602.882000', '143602.885000', '143602.887000', '143602.890000', '143602.893000', '143602.895000', '143622.784000', '143622.787000', '143622.790000', '143622.793000', '143622.795000', '143622.798000', '143622.800000', '143622.803000', '143622.806000', '143622.808000', '143622.811000', '143622.814000', '143622.816000', '143622.819000', '143622.821000', '143622.824000', '143622.827000', '143622.829000', '143622.832000', '143622.834000', '143622.837000', '143622.840000', '143622.842000', '143622.845000', '143622.848000', '143622.850000', '143622.853000', '143622.855000', '143622.858000', '143622.860000', '143622.863000', '143622.866000', '143622.868000', '143622.871000', '143622.873000', '143622.876000', '143622.879000', '143622.881000', '143622.884000', '143622.887000', '143622.889000', '143622.892000', '143622.895000', '143642.784000', '143642.787000', '143642.790000', '143642.792000', '143642.795000', '143642.798000', '143642.800000', '143642.803000', '143642.806000', '143642.808000', '143642.811000', '143642.813000', '143642.816000', '143642.818000', '143642.821000', '143642.824000', '143642.826000', '143642.829000', '143642.831000', '143642.834000', '143642.836000', '143642.839000', '143642.842000', '143642.844000', '143642.847000', '143642.849000', '143642.852000', '143642.854000', '143642.857000', '143642.860000', '143642.862000', '143642.865000', '143642.867000', '143642.870000', '143642.872000', '143642.880000', '143642.883000', '143642.892000', '143642.895000', '143642.897000', '143642.900000', '143642.903000', '143642.905000', '143642.908000', '143702.783000', '143702.786000', '143702.789000', '143702.792000', '143702.794000', '143702.797000', '143702.799000', '143702.802000', '143702.805000', '143702.807000', '143702.810000', '143702.812000', '143702.815000', '143702.817000', '143702.820000', '143702.823000', '143702.825000', '143702.828000', '143702.830000', '143702.833000', '143702.836000', '143702.838000', '143702.841000', '143702.843000', '143702.846000', '143702.849000', '143702.851000', '143702.854000', '143702.856000', '143702.859000', '143702.861000', '143702.864000', '143702.867000', '143702.869000', '143702.872000', '143702.874000', '143702.877000', '143702.880000', '143702.882000', '143702.885000', '143702.887000', '143702.890000', '143702.892000', '143722.783000', '143722.786000', '143722.789000', '143722.791000', '143722.794000', '143722.797000', '143722.799000', '143722.802000', '143722.805000', '143722.807000', '143722.810000', '143722.812000', '143722.815000', '143722.817000', '143722.820000', '143722.823000', '143722.825000', '143722.828000', '143722.830000', '143722.833000', '143722.835000', '143722.838000', '143722.841000', '143722.843000', '143722.846000', '143722.849000', '143722.851000', '143722.854000', '143722.856000', '143722.859000', '143722.861000', '143722.864000', '143722.867000', '143722.869000', '143722.872000', '143722.874000', '143722.877000', '143722.880000', '143722.882000', '143722.885000', '143722.888000', '143722.890000', '143722.899000', '143722.902000', '143742.784000', '143742.787000', '143742.789000', '143742.792000', '143742.794000', '143742.797000', '143742.800000', '143742.802000', '143742.805000', '143742.807000', '143742.810000', '143742.813000', '143742.815000', '143742.818000', '143742.820000', '143742.823000', '143742.825000', '143742.828000', '143742.831000', '143742.833000', '143742.836000', '143742.839000', '143742.841000', '143742.844000', '143742.846000', '143742.849000', '143742.851000', '143742.854000', '143742.856000', '143742.861000', '143742.863000', '143742.866000', '143742.868000', '143742.871000', '143742.874000', '143742.876000', '143742.879000', '143742.881000', '143742.884000', '143742.886000', '143742.889000', '143742.892000', '143742.894000', '143802.783000', '143802.786000', '143802.789000', '143802.791000', '143802.794000', '143802.797000', '143802.799000', '143802.802000', '143802.805000', '143802.807000', '143802.810000', '143802.812000', '143802.815000', '143802.818000', '143802.820000', '143802.823000', '143802.825000', '143802.828000', '143802.830000', '143802.833000', '143802.836000', '143802.838000', '143802.841000', '143802.843000', '143802.846000', '143802.849000', '143802.851000', '143802.854000', '143802.856000', '143802.859000', '143802.861000', '143802.864000', '143802.867000', '143802.869000', '143802.872000', '143802.874000', '143802.877000', '143802.880000', '143802.882000', '143802.885000', '143802.887000', '143802.890000', '143802.893000', '143802.895000', '143822.784000', '143822.786000', '143822.789000', '143822.792000', '143822.794000', '143822.797000', '143822.800000', '143822.802000', '143822.805000', '143822.807000', '143822.810000', '143822.813000', '143822.815000', '143822.818000', '143822.820000', '143822.823000', '143822.825000', '143822.828000', '143822.845000', '143822.847000', '143822.850000', '143822.853000', '143822.855000', '143822.858000', '143822.860000', '143822.863000', '143822.865000', '143822.868000', '143822.871000', '143822.873000', '143822.876000', '143822.878000', '143822.881000', '143822.884000', '143822.886000', '143822.889000', '143822.891000', '143822.894000', '143822.897000', '143822.899000', '143822.902000', '143822.904000', '143822.907000', '143842.784000', '143842.787000', '143842.790000', '143842.793000', '143842.795000', '143842.798000', '143842.800000', '143842.803000', '143842.806000', '143842.808000', '143842.811000', '143842.813000', '143842.816000', '143842.818000', '143842.821000', '143842.824000', '143842.826000', '143842.829000', '143842.832000', '143842.834000', '143842.837000', '143842.839000', '143842.842000', '143842.845000', '143842.847000', '143842.850000', '143842.852000', '143842.855000', '143842.857000', '143842.860000', '143842.863000', '143842.865000', '143842.868000', '143842.870000', '143842.873000', '143842.876000', '143842.878000', '143842.881000', '143842.883000', '143842.886000', '143842.889000', '143842.891000', '143842.894000', '143842.897000', '143902.785000', '143902.788000', '143902.790000', '143902.793000', '143902.796000', '143902.798000', '143902.801000', '143902.804000', '143902.806000', '143902.809000', '143902.811000', '143902.816000', '143902.818000', '143902.821000', '143902.823000', '143902.826000', '143902.829000', '143902.831000', '143902.834000', '143902.837000', '143902.839000', '143902.842000', '143902.844000', '143902.847000', '143902.850000', '143902.852000', '143902.855000', '143902.857000', '143902.860000', '143902.862000', '143902.865000', '143902.868000', '143902.870000', '143902.873000', '143902.876000', '143902.878000', '143902.881000', '143902.883000', '143902.886000', '143902.889000', '143902.891000', '143902.894000', '143902.896000', '143922.783000', '143922.786000', '143922.789000', '143922.792000', '143922.794000', '143922.797000', '143922.800000', '143922.802000', '143922.805000', '143922.807000', '143922.810000', '143922.813000', '143922.816000', '143922.819000', '143922.822000', '143922.825000', '143922.827000', '143922.830000', '143922.833000', '143922.835000', '143922.838000', '143922.840000', '143922.843000', '143922.845000', '143922.848000', '143922.851000', '143922.853000', '143922.856000', '143922.858000', '143922.861000', '143922.864000', '143922.866000', '143922.869000', '143922.872000', '143922.874000', '143922.877000', '143922.879000', '143922.882000', '143922.884000', '143922.887000', '143922.890000', '143922.892000', '143922.895000', '143942.784000', '143942.787000', '143942.789000', '143942.792000', '143942.795000', '143942.797000', '143942.800000', '143942.802000', '143942.805000', '143942.808000', '143942.810000', '143942.813000', '143942.815000', '143942.818000', '143942.820000', '143942.823000', '143942.826000', '143942.828000', '143942.831000', '143942.834000', '143942.836000', '143942.839000', '143942.841000', '143942.844000', '143942.847000', '143942.849000', '143942.852000', '143942.854000', '143942.857000', '143942.874000', '143942.877000', '143942.880000', '143942.882000', '143942.885000', '143942.887000', '143942.890000', '143942.892000', '143942.895000', '143942.898000', '143942.900000', '143942.903000', '143942.905000', '143942.908000', '143942.910000', '144002.783000', '144002.786000', '144002.789000', '144002.792000', '144002.794000', '144002.797000', '144002.800000', '144002.802000', '144002.805000', '144002.814000', '144002.817000', '144002.820000', '144002.822000', '144002.825000', '144002.827000', '144002.830000', '144002.833000', '144002.835000', '144002.838000', '144002.840000', '144002.843000', '144002.846000', '144002.848000', '144002.851000', '144002.853000', '144002.856000', '144002.858000', '144002.861000', '144002.864000', '144002.866000', '144002.869000', '144002.871000', '144002.874000', '144002.877000', '144002.879000', '144002.882000', '144002.884000', '144002.887000', '144002.889000', '144002.892000', '144002.895000', '144002.897000', '144002.900000', '144002.902000', '144017.914000', '144017.916000', '144017.919000', '144017.922000', '144017.924000', '144017.927000', '144017.929000', '144017.932000', '144017.935000', '144017.937000', '144017.940000', '144017.942000', '144017.945000', '144017.948000', '144017.950000', '144017.953000', '144017.956000', '144017.958000', '144017.961000', '144017.963000', '144017.966000', '144017.968000', '144017.972000', '144017.974000', '144017.977000', '144017.979000', '144017.982000', '144017.985000', '144017.987000', '144017.990000', '144017.993000', '144017.995000', '144017.998000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [14458, 9011, 12725, 9139, 12196, 9533, 14148, 8300, 8661, 8290, 8190, 9075, 8790, 12349, 8858, 8610, 8079, 10127, 8760, 10105, 8753, 9359, 8258, 10348, 8347, 9179, 8483, 10905, 11519, 13697, 8070, 10242, 9610, 8637, 14284, 12011, 8836, 9586, 13389, 9294, 11084, 8720, 11526, 8342, 9077, 8608, 9192, 12295, 9115, 13788, 11266, 10971, 8125, 10200, 8700, 9756, 8477, 13725, 11146, 12588, 8072, 8093, 7993, 8160, 8261, 10058, 8258, 8311, 8610, 8468, 8506, 8194, 13281, 9939, 12565, 8660, 9826, 8395, 9194, 8266, 11348, 8352, 8082, 8310, 8308, 12369, 8174, 11835, 8767, 11554, 8464, 8240, 8468, 8905, 8458, 12640, 8297, 8262, 8305, 8169, 8054, 8017, 11820, 9511, 8654, 8171, 9850, 8501, 10484, 8588, 12444, 8409, 10470, 8249, 8294, 8498, 9756, 9755, 14133, 8406, 8261, 13639, 8370, 11573, 8688, 11026, 9472, 13085, 8511, 8408, 8312, 8080, 8380, 8433, 11307, 11246, 8448, 8368, 9190, 8469, 8877, 8341, 11101, 9031, 11946, 8310, 7826, 8020, 8407, 8244, 13042, 8284, 8310, 8405, 8531, 9993, 8277, 15641, 12517, 12032, 14441, 10960, 8041, 8373, 8224, 8409, 8363, 8293, 8465, 8226, 10185, 12589, 10320, 8559, 13350, 12287, 13181, 15595, 11656, 14891, 12077, 15081, 13235, 11308, 10066, 8642, 8946, 8072, 8844, 8116, 8781, 7809, 9062, 8403, 9127, 8106, 8055, 8462, 8167, 10848, 8316, 8648, 8048, 8002, 8237, 8135, 8839, 8026, 8716, 7806, 7866, 10140, 7881, 11925, 10455, 11040, 13144, 12068, 14997, 11938, 14237, 10649, 15596, 12314, 12546, 13507, 11737, 13485, 11797, 8092, 8206, 8100, 7797, 8263, 8953, 9471, 14053, 8126, 11744, 7848, 8517, 7714, 11352, 9939, 10101, 7910, 12454, 7895, 9556, 8095, 9915, 8046, 12011, 9223, 8367, 7749, 14368, 11857, 12415, 10079, 11333, 8426, 14089, 8369, 11305, 8030, 7876, 8115, 7889, 8125, 11287, 8162, 9099, 7726, 7975, 7766, 9891, 8073, 13646, 7862, 10610, 7813, 9259, 7686, 10827, 8296, 13975, 7954, 11659, 10589, 16145, 12366, 8087, 8112, 8394, 8332, 8517, 8091, 9686, 10002, 10853, 12595, 9479, 13282, 11722, 13508, 14981, 16424, 12486, 13185, 11820, 9537, 14622, 10123, 15265, 13182, 15121, 11059, 13305, 8086, 8161, 8262, 8315, 8559, 8263, 8579, 8379, 7996, 8735, 9246, 8661, 8654, 8546, 8562, 8224, 8485, 8332, 8153, 8499, 8616, 8615, 8613, 8510, 8545, 8319, 10105, 8055, 9015, 8227, 8890, 8411, 9484, 12153, 11072, 14457, 8546, 13156, 7868, 14561, 11579, 15669, 13313, 14569, 10702, 11616, 10296, 12806, 13889, 10559, 14720, 8122, 8378, 8604, 10156, 10273, 15594, 9373, 14695, 8413, 9737, 9679, 8965, 14067, 11828, 9480, 8731, 8464, 8065, 8459, 8272, 9628, 8223, 8667, 7939, 8841, 7999, 8371, 8083, 10373, 8112, 13934, 10431, 9796, 8205, 12178, 8446, 11471, 8551, 14327, 9501, 14749, 8172, 8746, 8140, 8114, 8124, 9367, 8452, 14489, 9238, 12309, 7934, 10501, 8106, 10324, 9645, 12132, 7883, 8350, 8613, 7903, 14155, 11687, 14034, 9759, 11873, 10581, 10597, 11053, 7863, 8204, 8008, 7713, 8014, 7871, 8282, 9644, 8011, 8961, 7792, 7721, 8121, 7780, 7989, 7723, 7937, 7780, 8197, 7989, 8699, 7855, 8081, 7817, 8173, 8259, 8125, 7785, 9114, 7738, 10179, 7826, 9603, 8373, 8468, 7985, 9222, 8180, 12395, 8470, 13981, 10936, 8331, 8900, 8072, 7728, 10423, 8436, 13681, 11128, 8152, 7892, 13196, 10267, 13546, 10331, 11745, 8235, 12869, 8869, 15132, 8109, 7792, 8289, 8042, 8260, 8038, 10418, 8561, 8254, 8042, 8049, 7991, 8311, 8261, 8420, 12415, 8110, 12591, 8196, 10973, 7897, 13519, 9065, 15369, 10424, 15285, 8283, 9933, 8098, 8204, 8806, 8362, 7937, 14555, 8218, 8229, 8235, 8126, 8261, 8100, 9767, 10213, 8223, 10020, 8341, 8226, 8141, 8162, 8219, 8293, 8157, 10717, 8245, 8095, 8404, 8096, 8372, 9112, 13606, 11645, 9212, 8165, 9877, 8230, 9758, 7905, 10325, 8570, 8813, 8175, 8732, 8213, 9057, 8233, 10082, 8500, 12208, 8295, 8812, 8575, 8157, 8330, 8289, 8496, 8367, 8291, 8118, 8273, 8021, 8722, 8126, 8709, 9587, 8375, 8103, 10147, 8277, 12320, 7921, 12369, 10071, 14017, 9435, 12150, 8350, 9323, 7751, 8461, 8438, 10720, 7946, 7944, 8602, 8076, 9547, 8373, 12753, 10395, 13603, 8360, 12211, 8920, 10197, 8256, 8566, 10631, 10399, 13707, 11407, 10927, 8005, 9612, 8169, 8543, 8485, 9576, 8339, 9653, 8330, 8747, 8137, 8893, 8398, 9713, 8347, 13175, 9661, 11636, 7948, 9298, 8227, 9558, 8568, 13797, 9284, 11640, 8035, 8392, 8131, 9420, 7913, 14272, 10182, 13038, 8475, 8482, 8315, 8145, 8204, 10653, 8158, 8338, 8471, 8099, 8347, 9129, 9882, 11299, 8386, 8218, 11717, 8120, 12166, 9209, 11489, 7917, 8700, 8183, 8278, 8095, 8418, 7758, 10526, 8139, 8061, 8599, 8195, 10256, 8297, 14103, 10709, 10387, 8437, 9506, 8412, 8804, 7876, 8324, 8193, 8349, 9151, 8463, 8234, 8065, 8244, 8535, 10091, 8379, 10423, 8342, 9972, 8409, 8964, 8258, 8411, 8252, 8385, 8131, 11543, 8350, 8925, 8429, 9920, 13402, 15366, 12345, 14875, 12873, 8483, 8110, 9115, 9199, 7611, 8618, 8635, 9448, 11975, 9247, 14110, 12921, 14657, 14602, 13129, 15343, 14064, 15725, 13917, 14086, 11480, 11763, 14695, 9070, 14344, 8864, 10704, 8005, 8853, 7986, 8669, 8011, 8350, 8488, 8376, 8481, 8549, 8754, 8579, 8298, 8572, 8481, 8244, 8603, 8203, 8424, 8626, 8565, 8461, 8469, 8556, 8746, 8505, 8631, 9981, 8914, 11323, 8897, 14223, 11433, 14814, 12945, 15108, 12837, 15282, 13047, 15154, 8691, 12226, 7997, 10846, 8141, 14383, 10567, 14243, 8451, 10577, 8288, 9219, 8180, 10213, 8276, 13414, 10725, 14607, 8260, 10251, 8186, 8586, 12215, 9465, 13905, 11252, 8413, 7966, 8365, 8191, 12853, 8286, 13262, 10139, 14096, 8434, 11099, 8258, 8549, 8313, 8445, 8337, 8039, 9644, 8145, 12932, 8438, 8261, 8541, 8711, 8435, 8461, 8219, 12898, 9310, 11605, 8434, 10599, 8328, 10356, 8389, 10129, 8543, 10939, 8107, 12776, 8272, 8546, 8381, 8109, 8381, 10481, 11829, 13869, 9054, 9293, 8493, 8480, 10720, 8240, 15293, 12829, 14271, 9890, 11068, 8404, 9784, 8043, 11142, 9298, 14355, 8449, 11833, 8445, 10038, 8233, 13939, 14785, 14327, 9078, 7599, 8525, 8310, 7894, 7778, 8001, 7797, 8134, 9852], 'WindowCenter': [4757.0, 4695.0, 4722.0, 4681.0, 4709.0, 4675.0, 4705.0, 4655.0, 4656.0, 4654.0, 4656.0, 4665.0, 4665.0, 4693.0, 4666.0, 4665.0, 4656.0, 4687.0, 4666.0, 4687.0, 4678.0, 4687.0, 4668.0, 4687.0, 4669.0, 4676.0, 4669.0, 4697.0, 4696.0, 4716.0, 4657.0, 4673.0, 4664.0, 4656.0, 4687.0, 4694.0, 4665.0, 4675.0, 4706.0, 4664.0, 4682.0, 4655.0, 4683.0, 4655.0, 4663.0, 4654.0, 4675.0, 4691.0, 4639.0, 4691.0, 4684.0, 4672.0, 4633.0, 4659.0, 4666.0, 4664.0, 4642.0, 4691.0, 4670.0, 4691.0, 4641.0, 4630.0, 4630.0, 4643.0, 4627.0, 4662.0, 4643.0, 4642.0, 4654.0, 4641.0, 4652.0, 4642.0, 4702.0, 4661.0, 4693.0, 4655.0, 4648.0, 4629.0, 4651.0, 4655.0, 4684.0, 4655.0, 4644.0, 4642.0, 4654.0, 4692.0, 4654.0, 4682.0, 4655.0, 4658.0, 4640.0, 4643.0, 4641.0, 4651.0, 4641.0, 4693.0, 4640.0, 4643.0, 4643.0, 4654.0, 4618.0, 4644.0, 4681.0, 4675.0, 4664.0, 4644.0, 4672.0, 4667.0, 4673.0, 4668.0, 4664.0, 4655.0, 4685.0, 4644.0, 4643.0, 4653.0, 4636.0, 4636.0, 4702.0, 4629.0, 4628.0, 4704.0, 4641.0, 4684.0, 4643.0, 4659.0, 4675.0, 4693.0, 4652.0, 4644.0, 4641.0, 4642.0, 4642.0, 4645.0, 4683.0, 4661.0, 4631.0, 4654.0, 4665.0, 4654.0, 4653.0, 4652.0, 4685.0, 4664.0, 4683.0, 4653.0, 4634.0, 4641.0, 4654.0, 4655.0, 4692.0, 4653.0, 4655.0, 4643.0, 4666.0, 4671.0, 4658.0, 4692.0, 4672.0, 4671.0, 4695.0, 4657.0, 4654.0, 4631.0, 4658.0, 4667.0, 4668.0, 4669.0, 4681.0, 4683.0, 4709.0, 4721.0, 4703.0, 4682.0, 4720.0, 4696.0, 4681.0, 4692.0, 4660.0, 4678.0, 4657.0, 4665.0, 4666.0, 4644.0, 4635.0, 4613.0, 4613.0, 4603.0, 4612.0, 4602.0, 4612.0, 4604.0, 4624.0, 4615.0, 4637.0, 4628.0, 4628.0, 4639.0, 4641.0, 4673.0, 4644.0, 4656.0, 4644.0, 4649.0, 4655.0, 4647.0, 4666.0, 4656.0, 4657.0, 4648.0, 4661.0, 4686.0, 4673.0, 4711.0, 4698.0, 4699.0, 4722.0, 4710.0, 4729.0, 4708.0, 4717.0, 4687.0, 4718.0, 4695.0, 4696.0, 4692.0, 4683.0, 4694.0, 4682.0, 4644.0, 4658.0, 4644.0, 4636.0, 4644.0, 4652.0, 4662.0, 4702.0, 4643.0, 4697.0, 4644.0, 4653.0, 4644.0, 4684.0, 4663.0, 4675.0, 4645.0, 4707.0, 4657.0, 4676.0, 4658.0, 4675.0, 4657.0, 4706.0, 4677.0, 4657.0, 4649.0, 4715.0, 4698.0, 4708.0, 4674.0, 4686.0, 4657.0, 4705.0, 4656.0, 4685.0, 4645.0, 4644.0, 4643.0, 4656.0, 4656.0, 4685.0, 4654.0, 4664.0, 4649.0, 4647.0, 4646.0, 4678.0, 4646.0, 4704.0, 4646.0, 4685.0, 4645.0, 4665.0, 4646.0, 4688.0, 4654.0, 4703.0, 4657.0, 4709.0, 4710.0, 4756.0, 4708.0, 4623.0, 4634.0, 4643.0, 4659.0, 4673.0, 4674.0, 4691.0, 4708.0, 4679.0, 4675.0, 4634.0, 4685.0, 4678.0, 4698.0, 4720.0, 4728.0, 4698.0, 4685.0, 4668.0, 4626.0, 4664.0, 4609.0, 4649.0, 4653.0, 4651.0, 4631.0, 4651.0, 4604.0, 4602.0, 4602.0, 4599.0, 4613.0, 4600.0, 4610.0, 4614.0, 4602.0, 4625.0, 4637.0, 4639.0, 4638.0, 4642.0, 4641.0, 4642.0, 4654.0, 4642.0, 4643.0, 4642.0, 4654.0, 4653.0, 4665.0, 4653.0, 4658.0, 4658.0, 4674.0, 4656.0, 4665.0, 4654.0, 4664.0, 4657.0, 4678.0, 4707.0, 4696.0, 4728.0, 4668.0, 4706.0, 4658.0, 4717.0, 4695.0, 4726.0, 4718.0, 4715.0, 4687.0, 4695.0, 4686.0, 4705.0, 4716.0, 4685.0, 4716.0, 4645.0, 4656.0, 4653.0, 4677.0, 4685.0, 4726.0, 4664.0, 4714.0, 4654.0, 4661.0, 4664.0, 4665.0, 4702.0, 4694.0, 4661.0, 4655.0, 4642.0, 4646.0, 4653.0, 4653.0, 4663.0, 4654.0, 4656.0, 4655.0, 4664.0, 4656.0, 4655.0, 4643.0, 4674.0, 4647.0, 4704.0, 4686.0, 4674.0, 4655.0, 4695.0, 4656.0, 4683.0, 4653.0, 4699.0, 4664.0, 4703.0, 4653.0, 4652.0, 4643.0, 4646.0, 4654.0, 4675.0, 4668.0, 4713.0, 4652.0, 4693.0, 4646.0, 4671.0, 4656.0, 4671.0, 4675.0, 4694.0, 4655.0, 4644.0, 4655.0, 4644.0, 4703.0, 4695.0, 4715.0, 4687.0, 4696.0, 4675.0, 4673.0, 4674.0, 4630.0, 4629.0, 4632.0, 4631.0, 4630.0, 4632.0, 4640.0, 4665.0, 4632.0, 4650.0, 4630.0, 4632.0, 4629.0, 4632.0, 4632.0, 4632.0, 4633.0, 4632.0, 4643.0, 4643.0, 4640.0, 4643.0, 4642.0, 4631.0, 4628.0, 4631.0, 4618.0, 4632.0, 4640.0, 4621.0, 4659.0, 4646.0, 4651.0, 4643.0, 4643.0, 4644.0, 4650.0, 4643.0, 4667.0, 4641.0, 4692.0, 4670.0, 4667.0, 4666.0, 4619.0, 4633.0, 4684.0, 4655.0, 4679.0, 4671.0, 4644.0, 4630.0, 4689.0, 4647.0, 4668.0, 4662.0, 4670.0, 4629.0, 4667.0, 4652.0, 4687.0, 4641.0, 4604.0, 4629.0, 4640.0, 4631.0, 4656.0, 4670.0, 4641.0, 4628.0, 4644.0, 4654.0, 4630.0, 4666.0, 4643.0, 4642.0, 4692.0, 4643.0, 4706.0, 4655.0, 4659.0, 4619.0, 4704.0, 4667.0, 4715.0, 4672.0, 4701.0, 4644.0, 4662.0, 4631.0, 4640.0, 4652.0, 4641.0, 4643.0, 4703.0, 4643.0, 4643.0, 4641.0, 4644.0, 4642.0, 4632.0, 4660.0, 4661.0, 4641.0, 4662.0, 4640.0, 4642.0, 4641.0, 4628.0, 4639.0, 4643.0, 4632.0, 4674.0, 4644.0, 4642.0, 4628.0, 4591.0, 4629.0, 4629.0, 4686.0, 4661.0, 4650.0, 4617.0, 4649.0, 4641.0, 4662.0, 4618.0, 4662.0, 4614.0, 4654.0, 4629.0, 4641.0, 4632.0, 4625.0, 4641.0, 4673.0, 4639.0, 4682.0, 4653.0, 4662.0, 4640.0, 4630.0, 4653.0, 4630.0, 4653.0, 4630.0, 4628.0, 4643.0, 4655.0, 4641.0, 4654.0, 4647.0, 4641.0, 4665.0, 4641.0, 4644.0, 4659.0, 4653.0, 4693.0, 4630.0, 4682.0, 4663.0, 4689.0, 4665.0, 4681.0, 4654.0, 4661.0, 4605.0, 4641.0, 4632.0, 4685.0, 4620.0, 4618.0, 4654.0, 4654.0, 4661.0, 4644.0, 4691.0, 4659.0, 4690.0, 4644.0, 4673.0, 4664.0, 4659.0, 4643.0, 4652.0, 4671.0, 4671.0, 4690.0, 4668.0, 4657.0, 4643.0, 4637.0, 4641.0, 4640.0, 4654.0, 4663.0, 4653.0, 4660.0, 4653.0, 4655.0, 4643.0, 4654.0, 4654.0, 4664.0, 4642.0, 4704.0, 4675.0, 4684.0, 4644.0, 4662.0, 4656.0, 4666.0, 4654.0, 4704.0, 4661.0, 4672.0, 4643.0, 4643.0, 4632.0, 4665.0, 4646.0, 4715.0, 4674.0, 4705.0, 4644.0, 4641.0, 4642.0, 4643.0, 4669.0, 4672.0, 4643.0, 4654.0, 4642.0, 4645.0, 4654.0, 4663.0, 4663.0, 4682.0, 4644.0, 4654.0, 4682.0, 4642.0, 4681.0, 4662.0, 4683.0, 4644.0, 4643.0, 4641.0, 4641.0, 4642.0, 4653.0, 4633.0, 4675.0, 4631.0, 4644.0, 4654.0, 4654.0, 4670.0, 4654.0, 4703.0, 4673.0, 4674.0, 4653.0, 4662.0, 4646.0, 4639.0, 4633.0, 4631.0, 4630.0, 4643.0, 4662.0, 4643.0, 4641.0, 4644.0, 4643.0, 4654.0, 4672.0, 4654.0, 4671.0, 4654.0, 4673.0, 4655.0, 4654.0, 4642.0, 4642.0, 4656.0, 4653.0, 4645.0, 4686.0, 4656.0, 4668.0, 4666.0, 4703.0, 4715.0, 4717.0, 4708.0, 4718.0, 4711.0, 4683.0, 4669.0, 4678.0, 4679.0, 4661.0, 4692.0, 4695.0, 4701.0, 4711.0, 4694.0, 4706.0, 4708.0, 4703.0, 4692.0, 4682.0, 4679.0, 4668.0, 4677.0, 4672.0, 4677.0, 4658.0, 4644.0, 4664.0, 4603.0, 4652.0, 4602.0, 4622.0, 4576.0, 4612.0, 4591.0, 4612.0, 4590.0, 4614.0, 4615.0, 4615.0, 4612.0, 4625.0, 4625.0, 4628.0, 4629.0, 4640.0, 4640.0, 4642.0, 4651.0, 4641.0, 4628.0, 4614.0, 4654.0, 4616.0, 4643.0, 4654.0, 4642.0, 4654.0, 4642.0, 4688.0, 4665.0, 4685.0, 4651.0, 4690.0, 4685.0, 4714.0, 4694.0, 4703.0, 4683.0, 4701.0, 4705.0, 4702.0, 4654.0, 4683.0, 4673.0, 4672.0, 4631.0, 4693.0, 4661.0, 4713.0, 4656.0, 4671.0, 4656.0, 4664.0, 4655.0, 4675.0, 4642.0, 4691.0, 4684.0, 4705.0, 4643.0, 4676.0, 4631.0, 4668.0, 4667.0, 4662.0, 4704.0, 4670.0, 4641.0, 4629.0, 4654.0, 4655.0, 4693.0, 4632.0, 4691.0, 4662.0, 4702.0, 4645.0, 4669.0, 4643.0, 4640.0, 4642.0, 4641.0, 4641.0, 4622.0, 4648.0, 4645.0, 4692.0, 4655.0, 4639.0, 4640.0, 4652.0, 4653.0, 4645.0, 4643.0, 4681.0, 4664.0, 4682.0, 4656.0, 4673.0, 4642.0, 4675.0, 4658.0, 4676.0, 4657.0, 4686.0, 4644.0, 4680.0, 4643.0, 4654.0, 4643.0, 4644.0, 4656.0, 4685.0, 4682.0, 4719.0, 4653.0, 4666.0, 4653.0, 4655.0, 4685.0, 4645.0, 4699.0, 4705.0, 4704.0, 4675.0, 4682.0, 4655.0, 4672.0, 4644.0, 4683.0, 4663.0, 4692.0, 4643.0, 4670.0, 4654.0, 4688.0, 4655.0, 4730.0, 4715.0, 4693.0, 4655.0, 4623.0, 4667.0, 4653.0, 4667.0, 4658.0, 4657.0, 4672.0, 4682.0, 4687.0], 'WindowWidth': [10363.0, 10270.0, 10298.0, 10242.0, 10274.0, 10224.0, 10263.0, 10196.0, 10197.0, 10195.0, 10200.0, 10209.0, 10211.0, 10247.0, 10210.0, 10211.0, 10202.0, 10242.0, 10215.0, 10245.0, 10233.0, 10246.0, 10222.0, 10244.0, 10222.0, 10227.0, 10221.0, 10258.0, 10255.0, 10281.0, 10201.0, 10218.0, 10206.0, 10195.0, 10224.0, 10245.0, 10210.0, 10222.0, 10265.0, 10206.0, 10228.0, 10194.0, 10229.0, 10196.0, 10204.0, 10194.0, 10223.0, 10239.0, 10160.0, 10236.0, 10232.0, 10213.0, 10159.0, 10192.0, 10214.0, 10205.0, 10170.0, 10236.0, 10206.0, 10237.0, 10170.0, 10152.0, 10152.0, 10174.0, 10140.0, 10198.0, 10174.0, 10172.0, 10191.0, 10165.0, 10190.0, 10169.0, 10255.0, 10195.0, 10244.0, 10195.0, 10172.0, 10147.0, 10182.0, 10194.0, 10230.0, 10193.0, 10178.0, 10172.0, 10190.0, 10239.0, 10191.0, 10228.0, 10194.0, 10184.0, 10166.0, 10174.0, 10171.0, 10181.0, 10169.0, 10244.0, 10168.0, 10173.0, 10177.0, 10191.0, 10128.0, 10179.0, 10220.0, 10221.0, 10209.0, 10176.0, 10215.0, 10212.0, 10215.0, 10218.0, 10187.0, 10195.0, 10239.0, 10178.0, 10175.0, 10190.0, 10150.0, 10151.0, 10252.0, 10148.0, 10144.0, 10258.0, 10168.0, 10232.0, 10172.0, 10186.0, 10223.0, 10243.0, 10186.0, 10175.0, 10167.0, 10171.0, 10175.0, 10180.0, 10230.0, 10189.0, 10153.0, 10194.0, 10209.0, 10192.0, 10190.0, 10189.0, 10234.0, 10208.0, 10229.0, 10189.0, 10165.0, 10171.0, 10191.0, 10193.0, 10242.0, 10189.0, 10194.0, 10175.0, 10211.0, 10213.0, 10204.0, 10233.0, 10205.0, 10201.0, 10243.0, 10180.0, 10195.0, 10151.0, 10204.0, 10221.0, 10225.0, 10227.0, 10248.0, 10253.0, 10283.0, 10295.0, 10276.0, 10244.0, 10291.0, 10252.0, 10224.0, 10238.0, 10186.0, 10209.0, 10179.0, 10186.0, 10188.0, 10155.0, 10143.0, 10111.0, 10112.0, 10097.0, 10109.0, 10097.0, 10108.0, 10103.0, 10128.0, 10121.0, 10152.0, 10145.0, 10145.0, 10162.0, 10169.0, 10213.0, 10175.0, 10195.0, 10177.0, 10190.0, 10195.0, 10187.0, 10211.0, 10198.0, 10200.0, 10190.0, 10212.0, 10242.0, 10231.0, 10279.0, 10260.0, 10260.0, 10294.0, 10277.0, 10304.0, 10273.0, 10283.0, 10242.0, 10284.0, 10247.0, 10249.0, 10239.0, 10229.0, 10243.0, 10227.0, 10176.0, 10199.0, 10178.0, 10167.0, 10176.0, 10187.0, 10199.0, 10255.0, 10177.0, 10251.0, 10179.0, 10190.0, 10179.0, 10231.0, 10203.0, 10220.0, 10180.0, 10268.0, 10202.0, 10226.0, 10204.0, 10223.0, 10201.0, 10267.0, 10231.0, 10202.0, 10194.0, 10276.0, 10257.0, 10270.0, 10220.0, 10237.0, 10198.0, 10263.0, 10195.0, 10234.0, 10181.0, 10177.0, 10177.0, 10198.0, 10197.0, 10235.0, 10194.0, 10208.0, 10191.0, 10186.0, 10184.0, 10229.0, 10182.0, 10260.0, 10185.0, 10234.0, 10180.0, 10210.0, 10185.0, 10241.0, 10194.0, 10258.0, 10200.0, 10274.0, 10283.0, 10358.0, 10271.0, 10141.0, 10161.0, 10171.0, 10205.0, 10231.0, 10238.0, 10256.0, 10288.0, 10228.0, 10214.0, 10145.0, 10223.0, 10220.0, 10258.0, 10292.0, 10301.0, 10255.0, 10230.0, 10196.0, 10133.0, 10181.0, 10097.0, 10151.0, 10162.0, 10156.0, 10131.0, 10159.0, 10100.0, 10095.0, 10094.0, 10088.0, 10110.0, 10090.0, 10103.0, 10115.0, 10098.0, 10136.0, 10153.0, 10161.0, 10160.0, 10171.0, 10168.0, 10169.0, 10189.0, 10171.0, 10174.0, 10172.0, 10189.0, 10187.0, 10209.0, 10191.0, 10200.0, 10203.0, 10220.0, 10198.0, 10208.0, 10192.0, 10207.0, 10203.0, 10229.0, 10272.0, 10255.0, 10301.0, 10220.0, 10268.0, 10205.0, 10282.0, 10250.0, 10296.0, 10287.0, 10279.0, 10242.0, 10249.0, 10238.0, 10265.0, 10282.0, 10238.0, 10281.0, 10181.0, 10197.0, 10192.0, 10226.0, 10235.0, 10293.0, 10207.0, 10273.0, 10193.0, 10197.0, 10202.0, 10206.0, 10254.0, 10245.0, 10197.0, 10193.0, 10173.0, 10183.0, 10189.0, 10188.0, 10203.0, 10192.0, 10197.0, 10195.0, 10206.0, 10199.0, 10195.0, 10179.0, 10218.0, 10185.0, 10260.0, 10238.0, 10219.0, 10195.0, 10250.0, 10198.0, 10230.0, 10188.0, 10244.0, 10205.0, 10255.0, 10189.0, 10187.0, 10177.0, 10182.0, 10193.0, 10226.0, 10218.0, 10269.0, 10183.0, 10242.0, 10182.0, 10212.0, 10201.0, 10208.0, 10225.0, 10246.0, 10196.0, 10176.0, 10191.0, 10178.0, 10256.0, 10250.0, 10279.0, 10242.0, 10251.0, 10221.0, 10214.0, 10215.0, 10149.0, 10146.0, 10155.0, 10154.0, 10152.0, 10157.0, 10164.0, 10204.0, 10157.0, 10179.0, 10152.0, 10156.0, 10147.0, 10155.0, 10154.0, 10155.0, 10159.0, 10157.0, 10174.0, 10175.0, 10166.0, 10173.0, 10171.0, 10153.0, 10144.0, 10152.0, 10127.0, 10156.0, 10165.0, 10138.0, 10186.0, 10184.0, 10178.0, 10175.0, 10175.0, 10176.0, 10179.0, 10174.0, 10194.0, 10169.0, 10237.0, 10204.0, 10215.0, 10209.0, 10131.0, 10157.0, 10234.0, 10194.0, 10214.0, 10205.0, 10177.0, 10150.0, 10232.0, 10165.0, 10195.0, 10196.0, 10202.0, 10148.0, 10193.0, 10184.0, 10223.0, 10171.0, 10100.0, 10149.0, 10166.0, 10152.0, 10200.0, 10206.0, 10168.0, 10146.0, 10179.0, 10195.0, 10149.0, 10214.0, 10174.0, 10170.0, 10240.0, 10177.0, 10266.0, 10194.0, 10185.0, 10134.0, 10261.0, 10212.0, 10276.0, 10213.0, 10252.0, 10177.0, 10197.0, 10155.0, 10167.0, 10184.0, 10171.0, 10173.0, 10254.0, 10173.0, 10175.0, 10169.0, 10175.0, 10170.0, 10156.0, 10192.0, 10195.0, 10167.0, 10197.0, 10167.0, 10173.0, 10169.0, 10142.0, 10163.0, 10176.0, 10157.0, 10217.0, 10176.0, 10174.0, 10146.0, 10076.0, 10146.0, 10144.0, 10222.0, 10189.0, 10177.0, 10126.0, 10173.0, 10166.0, 10199.0, 10130.0, 10197.0, 10117.0, 10189.0, 10147.0, 10164.0, 10155.0, 10132.0, 10168.0, 10217.0, 10159.0, 10222.0, 10190.0, 10200.0, 10164.0, 10152.0, 10191.0, 10150.0, 10190.0, 10150.0, 10144.0, 10174.0, 10197.0, 10170.0, 10193.0, 10185.0, 10168.0, 10207.0, 10170.0, 10177.0, 10189.0, 10191.0, 10243.0, 10152.0, 10224.0, 10199.0, 10229.0, 10208.0, 10224.0, 10193.0, 10196.0, 10106.0, 10169.0, 10154.0, 10234.0, 10134.0, 10128.0, 10194.0, 10194.0, 10196.0, 10172.0, 10239.0, 10188.0, 10232.0, 10177.0, 10210.0, 10207.0, 10189.0, 10175.0, 10186.0, 10209.0, 10210.0, 10234.0, 10198.0, 10179.0, 10173.0, 10151.0, 10167.0, 10161.0, 10192.0, 10204.0, 10190.0, 10193.0, 10191.0, 10192.0, 10178.0, 10191.0, 10191.0, 10205.0, 10169.0, 10260.0, 10221.0, 10232.0, 10179.0, 10199.0, 10196.0, 10210.0, 10193.0, 10259.0, 10199.0, 10208.0, 10175.0, 10172.0, 10157.0, 10207.0, 10182.0, 10275.0, 10220.0, 10261.0, 10178.0, 10168.0, 10171.0, 10176.0, 10224.0, 10210.0, 10175.0, 10191.0, 10168.0, 10179.0, 10192.0, 10205.0, 10201.0, 10227.0, 10175.0, 10191.0, 10226.0, 10171.0, 10222.0, 10199.0, 10226.0, 10177.0, 10172.0, 10170.0, 10168.0, 10172.0, 10190.0, 10163.0, 10218.0, 10154.0, 10179.0, 10191.0, 10191.0, 10208.0, 10189.0, 10254.0, 10216.0, 10216.0, 10189.0, 10198.0, 10181.0, 10160.0, 10159.0, 10151.0, 10150.0, 10173.0, 10199.0, 10175.0, 10171.0, 10179.0, 10175.0, 10192.0, 10212.0, 10191.0, 10208.0, 10192.0, 10215.0, 10195.0, 10190.0, 10173.0, 10171.0, 10195.0, 10191.0, 10181.0, 10235.0, 10198.0, 10215.0, 10216.0, 10275.0, 10280.0, 10281.0, 10272.0, 10283.0, 10276.0, 10245.0, 10227.0, 10235.0, 10237.0, 10221.0, 10266.0, 10272.0, 10276.0, 10284.0, 10262.0, 10264.0, 10274.0, 10259.0, 10239.0, 10224.0, 10210.0, 10196.0, 10205.0, 10203.0, 10206.0, 10180.0, 10155.0, 10179.0, 10094.0, 10156.0, 10088.0, 10118.0, 10047.0, 10106.0, 10078.0, 10107.0, 10074.0, 10116.0, 10116.0, 10115.0, 10109.0, 10134.0, 10133.0, 10143.0, 10144.0, 10162.0, 10165.0, 10168.0, 10181.0, 10166.0, 10141.0, 10115.0, 10192.0, 10121.0, 10170.0, 10188.0, 10167.0, 10189.0, 10170.0, 10245.0, 10209.0, 10233.0, 10181.0, 10231.0, 10230.0, 10273.0, 10245.0, 10253.0, 10224.0, 10251.0, 10262.0, 10250.0, 10189.0, 10226.0, 10234.0, 10209.0, 10151.0, 10238.0, 10191.0, 10270.0, 10197.0, 10209.0, 10195.0, 10206.0, 10194.0, 10221.0, 10170.0, 10235.0, 10232.0, 10258.0, 10171.0, 10220.0, 10152.0, 10215.0, 10193.0, 10197.0, 10260.0, 10205.0, 10167.0, 10146.0, 10191.0, 10195.0, 10244.0, 10153.0, 10236.0, 10196.0, 10254.0, 10178.0, 10200.0, 10173.0, 10166.0, 10171.0, 10167.0, 10168.0, 10138.0, 10171.0, 10181.0, 10240.0, 10194.0, 10161.0, 10166.0, 10187.0, 10190.0, 10177.0, 10172.0, 10220.0, 10207.0, 10225.0, 10198.0, 10215.0, 10171.0, 10222.0, 10204.0, 10223.0, 10198.0, 10238.0, 10179.0, 10219.0, 10174.0, 10193.0, 10174.0, 10178.0, 10200.0, 10235.0, 10222.0, 10289.0, 10189.0, 10208.0, 10190.0, 10192.0, 10238.0, 10177.0, 10244.0, 10264.0, 10257.0, 10222.0, 10229.0, 10194.0, 10212.0, 10179.0, 10228.0, 10203.0, 10236.0, 10176.0, 10204.0, 10193.0, 10246.0, 10197.0, 10310.0, 10277.0, 10239.0, 10187.0, 10140.0, 10216.0, 10191.0, 10222.0, 10212.0, 10207.0, 10242.0, 10256.0, 10244.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.012482730263157896</td></tr>
<tr><td colspan=3>aqi</td><td>0.0518694759868421</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.70479375838635</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.261356829703623</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.141341070900111</td></tr>
<tr><td colspan=3>efc</td><td>0.4585</td></tr>
<tr><td colspan=3>fber</td><td>5568.9175</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17680007502258097</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.93859649122807</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.579821812236874</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5767306658386806</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.708001480890759</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.454733289981183</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141057</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006454362068325281</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016911925747990608</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.993368557954327</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1547</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.9069</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.6351</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>891.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.397</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3106</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.3821</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3930.9933</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1331.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1051.2353</td></tr>
<tr><td colspan=3>tsnr</td><td>28.89888847153634</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>