<?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-0017_ses-02_task-faces_acq-mb8_run-01_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-0017_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0017_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_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-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-faces_acq-mb8_run-01_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-0017/ses-02/func/sub-0017_ses-02_task-faces_acq-mb8_run-01_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>9a210d15a9476a60f96125826cd84a22</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>12:50:49.307500</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_VE11C_LATEST_20160120</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.998184, -0.0434243, 0.0417386, 0.0397423, 0.99556, 0.0853257]</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.252</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-01_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.107332</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4179, -7741, -7255, 634, 27, -133, 117, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>270.888</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4633eee-a49b-4f8b-a253-c24242696aee||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678056001663208, 0.10662558674812317, 0.12219785898923874, 104.92606353759766], [0.11650416254997253, 2.6710152626037598, 0.22548235952854156, -88.12508392333984], [0.11198154091835022, -0.22892256081104279, 2.6877918243408203, -53.51728439331055], [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': ['125049.307500', '125049.767500', '125050.227500', '125050.687500', '125051.147500', '125051.607500', '125052.067500', '125052.527500', '125052.987500', '125053.447500', '125053.907500', '125054.367500', '125054.827500', '125055.287500', '125055.747500', '125056.207500', '125056.667500', '125057.127500', '125057.587500', '125058.047500', '125058.507500', '125058.967500', '125059.427500', '125059.887500', '125100.347500', '125100.807500', '125101.267500', '125101.727500', '125102.187500', '125102.647500', '125103.107500', '125103.567500', '125104.027500', '125104.487500', '125104.947500', '125105.407500', '125105.867500', '125106.327500', '125106.787500', '125107.247500', '125107.707500', '125108.167500', '125108.627500', '125109.087500', '125109.547500', '125110.007500', '125110.467500', '125110.927500', '125111.387500', '125111.847500', '125112.307500', '125112.767500', '125113.227500', '125113.687500', '125114.147500', '125114.607500', '125115.067500', '125115.527500', '125115.987500', '125116.447500', '125116.907500', '125117.367500', '125117.827500', '125118.287500', '125118.747500', '125119.207500', '125119.667500', '125120.127500', '125120.587500', '125121.047500', '125121.507500', '125121.967500', '125122.427500', '125122.887500', '125123.347500', '125123.807500', '125124.267500', '125124.727500', '125125.187500', '125125.647500', '125126.107500', '125126.567500', '125127.027500', '125127.487500', '125127.947500', '125128.407500', '125128.867500', '125129.327500', '125129.787500', '125130.247500', '125130.707500', '125131.167500', '125131.627500', '125132.087500', '125132.547500', '125133.007500', '125133.467500', '125133.927500', '125134.387500', '125134.847500', '125135.307500', '125135.767500', '125136.227500', '125136.687500', '125137.147500', '125137.607500', '125138.067500', '125138.527500', '125138.987500', '125139.447500', '125139.907500', '125140.367500', '125140.827500', '125141.287500', '125141.747500', '125142.207500', '125142.667500', '125143.127500', '125143.587500', '125144.047500', '125144.507500', '125144.967500', '125145.427500', '125145.887500', '125146.347500', '125146.807500', '125147.267500', '125147.727500', '125148.187500', '125148.647500', '125149.107500', '125149.567500', '125150.027500', '125150.487500', '125150.947500', '125151.407500', '125151.867500', '125152.327500', '125152.787500', '125153.247500', '125153.707500', '125154.167500', '125154.627500', '125155.087500', '125155.547500', '125156.007500', '125156.467500', '125156.927500', '125157.387500', '125157.847500', '125158.307500', '125158.767500', '125159.227500', '125159.687500', '125200.147500', '125200.607500', '125201.067500', '125201.527500', '125201.987500', '125202.447500', '125202.907500', '125203.367500', '125203.827500', '125204.287500', '125204.747500', '125205.207500', '125205.667500', '125206.127500', '125206.587500', '125207.047500', '125207.507500', '125207.967500', '125208.427500', '125208.887500', '125209.347500', '125209.807500', '125210.267500', '125210.727500', '125211.187500', '125211.647500', '125212.107500', '125212.567500', '125213.027500', '125213.487500', '125213.947500', '125214.407500', '125214.867500', '125215.327500', '125215.787500', '125216.247500', '125216.707500', '125217.167500', '125217.627500', '125218.087500', '125218.547500', '125219.007500', '125219.467500', '125219.927500', '125220.387500', '125220.847500', '125221.307500', '125221.767500', '125222.227500', '125222.687500', '125223.147500', '125223.607500', '125224.067500', '125224.527500', '125224.987500', '125225.447500', '125225.907500', '125226.367500', '125226.827500', '125227.287500', '125227.747500', '125228.207500', '125228.667500', '125229.127500', '125229.587500', '125230.047500', '125230.507500', '125230.967500', '125231.427500', '125231.887500', '125232.347500', '125232.807500', '125233.267500', '125233.727500', '125234.187500', '125234.647500', '125235.107500', '125235.567500', '125236.027500', '125236.487500', '125236.947500', '125237.407500', '125237.867500', '125238.327500', '125238.787500', '125239.247500', '125239.707500', '125240.167500', '125240.627500', '125241.087500', '125241.547500', '125242.007500', '125242.467500', '125242.927500', '125243.387500', '125243.847500', '125244.307500', '125244.767500', '125245.227500', '125245.687500', '125246.147500', '125246.607500', '125247.067500', '125247.527500', '125247.987500', '125248.447500', '125248.907500', '125249.367500', '125249.827500', '125250.287500', '125250.747500', '125251.207500', '125251.667500', '125252.127500', '125252.587500', '125253.047500', '125253.507500', '125253.967500', '125254.427500', '125254.887500', '125255.347500', '125255.807500', '125256.267500', '125256.727500', '125257.187500', '125257.647500', '125258.107500', '125258.567500', '125259.027500', '125259.487500', '125259.947500', '125300.407500', '125300.867500', '125301.327500', '125301.787500', '125302.247500', '125302.707500', '125303.167500', '125303.627500', '125304.087500', '125304.547500', '125305.007500', '125305.467500', '125305.927500', '125306.387500', '125306.847500', '125307.307500', '125307.767500', '125308.227500', '125308.687500', '125309.147500', '125309.607500', '125310.067500', '125310.527500', '125310.987500', '125311.447500', '125311.907500', '125312.367500', '125312.827500', '125313.287500', '125313.747500', '125314.207500', '125314.667500', '125315.127500', '125315.587500', '125316.047500', '125316.507500', '125316.967500', '125317.427500', '125317.887500', '125318.347500', '125318.807500', '125319.267500', '125319.727500', '125320.187500', '125320.647500', '125321.107500', '125321.567500', '125322.027500', '125322.487500', '125322.947500', '125323.407500', '125323.867500', '125324.327500', '125324.787500', '125325.247500', '125325.707500', '125326.167500', '125326.627500', '125327.087500', '125327.547500', '125328.007500', '125328.467500', '125328.927500', '125329.387500', '125329.847500', '125330.307500', '125330.767500', '125331.227500', '125331.687500', '125332.147500', '125332.607500', '125333.067500', '125333.527500', '125333.987500', '125334.447500', '125334.907500', '125335.367500', '125335.827500', '125336.287500', '125336.747500', '125337.207500', '125337.667500', '125338.127500', '125338.587500', '125339.047500', '125339.507500', '125339.967500', '125340.427500', '125340.887500', '125341.347500', '125341.807500', '125342.267500', '125342.727500', '125343.187500', '125343.647500', '125344.107500', '125344.567500', '125345.027500', '125345.487500', '125345.947500', '125346.407500', '125346.867500', '125347.327500', '125347.787500', '125348.247500', '125348.707500', '125349.167500', '125349.627500', '125350.087500', '125350.547500', '125351.007500', '125351.467500', '125351.927500', '125352.387500', '125352.847500', '125353.307500', '125353.767500', '125354.227500', '125354.687500', '125355.147500', '125355.607500', '125356.067500', '125356.527500', '125356.987500', '125357.447500', '125357.907500', '125358.367500', '125358.827500', '125359.287500', '125359.747500', '125400.207500', '125400.667500', '125401.127500', '125401.587500', '125402.047500', '125402.507500', '125402.967500', '125403.427500', '125403.887500', '125404.347500', '125404.807500', '125405.267500', '125405.727500', '125406.187500', '125406.647500', '125407.107500', '125407.567500', '125408.027500', '125408.487500', '125408.947500', '125409.407500', '125409.867500', '125410.327500', '125410.787500', '125411.247500', '125411.707500', '125412.167500', '125412.627500', '125413.087500', '125413.547500', '125414.007500', '125414.467500', '125414.927500', '125415.387500', '125415.847500', '125416.307500', '125416.767500', '125417.227500', '125417.687500', '125418.147500', '125418.607500', '125419.067500', '125419.527500', '125419.987500', '125420.447500', '125420.907500', '125421.367500', '125421.827500', '125422.287500', '125422.747500', '125423.207500', '125423.667500', '125424.127500', '125424.587500', '125425.047500', '125425.507500', '125425.967500', '125426.427500', '125426.887500', '125427.347500', '125427.807500', '125428.267500', '125428.727500', '125429.187500', '125429.647500', '125430.107500', '125430.567500', '125431.027500', '125431.487500', '125431.947500', '125432.407500', '125432.867500', '125433.327500', '125433.787500', '125434.247500', '125434.707500', '125435.167500', '125435.627500', '125436.087500', '125436.547500', '125437.007500', '125437.467500', '125437.927500', '125438.387500', '125438.847500', '125439.307500', '125439.767500', '125440.227500', '125440.687500', '125441.147500', '125441.607500', '125442.067500', '125442.527500', '125442.987500', '125443.447500', '125443.907500', '125444.367500', '125444.827500', '125445.287500', '125445.747500', '125446.207500', '125446.667500', '125447.127500', '125447.587500', '125448.047500', '125448.507500', '125448.967500', '125449.427500', '125449.887500', '125450.347500', '125450.807500', '125451.267500', '125451.727500', '125452.187500', '125452.647500', '125453.107500', '125453.567500', '125454.027500', '125454.487500', '125454.947500', '125455.407500', '125455.867500', '125456.327500', '125456.787500', '125457.247500', '125457.707500', '125458.167500', '125458.627500', '125459.087500', '125459.547500', '125500.007500', '125500.467500', '125500.927500', '125501.387500', '125501.847500', '125502.307500', '125502.767500', '125503.227500', '125503.687500', '125504.147500', '125504.607500', '125505.067500', '125505.527500', '125505.987500', '125506.447500', '125506.907500', '125507.367500', '125507.827500', '125508.287500', '125508.747500', '125509.207500', '125509.667500', '125510.127500', '125510.587500', '125511.047500', '125511.507500', '125511.967500', '125512.427500', '125512.887500', '125513.347500', '125513.807500', '125514.267500', '125514.727500', '125515.187500', '125515.647500', '125516.107500', '125516.567500', '125517.027500', '125517.487500', '125517.947500', '125518.407500', '125518.867500', '125519.327500', '125519.787500', '125520.247500', '125520.707500', '125521.167500', '125521.627500', '125522.087500', '125522.547500', '125523.007500', '125523.467500', '125523.927500', '125524.387500', '125524.847500', '125525.307500', '125525.767500', '125526.227500', '125526.687500', '125527.147500', '125527.607500', '125528.067500', '125528.527500', '125528.987500', '125529.447500', '125529.907500', '125530.367500', '125530.827500', '125531.287500', '125531.747500', '125532.207500', '125532.667500', '125533.127500', '125533.587500', '125534.047500', '125534.507500', '125534.967500', '125535.427500', '125535.887500', '125536.347500', '125536.807500', '125537.267500', '125537.727500', '125538.187500', '125538.647500', '125539.107500', '125539.567500', '125540.027500', '125540.487500', '125540.947500', '125541.407500', '125541.867500', '125542.327500', '125542.787500', '125543.247500', '125543.707500', '125544.167500', '125544.627500', '125545.087500', '125545.547500', '125546.007500', '125546.467500', '125546.927500', '125547.387500', '125547.847500', '125548.307500', '125548.767500', '125549.227500', '125549.687500', '125550.147500', '125550.607500', '125551.067500', '125551.527500', '125551.987500', '125552.447500', '125552.907500', '125553.367500', '125553.827500', '125554.287500', '125554.747500', '125555.207500', '125555.667500', '125556.127500', '125556.587500', '125557.047500', '125557.507500', '125557.967500', '125558.427500', '125558.887500', '125559.347500', '125559.807500', '125600.267500', '125600.727500', '125601.187500', '125601.647500', '125602.107500', '125602.567500', '125603.027500', '125603.487500', '125603.947500', '125604.407500', '125604.867500', '125605.327500', '125605.787500', '125606.247500', '125606.707500', '125607.167500', '125607.627500', '125608.087500', '125608.547500', '125609.007500', '125609.467500', '125609.927500', '125610.387500', '125610.847500', '125611.307500', '125611.767500', '125612.227500', '125612.687500', '125613.147500', '125613.607500', '125614.067500', '125614.527500', '125614.987500', '125615.447500', '125615.907500', '125616.367500', '125616.827500', '125617.287500', '125617.747500', '125618.207500', '125618.667500', '125619.127500', '125619.587500', '125620.047500', '125620.507500', '125620.967500', '125621.427500', '125621.887500', '125622.347500', '125622.807500', '125623.267500', '125623.727500', '125624.187500', '125624.647500', '125625.107500', '125625.567500', '125626.027500', '125626.487500', '125626.947500', '125627.407500', '125627.867500', '125628.327500', '125628.787500', '125629.247500', '125629.707500', '125630.167500', '125630.627500', '125631.087500', '125631.547500', '125632.007500', '125632.467500', '125632.927500', '125633.387500', '125633.847500', '125634.307500', '125634.767500', '125635.227500', '125635.687500', '125636.147500', '125636.607500', '125637.067500', '125637.527500', '125637.987500', '125638.447500', '125638.907500', '125639.367500', '125639.827500', '125640.287500', '125640.747500', '125641.207500', '125641.667500', '125642.127500', '125642.587500', '125643.047500', '125643.507500', '125643.967500', '125644.427500', '125644.887500', '125645.347500', '125645.807500', '125646.267500', '125646.727500', '125647.187500', '125647.647500', '125648.107500', '125648.567500', '125649.027500', '125649.487500', '125649.947500', '125650.407500', '125650.867500', '125651.327500', '125651.787500', '125652.247500', '125652.707500', '125653.167500', '125653.627500', '125654.087500', '125654.547500', '125655.007500', '125655.467500', '125655.927500', '125656.387500', '125656.847500', '125657.307500', '125657.767500', '125658.227500', '125658.687500', '125659.147500', '125659.607500', '125700.067500', '125700.527500', '125700.987500', '125701.447500', '125701.907500', '125702.367500', '125702.827500', '125703.287500', '125703.747500', '125704.207500', '125704.667500', '125705.127500', '125705.587500', '125706.047500', '125706.507500', '125706.967500', '125707.427500', '125707.887500', '125708.347500', '125708.807500', '125709.267500', '125709.727500', '125710.187500', '125710.647500', '125711.107500', '125711.567500', '125712.027500', '125712.487500', '125712.947500', '125713.407500', '125713.867500', '125714.327500', '125714.787500', '125715.247500', '125715.707500', '125716.167500', '125716.627500', '125717.087500', '125717.547500', '125718.007500', '125718.467500', '125718.927500', '125719.387500', '125719.847500', '125720.307500', '125720.767500', '125721.227500', '125721.687500', '125722.147500', '125722.607500', '125723.067500', '125723.527500', '125723.987500', '125724.447500', '125724.907500', '125725.367500', '125725.827500', '125726.287500', '125726.747500', '125727.207500', '125727.667500', '125728.127500', '125728.587500', '125729.047500', '125729.507500', '125729.967500', '125730.427500', '125730.887500', '125731.347500', '125731.807500', '125732.267500', '125732.727500', '125733.187500', '125733.647500', '125734.107500', '125734.567500', '125735.027500', '125735.487500', '125735.947500', '125736.407500', '125736.867500', '125737.327500', '125737.787500', '125738.247500', '125738.707500', '125739.167500', '125739.627500', '125740.087500', '125740.547500', '125741.007500', '125741.467500', '125741.927500', '125742.387500', '125742.847500', '125743.307500', '125743.767500', '125744.227500', '125744.687500', '125745.147500', '125745.607500', '125746.067500', '125746.527500', '125746.987500', '125747.447500', '125747.907500', '125748.367500', '125748.827500', '125749.287500'], 'ContentTime': ['125110.950000', '125110.953000', '125110.956000', '125110.959000', '125110.962000', '125110.965000', '125110.971000', '125110.974000', '125110.977000', '125110.980000', '125110.982000', '125110.985000', '125110.988000', '125110.991000', '125110.994000', '125110.996000', '125111.000000', '125111.003000', '125111.006000', '125111.009000', '125111.011000', '125111.014000', '125111.017000', '125111.020000', '125111.023000', '125111.025000', '125111.028000', '125111.031000', '125111.034000', '125111.037000', '125111.039000', '125111.042000', '125111.045000', '125111.048000', '125111.051000', '125111.053000', '125111.056000', '125111.059000', '125111.062000', '125111.064000', '125111.067000', '125111.070000', '125111.073000', '125111.076000', '125111.084000', '125130.913000', '125130.916000', '125130.919000', '125130.922000', '125130.924000', '125130.927000', '125130.930000', '125130.933000', '125130.935000', '125130.938000', '125130.943000', '125130.946000', '125130.948000', '125130.951000', '125130.954000', '125130.957000', '125130.960000', '125130.963000', '125130.965000', '125130.968000', '125130.971000', '125130.974000', '125130.977000', '125130.979000', '125130.982000', '125130.985000', '125130.988000', '125130.991000', '125130.993000', '125130.996000', '125130.999000', '125131.002000', '125131.005000', '125131.011000', '125131.014000', '125131.017000', '125131.020000', '125131.022000', '125131.025000', '125131.028000', '125131.031000', '125131.034000', '125131.044000', '125150.914000', '125150.917000', '125150.920000', '125150.922000', '125150.925000', '125150.928000', '125150.931000', '125150.934000', '125150.936000', '125150.939000', '125150.942000', '125150.945000', '125150.948000', '125150.951000', '125150.953000', '125150.956000', '125150.959000', '125150.962000', '125150.965000', '125150.967000', '125150.970000', '125150.973000', '125150.978000', '125150.981000', '125150.984000', '125150.987000', '125150.990000', '125150.992000', '125150.995000', '125150.998000', '125151.002000', '125151.005000', '125151.007000', '125151.010000', '125151.013000', '125151.016000', '125151.019000', '125151.021000', '125151.024000', '125151.027000', '125151.030000', '125151.033000', '125151.035000', '125151.038000', '125210.914000', '125210.917000', '125210.920000', '125210.923000', '125210.925000', '125210.928000', '125210.931000', '125210.934000', '125210.937000', '125210.940000', '125210.942000', '125210.945000', '125210.948000', '125210.951000', '125210.954000', '125210.957000', '125210.959000', '125210.962000', '125210.965000', '125210.968000', '125210.971000', '125210.974000', '125210.976000', '125210.979000', '125210.982000', '125210.985000', '125210.988000', '125210.990000', '125210.993000', '125210.996000', '125211.000000', '125211.003000', '125211.006000', '125211.009000', '125211.011000', '125211.014000', '125211.017000', '125211.020000', '125211.024000', '125211.027000', '125211.030000', '125211.033000', '125211.035000', '125230.914000', '125230.917000', '125230.920000', '125230.923000', '125230.925000', '125230.928000', '125230.931000', '125230.934000', '125230.947000', '125230.950000', '125230.952000', '125230.955000', '125230.958000', '125230.961000', '125230.964000', '125230.967000', '125230.969000', '125230.972000', '125230.975000', '125230.978000', '125230.981000', '125230.984000', '125230.987000', '125230.989000', '125230.992000', '125230.995000', '125230.998000', '125231.002000', '125231.005000', '125231.007000', '125231.010000', '125231.013000', '125231.016000', '125231.019000', '125231.026000', '125231.028000', '125231.031000', '125231.034000', '125231.037000', '125231.040000', '125231.043000', '125231.046000', '125231.048000', '125231.051000', '125250.914000', '125250.917000', '125250.920000', '125250.923000', '125250.925000', '125250.928000', '125250.931000', '125250.934000', '125250.937000', '125250.939000', '125250.942000', '125250.948000', '125250.951000', '125250.953000', '125250.956000', '125250.959000', '125250.962000', '125250.965000', '125250.968000', '125250.971000', '125250.973000', '125250.976000', '125250.981000', '125250.984000', '125250.986000', '125250.989000', '125250.992000', '125250.995000', '125250.998000', '125251.002000', '125251.005000', '125251.007000', '125251.010000', '125251.013000', '125251.016000', '125251.019000', '125251.022000', '125251.024000', '125251.027000', '125251.030000', '125251.033000', '125251.036000', '125251.038000', '125310.914000', '125310.917000', '125310.920000', '125310.923000', '125310.925000', '125310.928000', '125310.931000', '125310.934000', '125310.937000', '125310.940000', '125310.942000', '125310.945000', '125310.948000', '125310.951000', '125310.954000', '125310.957000', '125310.960000', '125310.962000', '125310.965000', '125310.968000', '125310.971000', '125310.974000', '125310.977000', '125310.980000', '125310.982000', '125310.985000', '125310.988000', '125310.991000', '125310.994000', '125310.997000', '125311.000000', '125311.003000', '125311.006000', '125311.009000', '125311.012000', '125311.015000', '125311.018000', '125311.020000', '125311.023000', '125311.026000', '125311.029000', '125311.032000', '125311.034000', '125311.037000', '125330.914000', '125330.917000', '125330.920000', '125330.923000', '125330.925000', '125330.928000', '125330.931000', '125330.934000', '125330.937000', '125330.939000', '125330.942000', '125330.945000', '125330.948000', '125330.951000', '125330.953000', '125330.956000', '125330.959000', '125330.962000', '125330.965000', '125330.967000', '125330.970000', '125330.973000', '125330.976000', '125330.979000', '125330.981000', '125330.984000', '125330.987000', '125330.990000', '125330.993000', '125330.996000', '125330.998000', '125331.002000', '125331.007000', '125331.010000', '125331.013000', '125331.016000', '125331.019000', '125331.022000', '125331.024000', '125331.027000', '125331.030000', '125331.033000', '125331.036000', '125350.913000', '125350.916000', '125350.919000', '125350.921000', '125350.924000', '125350.927000', '125350.930000', '125350.933000', '125350.936000', '125350.938000', '125350.941000', '125350.944000', '125350.947000', '125350.950000', '125350.952000', '125350.955000', '125350.958000', '125350.961000', '125350.964000', '125350.967000', '125350.969000', '125350.972000', '125350.975000', '125350.978000', '125350.981000', '125350.983000', '125350.986000', '125350.989000', '125350.992000', '125350.995000', '125350.997000', '125351.001000', '125351.004000', '125351.007000', '125351.010000', '125351.013000', '125351.015000', '125351.018000', '125351.021000', '125351.024000', '125351.027000', '125351.029000', '125351.032000', '125351.035000', '125410.914000', '125410.917000', '125410.920000', '125410.923000', '125410.926000', '125410.928000', '125410.931000', '125410.934000', '125410.937000', '125410.940000', '125410.943000', '125410.945000', '125410.948000', '125410.951000', '125410.954000', '125410.957000', '125410.960000', '125410.963000', '125410.965000', '125410.968000', '125410.971000', '125410.974000', '125410.977000', '125410.979000', '125410.982000', '125410.985000', '125410.988000', '125410.991000', '125410.994000', '125410.996000', '125411.000000', '125411.003000', '125411.006000', '125411.009000', '125411.012000', '125411.014000', '125411.018000', '125411.021000', '125411.024000', '125411.027000', '125411.030000', '125411.032000', '125411.035000', '125430.914000', '125430.917000', '125430.920000', '125430.923000', '125430.925000', '125430.928000', '125430.931000', '125430.934000', '125430.937000', '125430.940000', '125430.942000', '125430.945000', '125430.948000', '125430.951000', '125430.954000', '125430.957000', '125430.959000', '125430.962000', '125430.965000', '125430.968000', '125430.971000', '125430.974000', '125430.976000', '125430.979000', '125430.983000', '125430.986000', '125430.989000', '125430.992000', '125430.994000', '125430.997000', '125431.001000', '125431.004000', '125431.007000', '125431.010000', '125431.013000', '125431.015000', '125431.018000', '125431.021000', '125431.024000', '125431.027000', '125431.030000', '125431.032000', '125431.035000', '125450.914000', '125450.917000', '125450.920000', '125450.923000', '125450.926000', '125450.928000', '125450.931000', '125450.934000', '125450.937000', '125450.940000', '125450.942000', '125450.945000', '125450.948000', '125450.951000', '125450.954000', '125450.956000', '125450.959000', '125450.962000', '125450.965000', '125450.968000', '125450.971000', '125450.973000', '125450.976000', '125450.979000', '125450.982000', '125450.985000', '125450.987000', '125450.990000', '125450.993000', '125450.996000', '125451.000000', '125451.003000', '125451.005000', '125451.008000', '125451.011000', '125451.014000', '125451.017000', '125451.019000', '125451.022000', '125451.025000', '125451.028000', '125451.031000', '125451.033000', '125451.036000', '125510.914000', '125510.917000', '125510.920000', '125510.923000', '125510.926000', '125510.928000', '125510.931000', '125510.934000', '125510.937000', '125510.940000', '125510.943000', '125510.945000', '125510.948000', '125510.951000', '125510.954000', '125510.957000', '125510.960000', '125510.963000', '125510.965000', '125510.968000', '125510.971000', '125510.974000', '125510.977000', '125510.980000', '125510.982000', '125510.985000', '125510.988000', '125510.991000', '125510.994000', '125510.997000', '125511.000000', '125511.003000', '125511.006000', '125511.009000', '125511.012000', '125511.015000', '125511.017000', '125511.020000', '125511.023000', '125511.026000', '125511.029000', '125511.032000', '125511.034000', '125511.037000', '125530.914000', '125530.917000', '125530.920000', '125530.923000', '125530.926000', '125530.929000', '125530.931000', '125530.934000', '125530.937000', '125530.940000', '125530.943000', '125530.945000', '125530.948000', '125530.951000', '125530.973000', '125530.976000', '125530.979000', '125530.982000', '125530.985000', '125530.988000', '125530.990000', '125530.993000', '125530.996000', '125531.000000', '125531.003000', '125531.005000', '125531.008000', '125531.011000', '125531.014000', '125531.017000', '125531.020000', '125531.022000', '125531.025000', '125531.028000', '125531.031000', '125531.034000', '125531.036000', '125531.039000', '125531.042000', '125531.045000', '125531.048000', '125531.051000', '125531.054000', '125550.914000', '125550.917000', '125550.920000', '125550.923000', '125550.926000', '125550.928000', '125550.931000', '125550.934000', '125550.937000', '125550.940000', '125550.942000', '125550.945000', '125550.948000', '125550.951000', '125550.954000', '125550.957000', '125550.960000', '125550.962000', '125550.965000', '125550.968000', '125550.971000', '125550.974000', '125550.977000', '125550.979000', '125550.982000', '125550.985000', '125550.988000', '125550.991000', '125550.994000', '125550.996000', '125551.000000', '125551.003000', '125551.006000', '125551.009000', '125551.011000', '125551.014000', '125551.017000', '125551.020000', '125551.023000', '125551.026000', '125551.028000', '125551.031000', '125551.034000', '125610.913000', '125610.916000', '125610.919000', '125610.922000', '125610.925000', '125610.927000', '125610.930000', '125610.933000', '125610.936000', '125610.939000', '125610.942000', '125610.944000', '125610.947000', '125610.950000', '125610.953000', '125610.956000', '125610.959000', '125610.961000', '125610.964000', '125610.967000', '125610.970000', '125610.973000', '125610.976000', '125610.978000', '125610.981000', '125610.984000', '125610.987000', '125610.990000', '125610.993000', '125610.995000', '125610.998000', '125611.002000', '125611.005000', '125611.008000', '125611.010000', '125611.013000', '125611.016000', '125611.019000', '125611.022000', '125611.024000', '125611.027000', '125611.030000', '125611.033000', '125611.036000', '125630.914000', '125630.917000', '125630.921000', '125630.925000', '125630.928000', '125630.931000', '125630.934000', '125630.936000', '125630.939000', '125630.942000', '125630.945000', '125630.948000', '125630.951000', '125630.954000', '125630.957000', '125630.960000', '125630.962000', '125630.965000', '125630.968000', '125630.971000', '125630.974000', '125630.977000', '125630.979000', '125630.982000', '125630.985000', '125630.988000', '125630.991000', '125630.994000', '125630.996000', '125631.000000', '125631.003000', '125631.006000', '125631.009000', '125631.011000', '125631.014000', '125631.017000', '125631.020000', '125631.023000', '125631.025000', '125631.028000', '125631.031000', '125631.034000', '125631.037000', '125650.914000', '125650.917000', '125650.920000', '125650.922000', '125650.925000', '125650.928000', '125650.931000', '125650.934000', '125650.937000', '125650.939000', '125650.942000', '125650.945000', '125650.948000', '125650.951000', '125650.953000', '125650.956000', '125650.959000', '125650.962000', '125650.965000', '125650.968000', '125650.970000', '125650.973000', '125650.976000', '125650.979000', '125650.982000', '125650.984000', '125650.987000', '125650.990000', '125650.993000', '125650.996000', '125651.000000', '125651.003000', '125651.006000', '125651.008000', '125651.011000', '125651.014000', '125651.017000', '125651.019000', '125651.022000', '125651.025000', '125651.045000', '125651.048000', '125651.051000', '125651.053000', '125710.914000', '125710.917000', '125710.920000', '125710.923000', '125710.925000', '125710.928000', '125710.931000', '125710.934000', '125710.937000', '125710.939000', '125710.942000', '125710.945000', '125710.948000', '125710.951000', '125710.954000', '125710.957000', '125710.960000', '125710.963000', '125710.965000', '125710.968000', '125710.971000', '125710.974000', '125710.977000', '125710.980000', '125710.982000', '125710.985000', '125710.988000', '125710.991000', '125710.994000', '125710.997000', '125711.000000', '125711.003000', '125711.006000', '125711.009000', '125711.012000', '125711.014000', '125711.017000', '125711.020000', '125711.023000', '125711.026000', '125711.028000', '125711.031000', '125711.034000', '125730.914000', '125730.917000', '125730.920000', '125730.923000', '125730.926000', '125730.928000', '125730.931000', '125730.934000', '125730.937000', '125730.940000', '125730.943000', '125730.945000', '125730.948000', '125730.951000', '125730.954000', '125730.957000', '125730.959000', '125730.962000', '125730.965000', '125730.968000', '125730.971000', '125730.973000', '125730.976000', '125730.979000', '125730.982000', '125730.985000', '125730.988000', '125730.991000', '125730.994000', '125730.997000', '125731.001000', '125731.003000', '125731.006000', '125731.009000', '125731.012000', '125731.015000', '125731.017000', '125731.020000', '125731.023000', '125731.026000', '125731.029000', '125731.032000', '125731.034000', '125731.037000', '125750.550000', '125750.553000', '125750.556000', '125750.559000', '125750.562000', '125750.566000', '125750.569000', '125750.572000', '125750.575000', '125750.578000', '125750.581000', '125750.584000', '125750.587000', '125750.590000', '125750.593000', '125750.596000', '125750.599000', '125750.602000', '125750.605000', '125750.608000', '125750.611000', '125750.614000', '125750.618000', '125750.621000', '125750.624000', '125750.627000', '125750.630000', '125750.633000', '125750.635000', '125750.638000', '125750.641000', '125750.644000', '125750.654000', '125750.657000', '125750.660000', '125750.663000', '125750.665000', '125750.668000', '125750.671000', '125750.674000', '125750.677000', '125750.680000', '125750.683000'], 'InstanceCreationTime': ['125110.950000', '125110.953000', '125110.956000', '125110.959000', '125110.962000', '125110.965000', '125110.971000', '125110.974000', '125110.977000', '125110.980000', '125110.982000', '125110.985000', '125110.988000', '125110.991000', '125110.994000', '125110.996000', '125111.000000', '125111.003000', '125111.006000', '125111.009000', '125111.011000', '125111.014000', '125111.017000', '125111.020000', '125111.023000', '125111.025000', '125111.028000', '125111.031000', '125111.034000', '125111.037000', '125111.039000', '125111.042000', '125111.045000', '125111.048000', '125111.051000', '125111.053000', '125111.056000', '125111.059000', '125111.062000', '125111.064000', '125111.067000', '125111.070000', '125111.073000', '125111.076000', '125111.084000', '125130.913000', '125130.916000', '125130.919000', '125130.922000', '125130.924000', '125130.927000', '125130.930000', '125130.933000', '125130.935000', '125130.938000', '125130.943000', '125130.946000', '125130.948000', '125130.951000', '125130.954000', '125130.957000', '125130.960000', '125130.963000', '125130.965000', '125130.968000', '125130.971000', '125130.974000', '125130.977000', '125130.979000', '125130.982000', '125130.985000', '125130.988000', '125130.991000', '125130.993000', '125130.996000', '125130.999000', '125131.002000', '125131.005000', '125131.011000', '125131.014000', '125131.017000', '125131.020000', '125131.022000', '125131.025000', '125131.028000', '125131.031000', '125131.034000', '125131.044000', '125150.914000', '125150.917000', '125150.920000', '125150.922000', '125150.925000', '125150.928000', '125150.931000', '125150.934000', '125150.936000', '125150.939000', '125150.942000', '125150.945000', '125150.948000', '125150.951000', '125150.953000', '125150.956000', '125150.959000', '125150.962000', '125150.965000', '125150.967000', '125150.970000', '125150.973000', '125150.978000', '125150.981000', '125150.984000', '125150.987000', '125150.990000', '125150.992000', '125150.995000', '125150.998000', '125151.002000', '125151.005000', '125151.007000', '125151.010000', '125151.013000', '125151.016000', '125151.019000', '125151.021000', '125151.024000', '125151.027000', '125151.030000', '125151.033000', '125151.035000', '125151.038000', '125210.914000', '125210.917000', '125210.920000', '125210.923000', '125210.925000', '125210.928000', '125210.931000', '125210.934000', '125210.937000', '125210.940000', '125210.942000', '125210.945000', '125210.948000', '125210.951000', '125210.954000', '125210.957000', '125210.959000', '125210.962000', '125210.965000', '125210.968000', '125210.971000', '125210.974000', '125210.976000', '125210.979000', '125210.982000', '125210.985000', '125210.988000', '125210.990000', '125210.993000', '125210.996000', '125211.000000', '125211.003000', '125211.006000', '125211.009000', '125211.011000', '125211.014000', '125211.017000', '125211.020000', '125211.024000', '125211.027000', '125211.030000', '125211.033000', '125211.035000', '125230.914000', '125230.917000', '125230.920000', '125230.923000', '125230.925000', '125230.928000', '125230.931000', '125230.934000', '125230.947000', '125230.950000', '125230.952000', '125230.955000', '125230.958000', '125230.961000', '125230.964000', '125230.967000', '125230.969000', '125230.972000', '125230.975000', '125230.978000', '125230.981000', '125230.984000', '125230.987000', '125230.989000', '125230.992000', '125230.995000', '125230.998000', '125231.002000', '125231.005000', '125231.007000', '125231.010000', '125231.013000', '125231.016000', '125231.019000', '125231.026000', '125231.028000', '125231.031000', '125231.034000', '125231.037000', '125231.040000', '125231.043000', '125231.046000', '125231.048000', '125231.051000', '125250.914000', '125250.917000', '125250.920000', '125250.923000', '125250.925000', '125250.928000', '125250.931000', '125250.934000', '125250.937000', '125250.939000', '125250.942000', '125250.948000', '125250.951000', '125250.953000', '125250.956000', '125250.959000', '125250.962000', '125250.965000', '125250.968000', '125250.971000', '125250.973000', '125250.976000', '125250.981000', '125250.984000', '125250.986000', '125250.989000', '125250.992000', '125250.995000', '125250.998000', '125251.002000', '125251.005000', '125251.007000', '125251.010000', '125251.013000', '125251.016000', '125251.019000', '125251.022000', '125251.024000', '125251.027000', '125251.030000', '125251.033000', '125251.036000', '125251.038000', '125310.914000', '125310.917000', '125310.920000', '125310.923000', '125310.925000', '125310.928000', '125310.931000', '125310.934000', '125310.937000', '125310.940000', '125310.942000', '125310.945000', '125310.948000', '125310.951000', '125310.954000', '125310.957000', '125310.960000', '125310.962000', '125310.965000', '125310.968000', '125310.971000', '125310.974000', '125310.977000', '125310.980000', '125310.982000', '125310.985000', '125310.988000', '125310.991000', '125310.994000', '125310.997000', '125311.000000', '125311.003000', '125311.006000', '125311.009000', '125311.012000', '125311.015000', '125311.018000', '125311.020000', '125311.023000', '125311.026000', '125311.029000', '125311.032000', '125311.034000', '125311.037000', '125330.914000', '125330.917000', '125330.920000', '125330.923000', '125330.925000', '125330.928000', '125330.931000', '125330.934000', '125330.937000', '125330.939000', '125330.942000', '125330.945000', '125330.948000', '125330.951000', '125330.953000', '125330.956000', '125330.959000', '125330.962000', '125330.965000', '125330.967000', '125330.970000', '125330.973000', '125330.976000', '125330.979000', '125330.981000', '125330.984000', '125330.987000', '125330.990000', '125330.993000', '125330.996000', '125330.998000', '125331.002000', '125331.007000', '125331.010000', '125331.013000', '125331.016000', '125331.019000', '125331.022000', '125331.024000', '125331.027000', '125331.030000', '125331.033000', '125331.036000', '125350.913000', '125350.916000', '125350.919000', '125350.921000', '125350.924000', '125350.927000', '125350.930000', '125350.933000', '125350.936000', '125350.938000', '125350.941000', '125350.944000', '125350.947000', '125350.950000', '125350.952000', '125350.955000', '125350.958000', '125350.961000', '125350.964000', '125350.967000', '125350.969000', '125350.972000', '125350.975000', '125350.978000', '125350.981000', '125350.983000', '125350.986000', '125350.989000', '125350.992000', '125350.995000', '125350.997000', '125351.001000', '125351.004000', '125351.007000', '125351.010000', '125351.013000', '125351.015000', '125351.018000', '125351.021000', '125351.024000', '125351.027000', '125351.029000', '125351.032000', '125351.035000', '125410.914000', '125410.917000', '125410.920000', '125410.923000', '125410.926000', '125410.928000', '125410.931000', '125410.934000', '125410.937000', '125410.940000', '125410.943000', '125410.945000', '125410.948000', '125410.951000', '125410.954000', '125410.957000', '125410.960000', '125410.963000', '125410.965000', '125410.968000', '125410.971000', '125410.974000', '125410.977000', '125410.979000', '125410.982000', '125410.985000', '125410.988000', '125410.991000', '125410.994000', '125410.996000', '125411.000000', '125411.003000', '125411.006000', '125411.009000', '125411.012000', '125411.014000', '125411.018000', '125411.021000', '125411.024000', '125411.027000', '125411.030000', '125411.032000', '125411.035000', '125430.914000', '125430.917000', '125430.920000', '125430.923000', '125430.925000', '125430.928000', '125430.931000', '125430.934000', '125430.937000', '125430.940000', '125430.942000', '125430.945000', '125430.948000', '125430.951000', '125430.954000', '125430.957000', '125430.959000', '125430.962000', '125430.965000', '125430.968000', '125430.971000', '125430.974000', '125430.976000', '125430.979000', '125430.983000', '125430.986000', '125430.989000', '125430.992000', '125430.994000', '125430.997000', '125431.001000', '125431.004000', '125431.007000', '125431.010000', '125431.013000', '125431.015000', '125431.018000', '125431.021000', '125431.024000', '125431.027000', '125431.030000', '125431.032000', '125431.035000', '125450.914000', '125450.917000', '125450.920000', '125450.923000', '125450.926000', '125450.928000', '125450.931000', '125450.934000', '125450.937000', '125450.940000', '125450.942000', '125450.945000', '125450.948000', '125450.951000', '125450.954000', '125450.956000', '125450.959000', '125450.962000', '125450.965000', '125450.968000', '125450.971000', '125450.973000', '125450.976000', '125450.979000', '125450.982000', '125450.985000', '125450.987000', '125450.990000', '125450.993000', '125450.996000', '125451.000000', '125451.003000', '125451.005000', '125451.008000', '125451.011000', '125451.014000', '125451.017000', '125451.019000', '125451.022000', '125451.025000', '125451.028000', '125451.031000', '125451.033000', '125451.036000', '125510.914000', '125510.917000', '125510.920000', '125510.923000', '125510.926000', '125510.928000', '125510.931000', '125510.934000', '125510.937000', '125510.940000', '125510.943000', '125510.945000', '125510.948000', '125510.951000', '125510.954000', '125510.957000', '125510.960000', '125510.963000', '125510.965000', '125510.968000', '125510.971000', '125510.974000', '125510.977000', '125510.980000', '125510.982000', '125510.985000', '125510.988000', '125510.991000', '125510.994000', '125510.997000', '125511.000000', '125511.003000', '125511.006000', '125511.009000', '125511.012000', '125511.015000', '125511.017000', '125511.020000', '125511.023000', '125511.026000', '125511.029000', '125511.032000', '125511.034000', '125511.037000', '125530.914000', '125530.917000', '125530.920000', '125530.923000', '125530.926000', '125530.929000', '125530.931000', '125530.934000', '125530.937000', '125530.940000', '125530.943000', '125530.945000', '125530.948000', '125530.951000', '125530.973000', '125530.976000', '125530.979000', '125530.982000', '125530.985000', '125530.988000', '125530.990000', '125530.993000', '125530.996000', '125531.000000', '125531.003000', '125531.005000', '125531.008000', '125531.011000', '125531.014000', '125531.017000', '125531.020000', '125531.022000', '125531.025000', '125531.028000', '125531.031000', '125531.034000', '125531.036000', '125531.039000', '125531.042000', '125531.045000', '125531.048000', '125531.051000', '125531.054000', '125550.914000', '125550.917000', '125550.920000', '125550.923000', '125550.926000', '125550.928000', '125550.931000', '125550.934000', '125550.937000', '125550.940000', '125550.942000', '125550.945000', '125550.948000', '125550.951000', '125550.954000', '125550.957000', '125550.960000', '125550.962000', '125550.965000', '125550.968000', '125550.971000', '125550.974000', '125550.977000', '125550.979000', '125550.982000', '125550.985000', '125550.988000', '125550.991000', '125550.994000', '125550.996000', '125551.000000', '125551.003000', '125551.006000', '125551.009000', '125551.011000', '125551.014000', '125551.017000', '125551.020000', '125551.023000', '125551.026000', '125551.028000', '125551.031000', '125551.034000', '125610.913000', '125610.916000', '125610.919000', '125610.922000', '125610.925000', '125610.927000', '125610.930000', '125610.933000', '125610.936000', '125610.939000', '125610.942000', '125610.944000', '125610.947000', '125610.950000', '125610.953000', '125610.956000', '125610.959000', '125610.961000', '125610.964000', '125610.967000', '125610.970000', '125610.973000', '125610.976000', '125610.978000', '125610.981000', '125610.984000', '125610.987000', '125610.990000', '125610.993000', '125610.995000', '125610.998000', '125611.002000', '125611.005000', '125611.008000', '125611.010000', '125611.013000', '125611.016000', '125611.019000', '125611.022000', '125611.024000', '125611.027000', '125611.030000', '125611.033000', '125611.036000', '125630.914000', '125630.917000', '125630.921000', '125630.925000', '125630.928000', '125630.931000', '125630.934000', '125630.936000', '125630.939000', '125630.942000', '125630.945000', '125630.948000', '125630.951000', '125630.954000', '125630.957000', '125630.960000', '125630.962000', '125630.965000', '125630.968000', '125630.971000', '125630.974000', '125630.977000', '125630.979000', '125630.982000', '125630.985000', '125630.988000', '125630.991000', '125630.994000', '125630.996000', '125631.000000', '125631.003000', '125631.006000', '125631.009000', '125631.011000', '125631.014000', '125631.017000', '125631.020000', '125631.023000', '125631.025000', '125631.028000', '125631.031000', '125631.034000', '125631.037000', '125650.914000', '125650.917000', '125650.920000', '125650.922000', '125650.925000', '125650.928000', '125650.931000', '125650.934000', '125650.937000', '125650.939000', '125650.942000', '125650.945000', '125650.948000', '125650.951000', '125650.953000', '125650.956000', '125650.959000', '125650.962000', '125650.965000', '125650.968000', '125650.970000', '125650.973000', '125650.976000', '125650.979000', '125650.982000', '125650.984000', '125650.987000', '125650.990000', '125650.993000', '125650.996000', '125651.000000', '125651.003000', '125651.006000', '125651.008000', '125651.011000', '125651.014000', '125651.017000', '125651.019000', '125651.022000', '125651.025000', '125651.045000', '125651.048000', '125651.051000', '125651.053000', '125710.914000', '125710.917000', '125710.920000', '125710.923000', '125710.925000', '125710.928000', '125710.931000', '125710.934000', '125710.937000', '125710.939000', '125710.942000', '125710.945000', '125710.948000', '125710.951000', '125710.954000', '125710.957000', '125710.960000', '125710.963000', '125710.965000', '125710.968000', '125710.971000', '125710.974000', '125710.977000', '125710.980000', '125710.982000', '125710.985000', '125710.988000', '125710.991000', '125710.994000', '125710.997000', '125711.000000', '125711.003000', '125711.006000', '125711.009000', '125711.012000', '125711.014000', '125711.017000', '125711.020000', '125711.023000', '125711.026000', '125711.028000', '125711.031000', '125711.034000', '125730.914000', '125730.917000', '125730.920000', '125730.923000', '125730.926000', '125730.928000', '125730.931000', '125730.934000', '125730.937000', '125730.940000', '125730.943000', '125730.945000', '125730.948000', '125730.951000', '125730.954000', '125730.957000', '125730.959000', '125730.962000', '125730.965000', '125730.968000', '125730.971000', '125730.973000', '125730.976000', '125730.979000', '125730.982000', '125730.985000', '125730.988000', '125730.991000', '125730.994000', '125730.997000', '125731.001000', '125731.003000', '125731.006000', '125731.009000', '125731.012000', '125731.015000', '125731.017000', '125731.020000', '125731.023000', '125731.026000', '125731.029000', '125731.032000', '125731.034000', '125731.037000', '125750.550000', '125750.553000', '125750.556000', '125750.559000', '125750.562000', '125750.566000', '125750.569000', '125750.572000', '125750.575000', '125750.578000', '125750.581000', '125750.584000', '125750.587000', '125750.590000', '125750.593000', '125750.596000', '125750.599000', '125750.602000', '125750.605000', '125750.608000', '125750.611000', '125750.614000', '125750.618000', '125750.621000', '125750.624000', '125750.627000', '125750.630000', '125750.633000', '125750.635000', '125750.638000', '125750.641000', '125750.644000', '125750.654000', '125750.657000', '125750.660000', '125750.663000', '125750.665000', '125750.668000', '125750.671000', '125750.674000', '125750.677000', '125750.680000', '125750.683000'], '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': [14688, 11977, 8470, 11518, 7216, 11620, 10395, 7716, 12748, 7590, 9866, 10615, 7440, 10828, 7468, 11639, 6944, 11389, 6843, 12231, 7352, 10805, 7704, 7240, 8998, 6999, 9494, 6862, 11369, 7161, 11341, 6971, 11594, 7230, 7280, 8690, 7140, 10754, 7223, 10960, 8887, 7222, 9372, 6855, 12266, 8050, 10789, 11286, 7929, 11822, 7092, 12592, 9361, 10857, 10770, 8228, 12263, 7341, 12708, 8825, 11518, 10796, 8622, 10521, 7077, 12640, 7857, 12426, 9093, 8465, 10689, 7145, 10721, 7070, 12935, 7024, 12867, 7812, 13096, 8861, 12329, 8677, 6984, 10731, 7129, 9969, 7061, 10917, 7067, 12175, 7004, 7157, 9988, 7247, 9975, 7172, 11740, 7019, 10263, 10616, 7420, 9962, 6982, 13698, 7975, 11970, 9567, 9102, 11135, 7698, 11692, 7088, 12475, 6974, 12299, 7352, 12691, 8421, 13033, 7294, 7153, 8635, 7064, 12083, 7114, 8011, 8805, 7118, 11104, 7000, 12159, 7883, 11396, 8769, 10774, 7671, 10148, 9762, 9834, 11974, 7945, 7018, 9739, 7032, 9528, 7146, 11689, 7201, 11944, 6841, 12155, 7289, 10347, 9244, 7090, 10359, 7216, 10676, 7255, 10983, 7698, 11049, 6945, 11780, 7131, 11499, 9963, 10754, 8401, 9797, 7605, 10395, 6894, 11070, 7727, 10565, 7125, 10957, 7061, 11918, 7237, 11788, 7271, 12932, 7069, 11608, 6900, 11456, 7493, 10484, 8784, 7074, 8041, 7026, 7365, 7235, 7212, 9416, 8569, 7534, 8446, 6967, 11974, 9152, 7957, 11430, 7762, 13551, 8605, 12771, 10125, 12242, 9340, 11228, 10382, 12479, 9157, 11358, 7877, 12128, 7546, 13328, 8260, 13145, 8224, 12511, 8189, 12495, 8057, 13163, 8467, 12079, 8313, 10548, 7685, 7083, 8965, 6868, 11173, 7115, 12294, 6995, 12032, 7457, 10689, 7476, 7061, 8352, 6846, 9558, 6893, 10875, 7139, 10916, 7500, 7057, 9133, 6883, 10727, 7270, 9863, 8881, 7531, 10913, 6961, 6912, 7247, 7287, 7310, 9385, 7534, 9867, 12465, 8312, 9278, 11682, 7990, 13708, 8970, 13651, 10363, 13434, 9809, 12575, 9245, 10361, 8448, 9372, 7902, 9703, 7416, 9924, 7185, 11281, 7053, 11889, 7148, 13189, 7848, 7278, 7984, 7070, 9773, 6982, 12216, 9325, 7363, 11731, 7161, 7185, 9311, 7131, 12521, 7241, 13037, 8537, 13289, 9138, 13216, 9531, 12975, 9491, 13097, 8992, 12428, 7526, 9432, 7100, 7075, 7445, 6971, 7539, 7369, 7161, 7158, 8296, 7222, 6982, 9885, 8644, 7031, 11874, 7381, 10864, 9357, 9718, 11569, 8761, 11439, 8542, 10466, 6892, 11043, 7243, 10865, 7104, 11102, 7222, 11855, 7295, 12046, 7169, 10325, 7779, 10664, 7904, 10135, 8819, 8501, 9428, 6944, 10536, 7267, 9296, 7099, 9672, 7254, 11439, 7305, 11180, 7321, 8854, 9616, 7376, 10296, 7729, 6900, 10072, 8824, 7103, 10678, 7255, 12171, 8539, 12494, 7271, 11818, 7141, 12070, 7350, 12652, 8839, 11557, 7566, 9694, 8472, 11225, 8682, 8837, 10344, 7429, 10664, 7366, 9938, 9445, 9922, 8016, 9672, 7481, 10923, 6997, 7901, 8196, 6981, 10559, 7092, 11768, 7187, 10128, 9375, 10499, 9891, 10257, 11439, 8476, 10640, 7324, 10087, 7799, 11606, 8059, 12516, 7439, 11190, 7297, 9887, 8906, 9810, 9126, 11245, 8631, 8975, 7998, 7617, 8062, 7114, 9135, 7019, 9284, 7043, 9252, 6912, 10738, 6884, 11822, 8038, 10782, 9339, 8750, 10394, 7865, 11389, 8574, 11355, 7042, 11206, 8166, 7173, 12461, 7516, 9635, 9379, 7448, 12831, 7566, 13816, 9890, 13794, 10302, 13824, 11964, 12100, 8367, 6981, 12561, 8362, 6929, 8597, 6996, 7443, 8120, 6937, 12022, 7836, 10213, 9813, 8264, 11140, 8108, 9679, 7185, 9522, 7080, 11556, 7001, 12124, 7640, 8205, 8873, 6997, 8589, 7100, 7014, 10694, 7180, 7135, 8563, 6977, 11673, 8121, 8168, 11028, 7989, 13426, 10996, 14047, 9843, 12975, 10305, 12848, 10280, 8860, 10219, 7189, 10194, 7593, 10601, 6917, 11054, 6830, 11781, 6957, 11840, 7081, 11724, 8073, 7041, 7095, 7087, 8769, 7039, 7896, 8420, 7269, 9397, 7027, 6962, 8284, 7085, 9652, 7413, 7403, 10003, 8198, 12309, 7967, 12232, 8991, 12444, 9694, 12826, 10082, 12328, 7510, 12168, 8379, 11405, 9481, 10297, 9059, 6900, 9670, 6666, 10953, 7228, 11619, 8064, 11225, 7907, 12022, 7090, 12066, 7113, 10329, 7727, 7563, 8534, 6830, 10033, 7260, 11471, 8307, 11796, 7727, 12829, 9210, 7919, 8470, 7292, 11368, 7744, 10278, 8144, 6843, 7601, 7171, 7128, 7914, 8223, 7103, 12219, 11855, 14382, 11418, 13285, 14427, 9961, 13418, 11002, 15164, 11791, 11310, 11127, 7742, 13116, 9179, 13639, 10119, 12203, 9411, 8582, 8935, 7037, 10209, 7017, 10104, 7885, 10713, 7742, 11014, 7388, 9715, 7801, 6960, 8162, 6739, 7243, 9640, 7046, 9626, 7230, 6865, 11345, 7013, 10948, 10274, 8481, 11931, 9495, 11480, 8415, 11458, 7907, 13016, 8871, 13318, 8807, 12547, 8285, 12296, 8263, 12535, 8013, 11538, 6942, 10987, 7046, 9693, 6742, 9853, 6926, 10749, 6807, 10843, 7090, 10000, 7427, 8071, 8112, 6958, 11502, 6963, 7242, 8462, 6965, 11343, 7944, 11863, 9222, 8844, 10640, 7514, 13603, 11721, 9341, 11625, 8126, 9381, 12931, 9582, 9808, 8913, 7770, 7741, 13982, 11670, 8753, 14870, 12177, 10405, 14179, 11441, 13842, 10185, 9101, 10425, 9196, 8765, 7234, 9328, 7071, 7111, 10234, 7061, 12722, 7347, 12079, 7789, 10161, 7360, 7301, 7812, 6991, 8708, 6982, 9764, 7245, 6893, 7598, 7239, 9693, 7159, 8224, 7899, 7391, 9707, 8009, 8974, 7110, 9186, 7274, 9622, 7153, 11954, 8276, 11758, 9587, 7237, 9961, 6889, 11761, 8687, 11251, 9843, 11323, 9482, 8398, 10189, 8461, 10620, 10191, 10932, 8730, 10587, 6966, 11773, 7199, 12108, 7712, 12814, 8983, 9735, 8813, 6838, 8031, 6837, 7124, 9670, 7010, 11212, 8361, 12417, 8700, 7997, 13330, 9477, 8559, 8928, 7582, 12326, 10740, 9511, 11789, 8668, 13088, 9522, 12321, 8942, 10904, 8140, 10878, 7028, 11116, 6757, 7314, 7210, 7107, 11692, 7033, 7185, 7126, 7052, 10678, 6952, 7195, 9450, 7093, 8769, 8263, 7099, 10787, 7301, 11311, 8685, 8151, 10387, 7702, 10298, 8007, 10631, 7737, 12459, 8680, 10557, 8482, 7109, 9363, 6811, 11940, 8065, 8344, 7728, 6847, 10003, 7074, 11792, 8138, 11736, 8742, 8946, 8534, 7059, 11008, 7209, 12627, 9500, 10036, 8918, 7426, 9956, 7162, 12220, 8925, 10959, 9036, 7791, 9410, 7817, 11521, 7745, 11312, 9569, 7271, 9719], 'WindowCenter': [4516.0, 4469.0, 4413.0, 4443.0, 4377.0, 4427.0, 4417.0, 4388.0, 4438.0, 4387.0, 4416.0, 4416.0, 4375.0, 4416.0, 4374.0, 4415.0, 4365.0, 4412.0, 4363.0, 4423.0, 4375.0, 4413.0, 4374.0, 4373.0, 4395.0, 4375.0, 4406.0, 4376.0, 4426.0, 4375.0, 4425.0, 4375.0, 4426.0, 4386.0, 4387.0, 4409.0, 4389.0, 4428.0, 4401.0, 4442.0, 4421.0, 4401.0, 4421.0, 4391.0, 4452.0, 4413.0, 4442.0, 4453.0, 4412.0, 4453.0, 4392.0, 4452.0, 4422.0, 4441.0, 4444.0, 4411.0, 4439.0, 4390.0, 4450.0, 4410.0, 4438.0, 4428.0, 4398.0, 4417.0, 4378.0, 4437.0, 4399.0, 4438.0, 4408.0, 4397.0, 4418.0, 4377.0, 4416.0, 4376.0, 4437.0, 4376.0, 4436.0, 4387.0, 4435.0, 4395.0, 4425.0, 4395.0, 4375.0, 4415.0, 4374.0, 4404.0, 4375.0, 4414.0, 4375.0, 4425.0, 4376.0, 4376.0, 4417.0, 4389.0, 4419.0, 4389.0, 4438.0, 4388.0, 4431.0, 4431.0, 4389.0, 4431.0, 4389.0, 4460.0, 4400.0, 4439.0, 4419.0, 4410.0, 4429.0, 4389.0, 4438.0, 4378.0, 4438.0, 4377.0, 4428.0, 4387.0, 4435.0, 4396.0, 4436.0, 4377.0, 4375.0, 4397.0, 4376.0, 4451.0, 4402.0, 4413.0, 4421.0, 4390.0, 4439.0, 4391.0, 4441.0, 4400.0, 4441.0, 4397.0, 4428.0, 4388.0, 4417.0, 4405.0, 4405.0, 4426.0, 4386.0, 4373.0, 4404.0, 4377.0, 4406.0, 4377.0, 4427.0, 4386.0, 4427.0, 4377.0, 4437.0, 4387.0, 4427.0, 4421.0, 4390.0, 4432.0, 4400.0, 4431.0, 4400.0, 4430.0, 4400.0, 4441.0, 4391.0, 4439.0, 4378.0, 4429.0, 4406.0, 4418.0, 4397.0, 4405.0, 4373.0, 4404.0, 4376.0, 4415.0, 4374.0, 4417.0, 4364.0, 4415.0, 4365.0, 4414.0, 4376.0, 4413.0, 4373.0, 4424.0, 4375.0, 4413.0, 4374.0, 4424.0, 4376.0, 4416.0, 4400.0, 4377.0, 4387.0, 4389.0, 4388.0, 4402.0, 4403.0, 4435.0, 4425.0, 4426.0, 4414.0, 4405.0, 4456.0, 4436.0, 4417.0, 4456.0, 4416.0, 4467.0, 4413.0, 4455.0, 4432.0, 4441.0, 4398.0, 4432.0, 4420.0, 4426.0, 4409.0, 4404.0, 4372.0, 4411.0, 4359.0, 4409.0, 4371.0, 4410.0, 4359.0, 4396.0, 4357.0, 4396.0, 4355.0, 4408.0, 4368.0, 4397.0, 4356.0, 4387.0, 4356.0, 4348.0, 4378.0, 4347.0, 4398.0, 4359.0, 4410.0, 4360.0, 4411.0, 4372.0, 4400.0, 4362.0, 4362.0, 4382.0, 4364.0, 4391.0, 4373.0, 4414.0, 4375.0, 4414.0, 4385.0, 4377.0, 4407.0, 4388.0, 4426.0, 4389.0, 4418.0, 4422.0, 4387.0, 4440.0, 4404.0, 4405.0, 4412.0, 4415.0, 4415.0, 4435.0, 4427.0, 4459.0, 4480.0, 4427.0, 4437.0, 4466.0, 4414.0, 4464.0, 4413.0, 4451.0, 4419.0, 4442.0, 4407.0, 4426.0, 4393.0, 4395.0, 4371.0, 4381.0, 4371.0, 4379.0, 4360.0, 4388.0, 4359.0, 4398.0, 4359.0, 4412.0, 4361.0, 4421.0, 4385.0, 4374.0, 4382.0, 4374.0, 4400.0, 4360.0, 4410.0, 4392.0, 4373.0, 4424.0, 4379.0, 4378.0, 4410.0, 4379.0, 4439.0, 4378.0, 4437.0, 4387.0, 4428.0, 4386.0, 4415.0, 4382.0, 4401.0, 4369.0, 4399.0, 4357.0, 4398.0, 4362.0, 4365.0, 4333.0, 4333.0, 4346.0, 4359.0, 4373.0, 4374.0, 4373.0, 4377.0, 4399.0, 4390.0, 4391.0, 4422.0, 4412.0, 4408.0, 4444.0, 4394.0, 4433.0, 4412.0, 4409.0, 4420.0, 4401.0, 4430.0, 4387.0, 4404.0, 4365.0, 4403.0, 4363.0, 4403.0, 4364.0, 4404.0, 4377.0, 4415.0, 4375.0, 4426.0, 4366.0, 4405.0, 4376.0, 4404.0, 4385.0, 4405.0, 4396.0, 4397.0, 4398.0, 4377.0, 4418.0, 4374.0, 4395.0, 4377.0, 4407.0, 4378.0, 4429.0, 4391.0, 4431.0, 4391.0, 4410.0, 4422.0, 4391.0, 4434.0, 4405.0, 4394.0, 4433.0, 4423.0, 4406.0, 4444.0, 4407.0, 4454.0, 4415.0, 4443.0, 4391.0, 4430.0, 4379.0, 4427.0, 4378.0, 4427.0, 4386.0, 4415.0, 4375.0, 4395.0, 4386.0, 4414.0, 4387.0, 4396.0, 4406.0, 4377.0, 4418.0, 4376.0, 4407.0, 4409.0, 4419.0, 4386.0, 4408.0, 4372.0, 4431.0, 4379.0, 4388.0, 4412.0, 4390.0, 4418.0, 4380.0, 4440.0, 4391.0, 4419.0, 4410.0, 4418.0, 4419.0, 4419.0, 4429.0, 4399.0, 4419.0, 4377.0, 4417.0, 4387.0, 4416.0, 4386.0, 4428.0, 4378.0, 4416.0, 4377.0, 4407.0, 4399.0, 4409.0, 4408.0, 4428.0, 4396.0, 4397.0, 4386.0, 4375.0, 4386.0, 4374.0, 4407.0, 4378.0, 4421.0, 4380.0, 4409.0, 4389.0, 4429.0, 4390.0, 4441.0, 4401.0, 4429.0, 4410.0, 4399.0, 4421.0, 4389.0, 4428.0, 4372.0, 4400.0, 4350.0, 4404.0, 4376.0, 4366.0, 4426.0, 4378.0, 4407.0, 4407.0, 4379.0, 4439.0, 4389.0, 4438.0, 4409.0, 4427.0, 4407.0, 4438.0, 4432.0, 4431.0, 4375.0, 4351.0, 4411.0, 4371.0, 4351.0, 4382.0, 4363.0, 4360.0, 4372.0, 4364.0, 4423.0, 4374.0, 4392.0, 4392.0, 4383.0, 4403.0, 4374.0, 4395.0, 4351.0, 4392.0, 4350.0, 4399.0, 4363.0, 4411.0, 4360.0, 4359.0, 4380.0, 4351.0, 4382.0, 4362.0, 4363.0, 4416.0, 4407.0, 4392.0, 4412.0, 4392.0, 4444.0, 4414.0, 4412.0, 4434.0, 4402.0, 4453.0, 4420.0, 4437.0, 4408.0, 4426.0, 4406.0, 4414.0, 4393.0, 4371.0, 4381.0, 4349.0, 4390.0, 4359.0, 4388.0, 4350.0, 4388.0, 4350.0, 4397.0, 4350.0, 4409.0, 4362.0, 4411.0, 4374.0, 4361.0, 4364.0, 4363.0, 4393.0, 4364.0, 4398.0, 4412.0, 4391.0, 4410.0, 4391.0, 4392.0, 4413.0, 4405.0, 4435.0, 4405.0, 4419.0, 4447.0, 4415.0, 4456.0, 4404.0, 4441.0, 4411.0, 4440.0, 4411.0, 4430.0, 4405.0, 4427.0, 4389.0, 4425.0, 4400.0, 4415.0, 4405.0, 4406.0, 4384.0, 4350.0, 4393.0, 4353.0, 4404.0, 4376.0, 4415.0, 4389.0, 4415.0, 4386.0, 4425.0, 4376.0, 4425.0, 4376.0, 4418.0, 4388.0, 4389.0, 4399.0, 4380.0, 4420.0, 4391.0, 4430.0, 4398.0, 4428.0, 4387.0, 4438.0, 4421.0, 4400.0, 4400.0, 4402.0, 4453.0, 4402.0, 4434.0, 4391.0, 4343.0, 4350.0, 4340.0, 4355.0, 4378.0, 4400.0, 4408.0, 4469.0, 4459.0, 4464.0, 4446.0, 4465.0, 4467.0, 4422.0, 4440.0, 4407.0, 4425.0, 4404.0, 4392.0, 4390.0, 4347.0, 4397.0, 4365.0, 4409.0, 4375.0, 4385.0, 4352.0, 4342.0, 4353.0, 4321.0, 4363.0, 4335.0, 4374.0, 4345.0, 4374.0, 4344.0, 4375.0, 4333.0, 4364.0, 4375.0, 4364.0, 4370.0, 4367.0, 4361.0, 4405.0, 4364.0, 4404.0, 4376.0, 4379.0, 4430.0, 4392.0, 4431.0, 4419.0, 4399.0, 4429.0, 4409.0, 4431.0, 4387.0, 4415.0, 4387.0, 4426.0, 4382.0, 4411.0, 4371.0, 4400.0, 4372.0, 4411.0, 4372.0, 4412.0, 4371.0, 4398.0, 4350.0, 4388.0, 4350.0, 4379.0, 4351.0, 4392.0, 4363.0, 4403.0, 4363.0, 4412.0, 4377.0, 4406.0, 4391.0, 4386.0, 4386.0, 4363.0, 4428.0, 4379.0, 4390.0, 4401.0, 4381.0, 4431.0, 4415.0, 4458.0, 4437.0, 4424.0, 4444.0, 4401.0, 4465.0, 4456.0, 4448.0, 4468.0, 4429.0, 4448.0, 4464.0, 4382.0, 4420.0, 4397.0, 4374.0, 4372.0, 4421.0, 4416.0, 4386.0, 4434.0, 4415.0, 4391.0, 4411.0, 4390.0, 4400.0, 4367.0, 4341.0, 4362.0, 4352.0, 4339.0, 4331.0, 4352.0, 4321.0, 4321.0, 4363.0, 4334.0, 4392.0, 4332.0, 4384.0, 4343.0, 4364.0, 4334.0, 4334.0, 4344.0, 4334.0, 4354.0, 4361.0, 4389.0, 4359.0, 4360.0, 4372.0, 4374.0, 4394.0, 4376.0, 4397.0, 4388.0, 4389.0, 4419.0, 4398.0, 4409.0, 4379.0, 4408.0, 4388.0, 4409.0, 4389.0, 4441.0, 4411.0, 4440.0, 4434.0, 4402.0, 4431.0, 4393.0, 4441.0, 4411.0, 4431.0, 4421.0, 4430.0, 4409.0, 4400.0, 4420.0, 4397.0, 4420.0, 4418.0, 4419.0, 4398.0, 4417.0, 4377.0, 4427.0, 4379.0, 4437.0, 4387.0, 4436.0, 4384.0, 4406.0, 4396.0, 4366.0, 4386.0, 4366.0, 4377.0, 4419.0, 4379.0, 4431.0, 4414.0, 4467.0, 4428.0, 4411.0, 4452.0, 4420.0, 4399.0, 4397.0, 4387.0, 4436.0, 4417.0, 4407.0, 4417.0, 4384.0, 4426.0, 4391.0, 4411.0, 4367.0, 4389.0, 4358.0, 4390.0, 4335.0, 4374.0, 4335.0, 4347.0, 4348.0, 4361.0, 4410.0, 4361.0, 4362.0, 4373.0, 4375.0, 4401.0, 4364.0, 4364.0, 4405.0, 4389.0, 4409.0, 4402.0, 4366.0, 4416.0, 4378.0, 4428.0, 4399.0, 4399.0, 4419.0, 4388.0, 4418.0, 4387.0, 4407.0, 4377.0, 4426.0, 4397.0, 4417.0, 4396.0, 4375.0, 4395.0, 4367.0, 4426.0, 4386.0, 4398.0, 4387.0, 4368.0, 4408.0, 4379.0, 4428.0, 4399.0, 4430.0, 4400.0, 4410.0, 4398.0, 4377.0, 4417.0, 4378.0, 4437.0, 4420.0, 4419.0, 4408.0, 4377.0, 4407.0, 4377.0, 4428.0, 4411.0, 4419.0, 4398.0, 4387.0, 4408.0, 4388.0, 4427.0, 4388.0, 4428.0, 4417.0, 4387.0, 4418.0], 'WindowWidth': [9911.0, 9831.0, 9741.0, 9782.0, 9682.0, 9749.0, 9737.0, 9698.0, 9766.0, 9698.0, 9733.0, 9732.0, 9676.0, 9731.0, 9673.0, 9730.0, 9660.0, 9720.0, 9657.0, 9737.0, 9676.0, 9724.0, 9674.0, 9671.0, 9702.0, 9678.0, 9720.0, 9682.0, 9746.0, 9679.0, 9744.0, 9677.0, 9747.0, 9695.0, 9698.0, 9730.0, 9703.0, 9755.0, 9722.0, 9780.0, 9750.0, 9724.0, 9751.0, 9712.0, 9793.0, 9742.0, 9780.0, 9799.0, 9739.0, 9796.0, 9713.0, 9793.0, 9753.0, 9776.0, 9785.0, 9735.0, 9772.0, 9708.0, 9788.0, 9733.0, 9768.0, 9756.0, 9712.0, 9736.0, 9685.0, 9762.0, 9715.0, 9768.0, 9726.0, 9711.0, 9738.0, 9682.0, 9733.0, 9681.0, 9763.0, 9681.0, 9760.0, 9694.0, 9759.0, 9704.0, 9742.0, 9703.0, 9675.0, 9728.0, 9673.0, 9713.0, 9677.0, 9728.0, 9677.0, 9745.0, 9679.0, 9679.0, 9736.0, 9700.0, 9741.0, 9701.0, 9767.0, 9701.0, 9763.0, 9761.0, 9703.0, 9762.0, 9705.0, 9801.0, 9720.0, 9770.0, 9744.0, 9732.0, 9754.0, 9701.0, 9767.0, 9685.0, 9765.0, 9683.0, 9751.0, 9697.0, 9757.0, 9706.0, 9761.0, 9681.0, 9676.0, 9708.0, 9680.0, 9791.0, 9727.0, 9742.0, 9749.0, 9706.0, 9770.0, 9708.0, 9775.0, 9717.0, 9774.0, 9711.0, 9752.0, 9696.0, 9735.0, 9715.0, 9716.0, 9744.0, 9692.0, 9671.0, 9714.0, 9680.0, 9718.0, 9682.0, 9750.0, 9695.0, 9751.0, 9684.0, 9764.0, 9699.0, 9753.0, 9748.0, 9707.0, 9764.0, 9722.0, 9764.0, 9720.0, 9760.0, 9720.0, 9774.0, 9707.0, 9770.0, 9686.0, 9757.0, 9721.0, 9740.0, 9707.0, 9717.0, 9671.0, 9713.0, 9678.0, 9728.0, 9672.0, 9733.0, 9659.0, 9726.0, 9660.0, 9724.0, 9676.0, 9724.0, 9671.0, 9741.0, 9675.0, 9724.0, 9673.0, 9740.0, 9679.0, 9731.0, 9716.0, 9685.0, 9694.0, 9703.0, 9701.0, 9726.0, 9728.0, 9774.0, 9764.0, 9767.0, 9745.0, 9733.0, 9804.0, 9777.0, 9754.0, 9805.0, 9751.0, 9821.0, 9739.0, 9804.0, 9764.0, 9776.0, 9711.0, 9764.0, 9743.0, 9746.0, 9725.0, 9711.0, 9665.0, 9715.0, 9643.0, 9710.0, 9660.0, 9712.0, 9641.0, 9687.0, 9635.0, 9686.0, 9630.0, 9707.0, 9651.0, 9688.0, 9633.0, 9674.0, 9633.0, 9627.0, 9666.0, 9625.0, 9693.0, 9644.0, 9711.0, 9647.0, 9717.0, 9666.0, 9701.0, 9652.0, 9653.0, 9679.0, 9657.0, 9692.0, 9670.0, 9726.0, 9677.0, 9727.0, 9690.0, 9683.0, 9722.0, 9699.0, 9749.0, 9703.0, 9741.0, 9751.0, 9697.0, 9774.0, 9734.0, 9737.0, 9740.0, 9751.0, 9749.0, 9777.0, 9768.0, 9816.0, 9844.0, 9770.0, 9783.0, 9821.0, 9748.0, 9816.0, 9740.0, 9795.0, 9741.0, 9779.0, 9719.0, 9747.0, 9694.0, 9697.0, 9662.0, 9674.0, 9660.0, 9669.0, 9644.0, 9681.0, 9643.0, 9694.0, 9644.0, 9718.0, 9653.0, 9731.0, 9686.0, 9672.0, 9683.0, 9677.0, 9703.0, 9648.0, 9713.0, 9695.0, 9670.0, 9741.0, 9687.0, 9686.0, 9730.0, 9686.0, 9766.0, 9683.0, 9760.0, 9691.0, 9747.0, 9685.0, 9724.0, 9674.0, 9696.0, 9647.0, 9688.0, 9629.0, 9689.0, 9646.0, 9640.0, 9595.0, 9595.0, 9618.0, 9643.0, 9669.0, 9672.0, 9672.0, 9685.0, 9716.0, 9704.0, 9711.0, 9749.0, 9739.0, 9742.0, 9779.0, 9712.0, 9763.0, 9733.0, 9722.0, 9739.0, 9718.0, 9756.0, 9690.0, 9708.0, 9659.0, 9706.0, 9653.0, 9705.0, 9652.0, 9708.0, 9678.0, 9726.0, 9672.0, 9742.0, 9661.0, 9713.0, 9675.0, 9711.0, 9687.0, 9713.0, 9703.0, 9704.0, 9706.0, 9679.0, 9733.0, 9673.0, 9701.0, 9680.0, 9718.0, 9681.0, 9751.0, 9702.0, 9759.0, 9705.0, 9732.0, 9748.0, 9709.0, 9771.0, 9731.0, 9716.0, 9766.0, 9753.0, 9735.0, 9783.0, 9740.0, 9797.0, 9742.0, 9778.0, 9705.0, 9754.0, 9683.0, 9745.0, 9682.0, 9744.0, 9687.0, 9728.0, 9675.0, 9698.0, 9689.0, 9725.0, 9691.0, 9703.0, 9718.0, 9680.0, 9737.0, 9676.0, 9718.0, 9724.0, 9739.0, 9691.0, 9725.0, 9666.0, 9761.0, 9685.0, 9694.0, 9734.0, 9703.0, 9736.0, 9688.0, 9769.0, 9706.0, 9740.0, 9729.0, 9736.0, 9740.0, 9740.0, 9753.0, 9711.0, 9738.0, 9680.0, 9733.0, 9692.0, 9729.0, 9688.0, 9748.0, 9682.0, 9730.0, 9679.0, 9718.0, 9710.0, 9723.0, 9723.0, 9751.0, 9705.0, 9705.0, 9690.0, 9675.0, 9691.0, 9675.0, 9720.0, 9684.0, 9746.0, 9689.0, 9728.0, 9701.0, 9755.0, 9706.0, 9773.0, 9720.0, 9755.0, 9730.0, 9713.0, 9745.0, 9698.0, 9751.0, 9661.0, 9696.0, 9632.0, 9709.0, 9672.0, 9662.0, 9744.0, 9682.0, 9720.0, 9721.0, 9684.0, 9766.0, 9698.0, 9765.0, 9722.0, 9748.0, 9718.0, 9764.0, 9763.0, 9755.0, 9669.0, 9630.0, 9714.0, 9659.0, 9634.0, 9675.0, 9654.0, 9646.0, 9661.0, 9657.0, 9735.0, 9669.0, 9691.0, 9689.0, 9679.0, 9706.0, 9665.0, 9695.0, 9632.0, 9690.0, 9629.0, 9694.0, 9654.0, 9715.0, 9644.0, 9639.0, 9673.0, 9635.0, 9677.0, 9652.0, 9655.0, 9731.0, 9739.0, 9710.0, 9735.0, 9711.0, 9782.0, 9742.0, 9738.0, 9769.0, 9723.0, 9790.0, 9741.0, 9760.0, 9721.0, 9742.0, 9714.0, 9721.0, 9691.0, 9658.0, 9671.0, 9626.0, 9681.0, 9640.0, 9677.0, 9627.0, 9676.0, 9629.0, 9688.0, 9631.0, 9709.0, 9652.0, 9714.0, 9670.0, 9650.0, 9659.0, 9657.0, 9697.0, 9660.0, 9711.0, 9737.0, 9705.0, 9730.0, 9706.0, 9709.0, 9741.0, 9735.0, 9773.0, 9734.0, 9759.0, 9792.0, 9747.0, 9801.0, 9726.0, 9773.0, 9730.0, 9772.0, 9732.0, 9756.0, 9714.0, 9750.0, 9700.0, 9742.0, 9715.0, 9729.0, 9715.0, 9717.0, 9681.0, 9632.0, 9691.0, 9639.0, 9712.0, 9676.0, 9728.0, 9698.0, 9731.0, 9692.0, 9741.0, 9677.0, 9743.0, 9679.0, 9738.0, 9698.0, 9700.0, 9715.0, 9690.0, 9744.0, 9706.0, 9757.0, 9712.0, 9752.0, 9696.0, 9767.0, 9747.0, 9719.0, 9716.0, 9724.0, 9796.0, 9725.0, 9770.0, 9704.0, 9619.0, 9622.0, 9611.0, 9639.0, 9680.0, 9712.0, 9738.0, 9828.0, 9813.0, 9811.0, 9791.0, 9814.0, 9819.0, 9751.0, 9773.0, 9719.0, 9742.0, 9712.0, 9688.0, 9682.0, 9621.0, 9689.0, 9643.0, 9707.0, 9655.0, 9666.0, 9618.0, 9605.0, 9620.0, 9578.0, 9636.0, 9603.0, 9653.0, 9613.0, 9651.0, 9613.0, 9652.0, 9598.0, 9641.0, 9674.0, 9659.0, 9661.0, 9667.0, 9647.0, 9715.0, 9659.0, 9713.0, 9678.0, 9689.0, 9757.0, 9710.0, 9760.0, 9741.0, 9712.0, 9752.0, 9725.0, 9761.0, 9692.0, 9730.0, 9693.0, 9746.0, 9676.0, 9715.0, 9658.0, 9697.0, 9662.0, 9713.0, 9664.0, 9715.0, 9660.0, 9695.0, 9632.0, 9679.0, 9631.0, 9668.0, 9637.0, 9688.0, 9655.0, 9709.0, 9656.0, 9721.0, 9679.0, 9719.0, 9708.0, 9693.0, 9693.0, 9654.0, 9752.0, 9687.0, 9704.0, 9720.0, 9692.0, 9761.0, 9746.0, 9809.0, 9780.0, 9760.0, 9787.0, 9727.0, 9821.0, 9808.0, 9802.0, 9830.0, 9780.0, 9802.0, 9820.0, 9678.0, 9745.0, 9706.0, 9669.0, 9665.0, 9731.0, 9732.0, 9689.0, 9754.0, 9726.0, 9687.0, 9717.0, 9684.0, 9695.0, 9642.0, 9601.0, 9632.0, 9616.0, 9596.0, 9589.0, 9619.0, 9577.0, 9576.0, 9634.0, 9596.0, 9673.0, 9595.0, 9666.0, 9608.0, 9637.0, 9597.0, 9599.0, 9612.0, 9600.0, 9627.0, 9648.0, 9686.0, 9643.0, 9648.0, 9666.0, 9672.0, 9698.0, 9679.0, 9708.0, 9699.0, 9701.0, 9741.0, 9712.0, 9728.0, 9687.0, 9727.0, 9697.0, 9727.0, 9703.0, 9773.0, 9735.0, 9772.0, 9771.0, 9726.0, 9762.0, 9714.0, 9776.0, 9734.0, 9759.0, 9749.0, 9757.0, 9729.0, 9717.0, 9742.0, 9710.0, 9741.0, 9736.0, 9739.0, 9708.0, 9735.0, 9679.0, 9747.0, 9686.0, 9766.0, 9697.0, 9759.0, 9685.0, 9719.0, 9705.0, 9664.0, 9691.0, 9666.0, 9683.0, 9742.0, 9689.0, 9763.0, 9745.0, 9822.0, 9770.0, 9737.0, 9795.0, 9745.0, 9713.0, 9708.0, 9695.0, 9762.0, 9737.0, 9720.0, 9736.0, 9683.0, 9743.0, 9689.0, 9715.0, 9650.0, 9684.0, 9638.0, 9684.0, 9601.0, 9652.0, 9604.0, 9623.0, 9626.0, 9651.0, 9714.0, 9651.0, 9653.0, 9675.0, 9679.0, 9704.0, 9659.0, 9660.0, 9716.0, 9704.0, 9731.0, 9724.0, 9666.0, 9731.0, 9683.0, 9753.0, 9714.0, 9715.0, 9743.0, 9699.0, 9738.0, 9693.0, 9719.0, 9680.0, 9745.0, 9708.0, 9735.0, 9705.0, 9676.0, 9703.0, 9669.0, 9748.0, 9694.0, 9712.0, 9696.0, 9671.0, 9725.0, 9687.0, 9752.0, 9716.0, 9758.0, 9716.0, 9730.0, 9712.0, 9682.0, 9735.0, 9685.0, 9764.0, 9745.0, 9741.0, 9724.0, 9681.0, 9722.0, 9682.0, 9753.0, 9731.0, 9740.0, 9712.0, 9695.0, 9724.0, 9696.0, 9749.0, 9698.0, 9754.0, 9738.0, 9698.0, 9740.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.0012432092004381163</td></tr>
<tr><td colspan=3>aqi</td><td>0.0426832069003286</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.572608378969306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1304385081030701</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9604098956250008</td></tr>
<tr><td colspan=3>efc</td><td>0.4835</td></tr>
<tr><td colspan=3>fber</td><td>7131.605</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13589852457820464</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>138</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.115005476451259</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.691736462913724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.511928303747326</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.037470018490162</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5258110665036826</td></tr>
<tr><td colspan=3>gcor</td><td>0.0196912</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0021816205698996782</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04147174581885338</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.78755403556741</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>17.1024</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3453</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.277</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296921.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>921.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.9272</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9769</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.7655</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3546.7755</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4663.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.3358</td></tr>
<tr><td colspan=3>tsnr</td><td>30.077244548592716</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>