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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-02_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-02_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-0128/ses-02/func/sub-0128_ses-02_task-faces_acq-mb8_run-02_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>f892c3653296fa7449a7caa8301ef40a</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>17:49:57.135000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998797, -0.0346636, 0.03469, 0.0289457, 0.987716, 0.153557]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.085102</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7817, -7219, 422, -199, 78, 194, 109]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.671</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1e700561-b844-41d7-b539-de88ca8eefcf||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796987056732178, 0.07765930891036987, 0.10688399523496628, 104.65399932861328], [0.0929999053478241, 2.6499693393707275, 0.41139256954193115, -125.14073181152344], [0.09307068586349487, -0.41198089718818665, 2.666332960128784, -54.12971496582031], [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': ['174957.135000', '174957.595000', '174958.055000', '174958.515000', '174958.975000', '174959.435000', '174959.895000', '175000.355000', '175000.815000', '175001.275000', '175001.735000', '175002.195000', '175002.655000', '175003.115000', '175003.575000', '175004.035000', '175004.495000', '175004.955000', '175005.415000', '175005.875000', '175006.335000', '175006.795000', '175007.255000', '175007.715000', '175008.175000', '175008.635000', '175009.095000', '175009.555000', '175010.015000', '175010.475000', '175010.935000', '175011.395000', '175011.855000', '175012.315000', '175012.775000', '175013.235000', '175013.695000', '175014.155000', '175014.615000', '175015.075000', '175015.535000', '175015.995000', '175016.455000', '175016.915000', '175017.375000', '175017.835000', '175018.295000', '175018.755000', '175019.215000', '175019.675000', '175020.135000', '175020.595000', '175021.055000', '175021.515000', '175021.975000', '175022.435000', '175022.895000', '175023.355000', '175023.815000', '175024.275000', '175024.735000', '175025.195000', '175025.655000', '175026.115000', '175026.575000', '175027.035000', '175027.495000', '175027.955000', '175028.415000', '175028.875000', '175029.335000', '175029.795000', '175030.255000', '175030.715000', '175031.175000', '175031.635000', '175032.095000', '175032.555000', '175033.015000', '175033.475000', '175033.935000', '175034.395000', '175034.855000', '175035.315000', '175035.775000', '175036.235000', '175036.695000', '175037.155000', '175037.615000', '175038.075000', '175038.535000', '175038.995000', '175039.455000', '175039.915000', '175040.375000', '175040.835000', '175041.295000', '175041.755000', '175042.215000', '175042.675000', '175043.135000', '175043.595000', '175044.055000', '175044.515000', '175044.975000', '175045.435000', '175045.895000', '175046.355000', '175046.815000', '175047.275000', '175047.735000', '175048.195000', '175048.655000', '175049.115000', '175049.575000', '175050.035000', '175050.495000', '175050.955000', '175051.415000', '175051.875000', '175052.335000', '175052.795000', '175053.255000', '175053.715000', '175054.175000', '175054.635000', '175055.095000', '175055.555000', '175056.015000', '175056.475000', '175056.935000', '175057.395000', '175057.855000', '175058.315000', '175058.775000', '175059.235000', '175059.695000', '175100.155000', '175100.615000', '175101.075000', '175101.535000', '175101.995000', '175102.455000', '175102.915000', '175103.375000', '175103.835000', '175104.295000', '175104.755000', '175105.215000', '175105.675000', '175106.135000', '175106.595000', '175107.055000', '175107.515000', '175107.975000', '175108.435000', '175108.895000', '175109.355000', '175109.815000', '175110.275000', '175110.735000', '175111.195000', '175111.655000', '175112.115000', '175112.575000', '175113.035000', '175113.495000', '175113.955000', '175114.415000', '175114.875000', '175115.335000', '175115.795000', '175116.255000', '175116.715000', '175117.175000', '175117.635000', '175118.095000', '175118.555000', '175119.015000', '175119.475000', '175119.935000', '175120.395000', '175120.855000', '175121.315000', '175121.775000', '175122.235000', '175122.695000', '175123.155000', '175123.615000', '175124.075000', '175124.535000', '175124.995000', '175125.455000', '175125.915000', '175126.375000', '175126.835000', '175127.295000', '175127.755000', '175128.215000', '175128.675000', '175129.135000', '175129.595000', '175130.055000', '175130.515000', '175130.975000', '175131.435000', '175131.895000', '175132.355000', '175132.815000', '175133.275000', '175133.735000', '175134.195000', '175134.655000', '175135.115000', '175135.575000', '175136.035000', '175136.495000', '175136.955000', '175137.415000', '175137.875000', '175138.335000', '175138.795000', '175139.255000', '175139.715000', '175140.175000', '175140.635000', '175141.095000', '175141.555000', '175142.015000', '175142.475000', '175142.935000', '175143.395000', '175143.855000', '175144.315000', '175144.775000', '175145.235000', '175145.695000', '175146.155000', '175146.615000', '175147.075000', '175147.535000', '175147.995000', '175148.455000', '175148.915000', '175149.375000', '175149.835000', '175150.295000', '175150.755000', '175151.215000', '175151.675000', '175152.135000', '175152.595000', '175153.055000', '175153.515000', '175153.975000', '175154.435000', '175154.895000', '175155.355000', '175155.815000', '175156.275000', '175156.735000', '175157.195000', '175157.655000', '175158.115000', '175158.575000', '175159.035000', '175159.495000', '175159.955000', '175200.415000', '175200.875000', '175201.335000', '175201.795000', '175202.255000', '175202.715000', '175203.175000', '175203.635000', '175204.095000', '175204.555000', '175205.015000', '175205.475000', '175205.935000', '175206.395000', '175206.855000', '175207.315000', '175207.775000', '175208.235000', '175208.695000', '175209.155000', '175209.615000', '175210.075000', '175210.535000', '175210.995000', '175211.455000', '175211.915000', '175212.375000', '175212.835000', '175213.295000', '175213.755000', '175214.215000', '175214.675000', '175215.135000', '175215.595000', '175216.055000', '175216.515000', '175216.975000', '175217.435000', '175217.895000', '175218.355000', '175218.815000', '175219.275000', '175219.735000', '175220.195000', '175220.655000', '175221.115000', '175221.575000', '175222.035000', '175222.495000', '175222.955000', '175223.415000', '175223.875000', '175224.335000', '175224.795000', '175225.255000', '175225.715000', '175226.175000', '175226.635000', '175227.095000', '175227.555000', '175228.015000', '175228.475000', '175228.935000', '175229.395000', '175229.855000', '175230.315000', '175230.775000', '175231.235000', '175231.695000', '175232.155000', '175232.615000', '175233.075000', '175233.535000', '175233.995000', '175234.455000', '175234.915000', '175235.375000', '175235.835000', '175236.295000', '175236.755000', '175237.215000', '175237.675000', '175238.135000', '175238.595000', '175239.055000', '175239.515000', '175239.975000', '175240.435000', '175240.895000', '175241.355000', '175241.815000', '175242.275000', '175242.735000', '175243.195000', '175243.655000', '175244.115000', '175244.575000', '175245.035000', '175245.495000', '175245.955000', '175246.415000', '175246.875000', '175247.335000', '175247.795000', '175248.255000', '175248.715000', '175249.175000', '175249.635000', '175250.095000', '175250.555000', '175251.015000', '175251.475000', '175251.935000', '175252.395000', '175252.855000', '175253.315000', '175253.775000', '175254.235000', '175254.695000', '175255.155000', '175255.615000', '175256.075000', '175256.535000', '175256.995000', '175257.455000', '175257.915000', '175258.375000', '175258.835000', '175259.295000', '175259.755000', '175300.215000', '175300.675000', '175301.135000', '175301.595000', '175302.055000', '175302.515000', '175302.975000', '175303.435000', '175303.895000', '175304.355000', '175304.815000', '175305.275000', '175305.735000', '175306.195000', '175306.655000', '175307.115000', '175307.575000', '175308.035000', '175308.495000', '175308.955000', '175309.415000', '175309.875000', '175310.335000', '175310.795000', '175311.255000', '175311.715000', '175312.175000', '175312.635000', '175313.095000', '175313.555000', '175314.015000', '175314.475000', '175314.935000', '175315.395000', '175315.855000', '175316.315000', '175316.775000', '175317.235000', '175317.695000', '175318.155000', '175318.615000', '175319.075000', '175319.535000', '175319.995000', '175320.455000', '175320.915000', '175321.375000', '175321.835000', '175322.295000', '175322.755000', '175323.215000', '175323.675000', '175324.135000', '175324.595000', '175325.055000', '175325.515000', '175325.975000', '175326.435000', '175326.895000', '175327.355000', '175327.815000', '175328.275000', '175328.735000', '175329.195000', '175329.655000', '175330.115000', '175330.575000', '175331.035000', '175331.495000', '175331.955000', '175332.415000', '175332.875000', '175333.335000', '175333.795000', '175334.255000', '175334.715000', '175335.175000', '175335.635000', '175336.095000', '175336.555000', '175337.015000', '175337.475000', '175337.935000', '175338.395000', '175338.855000', '175339.315000', '175339.775000', '175340.235000', '175340.695000', '175341.155000', '175341.615000', '175342.075000', '175342.535000', '175342.995000', '175343.455000', '175343.915000', '175344.375000', '175344.835000', '175345.295000', '175345.755000', '175346.215000', '175346.675000', '175347.135000', '175347.595000', '175348.055000', '175348.515000', '175348.975000', '175349.435000', '175349.895000', '175350.355000', '175350.815000', '175351.275000', '175351.735000', '175352.195000', '175352.655000', '175353.115000', '175353.575000', '175354.035000', '175354.495000', '175354.955000', '175355.415000', '175355.875000', '175356.335000', '175356.795000', '175357.255000', '175357.715000', '175358.175000', '175358.635000', '175359.095000', '175359.555000', '175400.015000', '175400.475000', '175400.935000', '175401.395000', '175401.855000', '175402.315000', '175402.775000', '175403.235000', '175403.695000', '175404.155000', '175404.615000', '175405.075000', '175405.535000', '175405.995000', '175406.455000', '175406.915000', '175407.375000', '175407.835000', '175408.295000', '175408.755000', '175409.215000', '175409.675000', '175410.135000', '175410.595000', '175411.055000', '175411.515000', '175411.975000', '175412.435000', '175412.895000', '175413.355000', '175413.815000', '175414.275000', '175414.735000', '175415.195000', '175415.655000', '175416.115000', '175416.575000', '175417.035000', '175417.495000', '175417.955000', '175418.415000', '175418.875000', '175419.335000', '175419.795000', '175420.255000', '175420.715000', '175421.175000', '175421.635000', '175422.095000', '175422.555000', '175423.015000', '175423.475000', '175423.935000', '175424.395000', '175424.855000', '175425.315000', '175425.775000', '175426.235000', '175426.695000', '175427.155000', '175427.615000', '175428.075000', '175428.535000', '175428.995000', '175429.455000', '175429.915000', '175430.375000', '175430.835000', '175431.295000', '175431.755000', '175432.215000', '175432.675000', '175433.135000', '175433.595000', '175434.055000', '175434.515000', '175434.975000', '175435.435000', '175435.895000', '175436.355000', '175436.815000', '175437.275000', '175437.735000', '175438.195000', '175438.655000', '175439.115000', '175439.575000', '175440.035000', '175440.495000', '175440.955000', '175441.415000', '175441.875000', '175442.335000', '175442.795000', '175443.255000', '175443.715000', '175444.175000', '175444.635000', '175445.095000', '175445.555000', '175446.015000', '175446.475000', '175446.935000', '175447.395000', '175447.855000', '175448.315000', '175448.775000', '175449.235000', '175449.695000', '175450.155000', '175450.615000', '175451.075000', '175451.535000', '175451.995000', '175452.455000', '175452.915000', '175453.375000', '175453.835000', '175454.295000', '175454.755000', '175455.215000', '175455.675000', '175456.135000', '175456.595000', '175457.055000', '175457.515000', '175457.975000', '175458.435000', '175458.895000', '175459.355000', '175459.815000', '175500.275000', '175500.735000', '175501.195000', '175501.655000', '175502.115000', '175502.575000', '175503.035000', '175503.495000', '175503.955000', '175504.415000', '175504.875000', '175505.335000', '175505.795000', '175506.255000', '175506.715000', '175507.175000', '175507.635000', '175508.095000', '175508.555000', '175509.015000', '175509.475000', '175509.935000', '175510.395000', '175510.855000', '175511.315000', '175511.775000', '175512.235000', '175512.695000', '175513.155000', '175513.615000', '175514.075000', '175514.535000', '175514.995000', '175515.455000', '175515.915000', '175516.375000', '175516.835000', '175517.295000', '175517.755000', '175518.215000', '175518.675000', '175519.135000', '175519.595000', '175520.055000', '175520.515000', '175520.975000', '175521.435000', '175521.895000', '175522.355000', '175522.815000', '175523.275000', '175523.735000', '175524.195000', '175524.655000', '175525.115000', '175525.575000', '175526.035000', '175526.495000', '175526.955000', '175527.415000', '175527.875000', '175528.335000', '175528.795000', '175529.255000', '175529.715000', '175530.175000', '175530.635000', '175531.095000', '175531.555000', '175532.015000', '175532.475000', '175532.935000', '175533.395000', '175533.855000', '175534.315000', '175534.775000', '175535.235000', '175535.695000', '175536.155000', '175536.615000', '175537.075000', '175537.535000', '175537.995000', '175538.455000', '175538.915000', '175539.375000', '175539.835000', '175540.295000', '175540.755000', '175541.215000', '175541.675000', '175542.135000', '175542.595000', '175543.055000', '175543.515000', '175543.975000', '175544.435000', '175544.895000', '175545.355000', '175545.815000', '175546.275000', '175546.735000', '175547.195000', '175547.655000', '175548.115000', '175548.575000', '175549.035000', '175549.495000', '175549.955000', '175550.415000', '175550.875000', '175551.335000', '175551.795000', '175552.255000', '175552.715000', '175553.175000', '175553.635000', '175554.095000', '175554.555000', '175555.015000', '175555.475000', '175555.935000', '175556.395000', '175556.855000', '175557.315000', '175557.775000', '175558.235000', '175558.695000', '175559.155000', '175559.615000', '175600.075000', '175600.535000', '175600.995000', '175601.455000', '175601.915000', '175602.375000', '175602.835000', '175603.295000', '175603.755000', '175604.215000', '175604.675000', '175605.135000', '175605.595000', '175606.055000', '175606.515000', '175606.975000', '175607.435000', '175607.895000', '175608.355000', '175608.815000', '175609.275000', '175609.735000', '175610.195000', '175610.655000', '175611.115000', '175611.575000', '175612.035000', '175612.495000', '175612.955000', '175613.415000', '175613.875000', '175614.335000', '175614.795000', '175615.255000', '175615.715000', '175616.175000', '175616.635000', '175617.095000', '175617.555000', '175618.015000', '175618.475000', '175618.935000', '175619.395000', '175619.855000', '175620.315000', '175620.775000', '175621.235000', '175621.695000', '175622.155000', '175622.615000', '175623.075000', '175623.535000', '175623.995000', '175624.455000', '175624.915000', '175625.375000', '175625.835000', '175626.295000', '175626.755000', '175627.215000', '175627.675000', '175628.135000', '175628.595000', '175629.055000', '175629.515000', '175629.975000', '175630.435000', '175630.895000', '175631.355000', '175631.815000', '175632.275000', '175632.735000', '175633.195000', '175633.655000', '175634.115000', '175634.575000', '175635.035000', '175635.495000', '175635.955000', '175636.415000', '175636.875000', '175637.335000', '175637.795000', '175638.255000', '175638.715000', '175639.175000', '175639.635000', '175640.095000', '175640.555000', '175641.015000', '175641.475000', '175641.935000', '175642.395000', '175642.855000', '175643.315000', '175643.775000', '175644.235000', '175644.695000', '175645.155000', '175645.615000', '175646.075000', '175646.535000', '175646.995000', '175647.455000', '175647.915000', '175648.375000', '175648.835000', '175649.295000', '175649.755000', '175650.215000', '175650.675000', '175651.135000', '175651.595000', '175652.055000', '175652.515000', '175652.975000', '175653.435000', '175653.895000', '175654.355000', '175654.815000', '175655.275000', '175655.735000', '175656.195000', '175656.655000', '175657.115000'], 'ContentTime': ['175025.794000', '175025.797000', '175025.800000', '175025.803000', '175025.805000', '175025.808000', '175025.811000', '175025.813000', '175025.816000', '175025.818000', '175025.821000', '175025.824000', '175025.826000', '175025.829000', '175025.831000', '175025.834000', '175025.836000', '175025.839000', '175025.841000', '175025.844000', '175025.847000', '175025.851000', '175025.853000', '175025.856000', '175025.858000', '175025.861000', '175025.864000', '175025.886000', '175025.889000', '175025.891000', '175025.894000', '175025.896000', '175025.899000', '175025.902000', '175025.904000', '175025.907000', '175025.909000', '175025.912000', '175025.915000', '175025.917000', '175025.920000', '175025.922000', '175025.925000', '175025.927000', '175025.930000', '175025.933000', '175025.935000', '175025.938000', '175025.940000', '175025.943000', '175025.953000', '175025.956000', '175025.959000', '175025.961000', '175025.964000', '175025.966000', '175025.969000', '175025.972000', '175025.974000', '175025.977000', '175045.743000', '175045.746000', '175045.749000', '175045.751000', '175045.754000', '175045.757000', '175045.759000', '175045.762000', '175045.764000', '175045.767000', '175045.769000', '175045.772000', '175045.775000', '175045.777000', '175045.780000', '175045.782000', '175045.785000', '175045.788000', '175045.790000', '175045.793000', '175045.795000', '175045.798000', '175045.800000', '175045.803000', '175045.806000', '175045.808000', '175045.811000', '175045.813000', '175045.816000', '175045.818000', '175045.821000', '175045.823000', '175045.826000', '175045.829000', '175045.831000', '175045.834000', '175045.836000', '175045.839000', '175045.841000', '175045.844000', '175045.847000', '175045.849000', '175045.852000', '175045.854000', '175105.743000', '175105.746000', '175105.749000', '175105.751000', '175105.754000', '175105.756000', '175105.759000', '175105.762000', '175105.764000', '175105.767000', '175105.773000', '175105.775000', '175105.778000', '175105.780000', '175105.783000', '175105.786000', '175105.788000', '175105.791000', '175105.793000', '175105.796000', '175105.798000', '175105.801000', '175105.804000', '175105.806000', '175105.809000', '175105.811000', '175105.814000', '175105.816000', '175105.819000', '175105.821000', '175105.824000', '175105.826000', '175105.829000', '175105.832000', '175105.834000', '175105.837000', '175105.839000', '175105.842000', '175105.844000', '175105.847000', '175105.850000', '175105.852000', '175105.855000', '175125.743000', '175125.746000', '175125.749000', '175125.752000', '175125.754000', '175125.757000', '175125.759000', '175125.762000', '175125.764000', '175125.767000', '175125.770000', '175125.772000', '175125.775000', '175125.777000', '175125.780000', '175125.783000', '175125.785000', '175125.788000', '175125.790000', '175125.793000', '175125.796000', '175125.798000', '175125.801000', '175125.803000', '175125.806000', '175125.808000', '175125.811000', '175125.814000', '175125.816000', '175125.819000', '175125.821000', '175125.831000', '175125.833000', '175125.836000', '175125.838000', '175125.841000', '175125.844000', '175125.846000', '175125.849000', '175125.851000', '175125.854000', '175125.856000', '175125.859000', '175125.862000', '175145.743000', '175145.745000', '175145.748000', '175145.751000', '175145.753000', '175145.756000', '175145.758000', '175145.761000', '175145.764000', '175145.766000', '175145.769000', '175145.771000', '175145.774000', '175145.777000', '175145.779000', '175145.782000', '175145.784000', '175145.787000', '175145.790000', '175145.792000', '175145.795000', '175145.798000', '175145.824000', '175145.827000', '175145.829000', '175145.832000', '175145.835000', '175145.837000', '175145.840000', '175145.842000', '175145.845000', '175145.848000', '175145.850000', '175145.853000', '175145.855000', '175145.885000', '175145.888000', '175145.890000', '175145.893000', '175145.896000', '175145.898000', '175145.901000', '175145.903000', '175205.742000', '175205.745000', '175205.748000', '175205.750000', '175205.753000', '175205.756000', '175205.758000', '175205.761000', '175205.763000', '175205.766000', '175205.769000', '175205.771000', '175205.774000', '175205.777000', '175205.779000', '175205.782000', '175205.784000', '175205.787000', '175205.790000', '175205.793000', '175205.795000', '175205.798000', '175205.831000', '175205.834000', '175205.836000', '175205.839000', '175205.841000', '175205.844000', '175205.846000', '175205.849000', '175205.852000', '175205.854000', '175205.857000', '175205.859000', '175205.862000', '175205.865000', '175205.867000', '175205.870000', '175205.873000', '175205.875000', '175205.878000', '175205.880000', '175205.883000', '175205.885000', '175225.743000', '175225.746000', '175225.749000', '175225.751000', '175225.754000', '175225.757000', '175225.759000', '175225.762000', '175225.764000', '175225.767000', '175225.769000', '175225.772000', '175225.775000', '175225.777000', '175225.780000', '175225.782000', '175225.785000', '175225.788000', '175225.790000', '175225.793000', '175225.795000', '175225.798000', '175225.827000', '175225.830000', '175225.833000', '175225.835000', '175225.838000', '175225.840000', '175225.843000', '175225.845000', '175225.848000', '175225.850000', '175225.853000', '175225.856000', '175225.858000', '175225.861000', '175225.863000', '175225.866000', '175225.869000', '175225.871000', '175225.874000', '175225.876000', '175225.879000', '175245.743000', '175245.746000', '175245.749000', '175245.751000', '175245.754000', '175245.757000', '175245.759000', '175245.762000', '175245.764000', '175245.767000', '175245.770000', '175245.772000', '175245.775000', '175245.777000', '175245.780000', '175245.782000', '175245.785000', '175245.788000', '175245.790000', '175245.793000', '175245.795000', '175245.798000', '175245.801000', '175245.803000', '175245.806000', '175245.808000', '175245.811000', '175245.814000', '175245.816000', '175245.819000', '175245.831000', '175245.833000', '175245.836000', '175245.839000', '175245.841000', '175245.844000', '175245.846000', '175245.849000', '175245.852000', '175245.854000', '175245.857000', '175245.859000', '175245.862000', '175245.864000', '175305.744000', '175305.746000', '175305.749000', '175305.752000', '175305.754000', '175305.757000', '175305.759000', '175305.762000', '175305.764000', '175305.767000', '175305.770000', '175305.772000', '175305.775000', '175305.777000', '175305.780000', '175305.782000', '175305.785000', '175305.788000', '175305.790000', '175305.793000', '175305.795000', '175305.798000', '175305.827000', '175305.829000', '175305.832000', '175305.834000', '175305.837000', '175305.839000', '175305.842000', '175305.845000', '175305.858000', '175305.861000', '175305.863000', '175305.866000', '175305.868000', '175305.871000', '175305.873000', '175305.876000', '175305.879000', '175305.881000', '175305.884000', '175305.887000', '175305.889000', '175325.743000', '175325.746000', '175325.749000', '175325.752000', '175325.754000', '175325.757000', '175325.759000', '175325.762000', '175325.764000', '175325.767000', '175325.770000', '175325.774000', '175325.776000', '175325.779000', '175325.782000', '175325.784000', '175325.787000', '175325.790000', '175325.792000', '175325.795000', '175325.797000', '175325.840000', '175325.842000', '175325.845000', '175325.848000', '175325.850000', '175325.853000', '175325.855000', '175325.858000', '175325.860000', '175325.863000', '175325.874000', '175325.877000', '175325.879000', '175325.882000', '175325.884000', '175325.887000', '175325.890000', '175325.892000', '175325.895000', '175325.897000', '175325.900000', '175325.903000', '175325.905000', '175345.743000', '175345.746000', '175345.749000', '175345.752000', '175345.754000', '175345.757000', '175345.759000', '175345.762000', '175345.765000', '175345.767000', '175345.770000', '175345.772000', '175345.775000', '175345.778000', '175345.780000', '175345.783000', '175345.785000', '175345.788000', '175345.791000', '175345.793000', '175345.796000', '175345.798000', '175345.825000', '175345.828000', '175345.830000', '175345.833000', '175345.836000', '175345.838000', '175345.841000', '175345.843000', '175345.846000', '175345.849000', '175345.851000', '175345.854000', '175345.856000', '175345.859000', '175345.861000', '175345.864000', '175345.867000', '175345.869000', '175345.872000', '175345.874000', '175345.877000', '175405.742000', '175405.746000', '175405.748000', '175405.751000', '175405.754000', '175405.756000', '175405.759000', '175405.762000', '175405.764000', '175405.767000', '175405.770000', '175405.772000', '175405.775000', '175405.777000', '175405.780000', '175405.783000', '175405.785000', '175405.788000', '175405.791000', '175405.793000', '175405.796000', '175405.798000', '175405.822000', '175405.825000', '175405.848000', '175405.850000', '175405.853000', '175405.855000', '175405.858000', '175405.861000', '175405.863000', '175405.866000', '175405.868000', '175405.871000', '175405.874000', '175405.876000', '175405.879000', '175405.881000', '175405.884000', '175405.887000', '175405.889000', '175405.892000', '175405.894000', '175425.743000', '175425.745000', '175425.748000', '175425.751000', '175425.753000', '175425.756000', '175425.758000', '175425.761000', '175425.764000', '175425.766000', '175425.769000', '175425.771000', '175425.774000', '175425.776000', '175425.779000', '175425.782000', '175425.784000', '175425.787000', '175425.789000', '175425.792000', '175425.795000', '175425.797000', '175425.859000', '175425.861000', '175425.864000', '175425.867000', '175425.869000', '175425.872000', '175425.875000', '175425.877000', '175425.880000', '175425.882000', '175425.885000', '175425.888000', '175425.890000', '175425.893000', '175425.895000', '175425.898000', '175425.900000', '175425.903000', '175425.906000', '175425.908000', '175425.911000', '175425.913000', '175445.744000', '175445.746000', '175445.749000', '175445.752000', '175445.755000', '175445.758000', '175445.760000', '175445.763000', '175445.766000', '175445.769000', '175445.772000', '175445.774000', '175445.777000', '175445.780000', '175445.782000', '175445.785000', '175445.788000', '175445.790000', '175445.793000', '175445.795000', '175445.798000', '175445.834000', '175445.836000', '175445.839000', '175445.841000', '175445.844000', '175445.847000', '175445.850000', '175445.852000', '175445.855000', '175445.857000', '175445.860000', '175445.863000', '175445.865000', '175445.868000', '175445.871000', '175445.873000', '175445.876000', '175445.879000', '175445.881000', '175445.884000', '175445.887000', '175445.889000', '175505.744000', '175505.746000', '175505.749000', '175505.752000', '175505.754000', '175505.757000', '175505.759000', '175505.762000', '175505.765000', '175505.767000', '175505.770000', '175505.772000', '175505.775000', '175505.778000', '175505.780000', '175505.783000', '175505.786000', '175505.788000', '175505.791000', '175505.793000', '175505.796000', '175505.799000', '175505.842000', '175505.845000', '175505.847000', '175505.850000', '175505.853000', '175505.855000', '175505.858000', '175505.860000', '175505.863000', '175505.866000', '175505.868000', '175505.871000', '175505.873000', '175505.876000', '175505.879000', '175505.881000', '175505.884000', '175505.886000', '175505.889000', '175505.892000', '175505.894000', '175505.897000', '175525.744000', '175525.746000', '175525.749000', '175525.752000', '175525.754000', '175525.757000', '175525.768000', '175525.770000', '175525.773000', '175525.776000', '175525.778000', '175525.781000', '175525.784000', '175525.786000', '175525.789000', '175525.792000', '175525.794000', '175525.797000', '175525.819000', '175525.822000', '175525.825000', '175525.827000', '175525.830000', '175525.832000', '175525.835000', '175525.838000', '175525.840000', '175525.843000', '175525.845000', '175525.848000', '175525.851000', '175525.853000', '175525.856000', '175525.858000', '175525.861000', '175525.863000', '175525.866000', '175525.869000', '175525.871000', '175525.874000', '175525.877000', '175525.879000', '175525.882000', '175545.744000', '175545.746000', '175545.749000', '175545.752000', '175545.754000', '175545.757000', '175545.759000', '175545.762000', '175545.765000', '175545.767000', '175545.770000', '175545.772000', '175545.775000', '175545.778000', '175545.780000', '175545.783000', '175545.787000', '175545.790000', '175545.792000', '175545.795000', '175545.797000', '175545.800000', '175545.824000', '175545.827000', '175545.829000', '175545.832000', '175545.834000', '175545.837000', '175545.839000', '175545.842000', '175545.845000', '175545.847000', '175545.850000', '175545.852000', '175545.855000', '175545.858000', '175545.860000', '175545.863000', '175545.870000', '175545.872000', '175545.875000', '175545.878000', '175545.880000', '175545.883000', '175605.744000', '175605.746000', '175605.749000', '175605.752000', '175605.754000', '175605.757000', '175605.759000', '175605.762000', '175605.764000', '175605.767000', '175605.770000', '175605.772000', '175605.775000', '175605.777000', '175605.780000', '175605.783000', '175605.785000', '175605.788000', '175605.790000', '175605.793000', '175605.796000', '175605.798000', '175605.860000', '175605.863000', '175605.865000', '175605.868000', '175605.871000', '175605.873000', '175605.876000', '175605.878000', '175605.881000', '175605.883000', '175605.886000', '175605.889000', '175605.891000', '175605.894000', '175605.896000', '175605.899000', '175605.902000', '175605.904000', '175605.907000', '175605.910000', '175605.912000', '175625.743000', '175625.746000', '175625.748000', '175625.751000', '175625.753000', '175625.756000', '175625.759000', '175625.761000', '175625.764000', '175625.774000', '175625.776000', '175625.779000', '175625.782000', '175625.784000', '175625.787000', '175625.789000', '175625.792000', '175625.795000', '175625.797000', '175625.845000', '175625.847000', '175625.850000', '175625.853000', '175625.855000', '175625.858000', '175625.861000', '175625.863000', '175625.866000', '175625.868000', '175625.871000', '175625.873000', '175625.876000', '175625.878000', '175625.881000', '175625.884000', '175625.886000', '175625.889000', '175625.891000', '175625.894000', '175625.897000', '175625.899000', '175625.902000', '175625.904000', '175625.907000', '175645.742000', '175645.745000', '175645.748000', '175645.750000', '175645.753000', '175645.756000', '175645.758000', '175645.761000', '175645.763000', '175645.766000', '175645.769000', '175645.771000', '175645.774000', '175645.776000', '175645.779000', '175645.781000', '175645.784000', '175645.787000', '175645.789000', '175645.792000', '175645.794000', '175645.797000', '175645.842000', '175645.844000', '175645.847000', '175645.849000', '175645.852000', '175645.855000', '175645.857000', '175645.860000', '175645.862000', '175645.865000', '175645.868000', '175645.870000', '175645.873000', '175645.875000', '175645.878000', '175645.881000', '175645.883000', '175645.886000', '175645.888000', '175645.891000', '175645.893000', '175658.248000', '175658.251000', '175658.253000', '175658.256000', '175658.259000', '175658.271000', '175658.274000', '175658.276000', '175658.279000', '175658.283000', '175658.286000', '175658.289000', '175658.291000', '175658.294000', '175658.297000', '175658.302000', '175658.305000', '175658.308000', '175658.311000', '175658.313000', '175658.316000', '175658.319000', '175658.326000', '175658.329000', '175658.331000', '175658.334000', '175658.337000', '175658.339000'], 'InstanceCreationTime': ['175025.794000', '175025.797000', '175025.800000', '175025.803000', '175025.805000', '175025.808000', '175025.811000', '175025.813000', '175025.816000', '175025.818000', '175025.821000', '175025.824000', '175025.826000', '175025.829000', '175025.831000', '175025.834000', '175025.836000', '175025.839000', '175025.841000', '175025.844000', '175025.847000', '175025.851000', '175025.853000', '175025.856000', '175025.858000', '175025.861000', '175025.864000', '175025.886000', '175025.889000', '175025.891000', '175025.894000', '175025.896000', '175025.899000', '175025.902000', '175025.904000', '175025.907000', '175025.909000', '175025.912000', '175025.915000', '175025.917000', '175025.920000', '175025.922000', '175025.925000', '175025.927000', '175025.930000', '175025.933000', '175025.935000', '175025.938000', '175025.940000', '175025.943000', '175025.953000', '175025.956000', '175025.959000', '175025.961000', '175025.964000', '175025.966000', '175025.969000', '175025.972000', '175025.974000', '175025.977000', '175045.743000', '175045.746000', '175045.749000', '175045.751000', '175045.754000', '175045.757000', '175045.759000', '175045.762000', '175045.764000', '175045.767000', '175045.769000', '175045.772000', '175045.775000', '175045.777000', '175045.780000', '175045.782000', '175045.785000', '175045.788000', '175045.790000', '175045.793000', '175045.795000', '175045.798000', '175045.800000', '175045.803000', '175045.806000', '175045.808000', '175045.811000', '175045.813000', '175045.816000', '175045.818000', '175045.821000', '175045.823000', '175045.826000', '175045.829000', '175045.831000', '175045.834000', '175045.836000', '175045.839000', '175045.841000', '175045.844000', '175045.847000', '175045.849000', '175045.852000', '175045.854000', '175105.743000', '175105.746000', '175105.749000', '175105.751000', '175105.754000', '175105.756000', '175105.759000', '175105.762000', '175105.764000', '175105.767000', '175105.773000', '175105.775000', '175105.778000', '175105.780000', '175105.783000', '175105.786000', '175105.788000', '175105.791000', '175105.793000', '175105.796000', '175105.798000', '175105.801000', '175105.804000', '175105.806000', '175105.809000', '175105.811000', '175105.814000', '175105.816000', '175105.819000', '175105.821000', '175105.824000', '175105.826000', '175105.829000', '175105.832000', '175105.834000', '175105.837000', '175105.839000', '175105.842000', '175105.844000', '175105.847000', '175105.850000', '175105.852000', '175105.855000', '175125.743000', '175125.746000', '175125.749000', '175125.752000', '175125.754000', '175125.757000', '175125.759000', '175125.762000', '175125.764000', '175125.767000', '175125.770000', '175125.772000', '175125.775000', '175125.777000', '175125.780000', '175125.783000', '175125.785000', '175125.788000', '175125.790000', '175125.793000', '175125.796000', '175125.798000', '175125.801000', '175125.803000', '175125.806000', '175125.808000', '175125.811000', '175125.814000', '175125.816000', '175125.819000', '175125.821000', '175125.831000', '175125.833000', '175125.836000', '175125.838000', '175125.841000', '175125.844000', '175125.846000', '175125.849000', '175125.851000', '175125.854000', '175125.856000', '175125.859000', '175125.862000', '175145.743000', '175145.745000', '175145.748000', '175145.751000', '175145.753000', '175145.756000', '175145.758000', '175145.761000', '175145.764000', '175145.766000', '175145.769000', '175145.771000', '175145.774000', '175145.777000', '175145.779000', '175145.782000', '175145.784000', '175145.787000', '175145.790000', '175145.792000', '175145.795000', '175145.798000', '175145.824000', '175145.827000', '175145.829000', '175145.832000', '175145.835000', '175145.837000', '175145.840000', '175145.842000', '175145.845000', '175145.848000', '175145.850000', '175145.853000', '175145.855000', '175145.885000', '175145.888000', '175145.890000', '175145.893000', '175145.896000', '175145.898000', '175145.901000', '175145.903000', '175205.742000', '175205.745000', '175205.748000', '175205.750000', '175205.753000', '175205.756000', '175205.758000', '175205.761000', '175205.763000', '175205.766000', '175205.769000', '175205.771000', '175205.774000', '175205.777000', '175205.779000', '175205.782000', '175205.784000', '175205.787000', '175205.790000', '175205.793000', '175205.795000', '175205.798000', '175205.831000', '175205.834000', '175205.836000', '175205.839000', '175205.841000', '175205.844000', '175205.846000', '175205.849000', '175205.852000', '175205.854000', '175205.857000', '175205.859000', '175205.862000', '175205.865000', '175205.867000', '175205.870000', '175205.873000', '175205.875000', '175205.878000', '175205.880000', '175205.883000', '175205.885000', '175225.743000', '175225.746000', '175225.749000', '175225.751000', '175225.754000', '175225.757000', '175225.759000', '175225.762000', '175225.764000', '175225.767000', '175225.769000', '175225.772000', '175225.775000', '175225.777000', '175225.780000', '175225.782000', '175225.785000', '175225.788000', '175225.790000', '175225.793000', '175225.795000', '175225.798000', '175225.827000', '175225.830000', '175225.833000', '175225.835000', '175225.838000', '175225.840000', '175225.843000', '175225.845000', '175225.848000', '175225.850000', '175225.853000', '175225.856000', '175225.858000', '175225.861000', '175225.863000', '175225.866000', '175225.869000', '175225.871000', '175225.874000', '175225.876000', '175225.879000', '175245.743000', '175245.746000', '175245.749000', '175245.751000', '175245.754000', '175245.757000', '175245.759000', '175245.762000', '175245.764000', '175245.767000', '175245.770000', '175245.772000', '175245.775000', '175245.777000', '175245.780000', '175245.782000', '175245.785000', '175245.788000', '175245.790000', '175245.793000', '175245.795000', '175245.798000', '175245.801000', '175245.803000', '175245.806000', '175245.808000', '175245.811000', '175245.814000', '175245.816000', '175245.819000', '175245.831000', '175245.833000', '175245.836000', '175245.839000', '175245.841000', '175245.844000', '175245.846000', '175245.849000', '175245.852000', '175245.854000', '175245.857000', '175245.859000', '175245.862000', '175245.864000', '175305.744000', '175305.746000', '175305.749000', '175305.752000', '175305.754000', '175305.757000', '175305.759000', '175305.762000', '175305.764000', '175305.767000', '175305.770000', '175305.772000', '175305.775000', '175305.777000', '175305.780000', '175305.782000', '175305.785000', '175305.788000', '175305.790000', '175305.793000', '175305.795000', '175305.798000', '175305.827000', '175305.829000', '175305.832000', '175305.834000', '175305.837000', '175305.839000', '175305.842000', '175305.845000', '175305.858000', '175305.861000', '175305.863000', '175305.866000', '175305.868000', '175305.871000', '175305.873000', '175305.876000', '175305.879000', '175305.881000', '175305.884000', '175305.887000', '175305.889000', '175325.743000', '175325.746000', '175325.749000', '175325.752000', '175325.754000', '175325.757000', '175325.759000', '175325.762000', '175325.764000', '175325.767000', '175325.770000', '175325.774000', '175325.776000', '175325.779000', '175325.782000', '175325.784000', '175325.787000', '175325.790000', '175325.792000', '175325.795000', '175325.797000', '175325.840000', '175325.842000', '175325.845000', '175325.848000', '175325.850000', '175325.853000', '175325.855000', '175325.858000', '175325.860000', '175325.863000', '175325.874000', '175325.877000', '175325.879000', '175325.882000', '175325.884000', '175325.887000', '175325.890000', '175325.892000', '175325.895000', '175325.897000', '175325.900000', '175325.903000', '175325.905000', '175345.743000', '175345.746000', '175345.749000', '175345.752000', '175345.754000', '175345.757000', '175345.759000', '175345.762000', '175345.765000', '175345.767000', '175345.770000', '175345.772000', '175345.775000', '175345.778000', '175345.780000', '175345.783000', '175345.785000', '175345.788000', '175345.791000', '175345.793000', '175345.796000', '175345.798000', '175345.825000', '175345.828000', '175345.830000', '175345.833000', '175345.836000', '175345.838000', '175345.841000', '175345.843000', '175345.846000', '175345.849000', '175345.851000', '175345.854000', '175345.856000', '175345.859000', '175345.861000', '175345.864000', '175345.867000', '175345.869000', '175345.872000', '175345.874000', '175345.877000', '175405.742000', '175405.746000', '175405.748000', '175405.751000', '175405.754000', '175405.756000', '175405.759000', '175405.762000', '175405.764000', '175405.767000', '175405.770000', '175405.772000', '175405.775000', '175405.777000', '175405.780000', '175405.783000', '175405.785000', '175405.788000', '175405.791000', '175405.793000', '175405.796000', '175405.798000', '175405.822000', '175405.825000', '175405.848000', '175405.850000', '175405.853000', '175405.855000', '175405.858000', '175405.861000', '175405.863000', '175405.866000', '175405.868000', '175405.871000', '175405.874000', '175405.876000', '175405.879000', '175405.881000', '175405.884000', '175405.887000', '175405.889000', '175405.892000', '175405.894000', '175425.743000', '175425.745000', '175425.748000', '175425.751000', '175425.753000', '175425.756000', '175425.758000', '175425.761000', '175425.764000', '175425.766000', '175425.769000', '175425.771000', '175425.774000', '175425.776000', '175425.779000', '175425.782000', '175425.784000', '175425.787000', '175425.789000', '175425.792000', '175425.795000', '175425.797000', '175425.859000', '175425.861000', '175425.864000', '175425.867000', '175425.869000', '175425.872000', '175425.875000', '175425.877000', '175425.880000', '175425.882000', '175425.885000', '175425.888000', '175425.890000', '175425.893000', '175425.895000', '175425.898000', '175425.900000', '175425.903000', '175425.906000', '175425.908000', '175425.911000', '175425.913000', '175445.744000', '175445.746000', '175445.749000', '175445.752000', '175445.755000', '175445.758000', '175445.760000', '175445.763000', '175445.766000', '175445.769000', '175445.772000', '175445.774000', '175445.777000', '175445.780000', '175445.782000', '175445.785000', '175445.788000', '175445.790000', '175445.793000', '175445.795000', '175445.798000', '175445.834000', '175445.836000', '175445.839000', '175445.841000', '175445.844000', '175445.847000', '175445.850000', '175445.852000', '175445.855000', '175445.857000', '175445.860000', '175445.863000', '175445.865000', '175445.868000', '175445.871000', '175445.873000', '175445.876000', '175445.879000', '175445.881000', '175445.884000', '175445.887000', '175445.889000', '175505.744000', '175505.746000', '175505.749000', '175505.752000', '175505.754000', '175505.757000', '175505.759000', '175505.762000', '175505.765000', '175505.767000', '175505.770000', '175505.772000', '175505.775000', '175505.778000', '175505.780000', '175505.783000', '175505.786000', '175505.788000', '175505.791000', '175505.793000', '175505.796000', '175505.799000', '175505.842000', '175505.845000', '175505.847000', '175505.850000', '175505.853000', '175505.855000', '175505.858000', '175505.860000', '175505.863000', '175505.866000', '175505.868000', '175505.871000', '175505.873000', '175505.876000', '175505.879000', '175505.881000', '175505.884000', '175505.886000', '175505.889000', '175505.892000', '175505.894000', '175505.897000', '175525.744000', '175525.746000', '175525.749000', '175525.752000', '175525.754000', '175525.757000', '175525.768000', '175525.770000', '175525.773000', '175525.776000', '175525.778000', '175525.781000', '175525.784000', '175525.786000', '175525.789000', '175525.792000', '175525.794000', '175525.797000', '175525.819000', '175525.822000', '175525.825000', '175525.827000', '175525.830000', '175525.832000', '175525.835000', '175525.838000', '175525.840000', '175525.843000', '175525.845000', '175525.848000', '175525.851000', '175525.853000', '175525.856000', '175525.858000', '175525.861000', '175525.863000', '175525.866000', '175525.869000', '175525.871000', '175525.874000', '175525.877000', '175525.879000', '175525.882000', '175545.744000', '175545.746000', '175545.749000', '175545.752000', '175545.754000', '175545.757000', '175545.759000', '175545.762000', '175545.765000', '175545.767000', '175545.770000', '175545.772000', '175545.775000', '175545.778000', '175545.780000', '175545.783000', '175545.787000', '175545.790000', '175545.792000', '175545.795000', '175545.797000', '175545.800000', '175545.824000', '175545.827000', '175545.829000', '175545.832000', '175545.834000', '175545.837000', '175545.839000', '175545.842000', '175545.845000', '175545.847000', '175545.850000', '175545.852000', '175545.855000', '175545.858000', '175545.860000', '175545.863000', '175545.870000', '175545.872000', '175545.875000', '175545.878000', '175545.880000', '175545.883000', '175605.744000', '175605.746000', '175605.749000', '175605.752000', '175605.754000', '175605.757000', '175605.759000', '175605.762000', '175605.764000', '175605.767000', '175605.770000', '175605.772000', '175605.775000', '175605.777000', '175605.780000', '175605.783000', '175605.785000', '175605.788000', '175605.790000', '175605.793000', '175605.796000', '175605.798000', '175605.860000', '175605.863000', '175605.865000', '175605.868000', '175605.871000', '175605.873000', '175605.876000', '175605.878000', '175605.881000', '175605.883000', '175605.886000', '175605.889000', '175605.891000', '175605.894000', '175605.896000', '175605.899000', '175605.902000', '175605.904000', '175605.907000', '175605.910000', '175605.912000', '175625.743000', '175625.746000', '175625.748000', '175625.751000', '175625.753000', '175625.756000', '175625.759000', '175625.761000', '175625.764000', '175625.774000', '175625.776000', '175625.779000', '175625.782000', '175625.784000', '175625.787000', '175625.789000', '175625.792000', '175625.795000', '175625.797000', '175625.845000', '175625.847000', '175625.850000', '175625.853000', '175625.855000', '175625.858000', '175625.861000', '175625.863000', '175625.866000', '175625.868000', '175625.871000', '175625.873000', '175625.876000', '175625.878000', '175625.881000', '175625.884000', '175625.886000', '175625.889000', '175625.891000', '175625.894000', '175625.897000', '175625.899000', '175625.902000', '175625.904000', '175625.907000', '175645.742000', '175645.745000', '175645.748000', '175645.750000', '175645.753000', '175645.756000', '175645.758000', '175645.761000', '175645.763000', '175645.766000', '175645.769000', '175645.771000', '175645.774000', '175645.776000', '175645.779000', '175645.781000', '175645.784000', '175645.787000', '175645.789000', '175645.792000', '175645.794000', '175645.797000', '175645.842000', '175645.844000', '175645.847000', '175645.849000', '175645.852000', '175645.855000', '175645.857000', '175645.860000', '175645.862000', '175645.865000', '175645.868000', '175645.870000', '175645.873000', '175645.875000', '175645.878000', '175645.881000', '175645.883000', '175645.886000', '175645.888000', '175645.891000', '175645.893000', '175658.248000', '175658.251000', '175658.253000', '175658.256000', '175658.259000', '175658.271000', '175658.274000', '175658.276000', '175658.279000', '175658.283000', '175658.286000', '175658.289000', '175658.291000', '175658.294000', '175658.297000', '175658.302000', '175658.305000', '175658.308000', '175658.311000', '175658.313000', '175658.316000', '175658.319000', '175658.326000', '175658.329000', '175658.331000', '175658.334000', '175658.337000', '175658.339000'], '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': [9526, 9989, 8636, 8422, 8196, 8245, 8283, 8297, 8072, 8406, 8639, 8294, 7744, 8057, 7801, 8124, 10519, 8101, 9185, 8247, 9619, 8347, 8136, 8539, 8127, 9703, 7978, 7838, 8381, 8771, 8570, 10994, 7956, 8548, 8104, 8059, 8351, 11882, 9108, 11930, 9099, 12000, 8446, 8791, 8283, 8551, 8500, 8762, 8248, 8683, 8226, 8840, 8285, 8951, 7962, 9145, 7859, 8702, 7959, 9687, 8093, 10941, 8068, 10307, 7902, 8429, 8358, 8542, 7969, 8449, 7719, 8397, 7658, 8898, 8024, 8974, 8207, 9236, 8173, 8823, 8028, 7836, 8164, 9660, 8073, 11384, 8602, 8881, 8112, 8725, 8250, 8981, 8372, 8681, 7972, 8758, 8022, 9776, 7953, 10592, 8182, 9243, 8001, 9252, 7744, 9489, 7935, 9193, 7860, 9282, 7874, 8883, 8254, 8757, 8453, 8814, 10283, 7917, 9089, 7775, 8578, 7955, 9181, 8019, 8958, 8177, 8061, 8366, 8126, 11674, 7936, 8590, 7784, 8582, 7918, 9062, 7928, 8265, 7798, 7822, 7930, 7741, 8347, 7887, 11612, 8186, 9119, 7947, 8020, 7961, 7863, 7638, 7947, 9357, 7823, 8179, 7708, 8547, 8064, 8124, 8834, 7834, 10212, 7862, 7526, 7903, 8097, 8040, 10271, 7981, 8024, 10452, 7833, 9156, 7882, 8157, 7976, 7790, 13780, 9057, 8094, 7727, 7869, 7964, 7941, 9820, 7979, 8449, 8120, 7894, 8185, 7982, 11669, 7774, 8465, 7855, 8993, 8134, 7964, 8407, 8026, 9234, 7998, 9190, 7847, 9272, 8093, 8426, 8084, 7969, 7920, 9515, 7977, 8044, 8011, 8002, 12462, 9514, 9065, 7700, 7910, 11822, 7700, 9403, 7778, 7855, 12873, 7974, 8951, 8420, 7880, 10743, 7825, 8822, 8527, 8560, 8568, 8314, 10804, 8102, 8171, 8399, 8951, 8434, 8457, 9182, 8216, 9879, 8053, 8850, 8304, 8462, 8436, 8045, 12479, 7991, 9040, 8176, 8097, 8482, 8121, 11481, 7848, 9242, 8072, 7998, 8343, 8108, 10767, 7938, 8814, 8144, 8179, 8123, 8099, 8104, 8127, 10352, 7970, 8720, 8231, 9282, 8348, 8235, 9902, 8053, 11681, 8855, 8006, 7998, 8089, 10618, 7837, 8905, 8035, 7906, 8329, 8043, 8079, 8283, 10350, 8255, 9779, 8416, 8376, 8104, 8431, 9920, 8255, 9313, 8502, 8428, 8417, 8452, 8399, 8181, 7973, 8128, 7965, 8189, 10648, 8153, 11773, 8782, 10067, 7895, 9456, 8188, 9067, 9236, 8502, 10542, 7950, 9624, 7899, 8844, 8468, 8389, 7874, 8112, 8171, 8072, 9312, 7894, 9021, 8028, 7974, 7935, 8442, 8023, 9203, 8254, 7905, 10515, 8144, 9919, 7914, 9258, 8164, 8309, 8211, 8069, 10429, 8044, 8370, 8137, 8492, 8336, 8884, 8322, 8125, 7703, 8724, 7996, 8079, 8098, 8198, 12215, 8043, 10288, 7886, 8826, 7717, 9418, 8079, 8250, 8551, 8015, 7605, 7832, 7879, 8029, 11351, 7797, 9964, 8184, 8306, 8154, 7919, 8029, 8236, 11373, 8061, 8113, 7935, 8479, 7878, 9223, 8375, 8281, 8309, 9001, 8094, 8520, 8000, 8056, 10303, 8215, 10022, 8043, 9353, 7852, 9704, 8295, 8280, 7972, 8621, 7916, 8115, 8203, 8205, 11058, 7924, 9105, 7960, 9770, 7932, 8190, 8227, 8030, 11631, 7973, 9389, 8129, 8181, 8100, 8120, 9767, 8142, 9344, 7952, 8427, 7918, 9338, 8204, 8309, 7973, 8006, 9861, 8040, 9460, 8238, 8089, 11784, 7985, 9256, 8008, 8979, 8012, 8177, 8331, 8171, 11429, 7945, 8136, 8082, 9278, 8354, 8302, 8655, 8170, 11734, 7962, 8786, 8013, 8315, 8072, 8111, 11949, 8076, 9113, 7971, 8716, 8170, 9474, 8187, 7806, 7736, 7887, 9740, 8027, 9499, 8116, 8393, 8101, 8398, 7902, 8012, 7967, 8188, 10768, 7928, 9361, 8338, 8332, 8267, 8076, 11443, 7806, 8329, 7937, 9554, 8527, 8353, 8028, 7929, 7835, 8420, 8191, 8002, 8031, 8237, 12494, 9961, 8931, 7860, 9304, 7759, 8078, 7966, 8003, 11570, 8014, 9477, 7865, 8285, 7825, 8849, 8014, 8334, 8014, 7789, 7902, 7871, 7905, 7865, 9452, 8013, 8910, 8080, 9408, 7788, 7839, 8017, 8142, 11662, 8030, 8461, 7764, 8976, 7919, 7672, 7991, 7906, 10920, 7897, 8525, 7881, 9093, 7976, 7980, 9430, 8036, 11572, 7955, 7828, 8186, 8096, 8059, 8629, 8077, 12197, 9679, 8845, 8032, 8239, 7761, 7780, 9461, 8040, 9098, 7802, 8596, 7996, 9207, 7984, 8864, 7843, 8148, 7935, 7994, 7892, 11313, 7937, 10846, 8549, 8921, 8042, 8701, 7946, 7935, 7843, 7706, 9292, 7945, 7777, 8013, 8008, 7911, 9593, 8081, 8930, 8119, 7965, 8641, 8324, 8059, 10785, 7887, 8251, 7863, 8370, 7845, 8497, 7655, 8505, 7925, 8666, 11066, 8071, 10077, 8388, 8299, 7994, 8832, 8003, 8210, 7640, 8310, 7622, 8650, 7896, 9129, 7957, 9119, 7775, 8157, 7649, 8317, 11663, 8317, 9566, 7927, 8766, 7808, 8222, 7685, 8181, 9633, 8000, 7711, 8179, 9055, 7760, 8955, 7713, 8219, 7625, 8200, 8102, 7711, 9239, 7976, 8693, 7956, 8752, 7808, 8975, 7671, 8930, 7895, 8934, 7945, 8733, 8243, 8704, 9981, 7923, 9952, 7870, 8595, 7857, 8225, 7808, 8062, 8078, 7848, 8883, 7893, 8872, 7578, 7985, 7684, 8109, 7678, 8184, 7526, 8384, 9997, 7938, 9526, 7838, 7607, 7941, 9207, 8012, 9285, 7969, 8301, 7769, 8634, 7955, 9006, 7935, 8682, 7800, 8202, 11126, 8096, 9171, 7711, 8493, 8045, 7962, 7738, 8091, 10749, 7911, 9761, 7753, 9106, 7951, 8719, 7832, 8273, 7716, 8258, 7570, 8184, 7739, 8134, 10853, 7811, 10107, 8248, 9193, 7944, 8079, 7674, 8016, 8259, 8113, 8888, 8100, 7649, 8287, 7997, 8126, 11510, 7993, 9127, 7839, 8073, 7649, 8155, 7792, 8310, 10160, 7993, 8864, 7816, 8421, 7772, 8940, 7817, 8863, 7741, 9260, 7893, 9247, 7833, 9462, 8239, 9010, 8014, 9668, 7965, 9239, 7914, 9095, 7868, 9205, 7836, 9406, 7775, 8582, 7778, 8692, 7764, 8513, 7738, 9091, 7918, 8725, 7706, 8474, 10250, 8377, 7419, 8370, 7485, 9144, 8119, 9258, 8427, 9431, 8166, 11217, 7806, 9400, 7851, 8374, 7792, 8478, 7609, 8290, 7826, 8012, 10823, 7732, 8420, 7911, 7840, 8453, 7769, 8609, 8608, 8451, 12770, 9142, 9200, 7964, 8951, 7845, 8232, 7868, 8320, 12768, 7830, 9692, 7825, 7940, 7987, 8437, 7823, 8753, 7512, 8426, 7658, 8174, 10564, 7663, 8597, 7735, 9332, 7855, 9197, 8047, 9064, 7638, 8881, 7767, 8234, 7803, 9304, 7990, 8887, 7849, 8179, 7666, 8392, 13298, 7733, 9113], 'WindowCenter': [4435.0, 4410.0, 4386.0, 4373.0, 4357.0, 4359.0, 4356.0, 4369.0, 4358.0, 4369.0, 4369.0, 4371.0, 4359.0, 4370.0, 4359.0, 4370.0, 4401.0, 4370.0, 4381.0, 4370.0, 4391.0, 4371.0, 4372.0, 4382.0, 4383.0, 4391.0, 4372.0, 4370.0, 4382.0, 4380.0, 4392.0, 4412.0, 4383.0, 4380.0, 4382.0, 4370.0, 4381.0, 4412.0, 4382.0, 4399.0, 4369.0, 4398.0, 4357.0, 4368.0, 4368.0, 4368.0, 4368.0, 4369.0, 4367.0, 4368.0, 4368.0, 4368.0, 4367.0, 4369.0, 4356.0, 4368.0, 4356.0, 4367.0, 4356.0, 4376.0, 4358.0, 4388.0, 4358.0, 4375.0, 4356.0, 4355.0, 4356.0, 4366.0, 4355.0, 4358.0, 4346.0, 4369.0, 4345.0, 4367.0, 4356.0, 4367.0, 4367.0, 4378.0, 4369.0, 4377.0, 4369.0, 4358.0, 4370.0, 4389.0, 4370.0, 4399.0, 4367.0, 4366.0, 4357.0, 4365.0, 4367.0, 4369.0, 4368.0, 4367.0, 4368.0, 4367.0, 4369.0, 4390.0, 4370.0, 4400.0, 4371.0, 4377.0, 4370.0, 4379.0, 4360.0, 4390.0, 4371.0, 4380.0, 4369.0, 4379.0, 4367.0, 4378.0, 4368.0, 4380.0, 4368.0, 4380.0, 4374.0, 4357.0, 4365.0, 4357.0, 4367.0, 4356.0, 4367.0, 4357.0, 4366.0, 4355.0, 4358.0, 4366.0, 4359.0, 4397.0, 4358.0, 4366.0, 4357.0, 4365.0, 4369.0, 4379.0, 4368.0, 4368.0, 4357.0, 4360.0, 4356.0, 4358.0, 4367.0, 4369.0, 4399.0, 4368.0, 4368.0, 4358.0, 4357.0, 4355.0, 4357.0, 4355.0, 4368.0, 4378.0, 4358.0, 4355.0, 4358.0, 4368.0, 4358.0, 4358.0, 4367.0, 4358.0, 4387.0, 4358.0, 4358.0, 4367.0, 4368.0, 4371.0, 4390.0, 4369.0, 4371.0, 4387.0, 4360.0, 4379.0, 4370.0, 4370.0, 4358.0, 4359.0, 4406.0, 4366.0, 4358.0, 4345.0, 4358.0, 4354.0, 4358.0, 4377.0, 4357.0, 4357.0, 4358.0, 4358.0, 4356.0, 4359.0, 4386.0, 4357.0, 4357.0, 4357.0, 4368.0, 4356.0, 4359.0, 4356.0, 4359.0, 4378.0, 4358.0, 4375.0, 4369.0, 4378.0, 4358.0, 4368.0, 4357.0, 4359.0, 4357.0, 4377.0, 4368.0, 4370.0, 4368.0, 4372.0, 4409.0, 4390.0, 4380.0, 4360.0, 4370.0, 4398.0, 4359.0, 4378.0, 4348.0, 4358.0, 4395.0, 4357.0, 4367.0, 4357.0, 4358.0, 4384.0, 4358.0, 4366.0, 4365.0, 4367.0, 4366.0, 4367.0, 4385.0, 4357.0, 4366.0, 4369.0, 4378.0, 4367.0, 4369.0, 4377.0, 4368.0, 4388.0, 4368.0, 4377.0, 4369.0, 4379.0, 4368.0, 4369.0, 4409.0, 4358.0, 4378.0, 4369.0, 4369.0, 4367.0, 4370.0, 4396.0, 4356.0, 4376.0, 4358.0, 4359.0, 4366.0, 4358.0, 4387.0, 4357.0, 4368.0, 4357.0, 4357.0, 4356.0, 4357.0, 4355.0, 4357.0, 4386.0, 4357.0, 4368.0, 4368.0, 4377.0, 4380.0, 4370.0, 4388.0, 4359.0, 4399.0, 4368.0, 4358.0, 4355.0, 4357.0, 4386.0, 4357.0, 4366.0, 4356.0, 4356.0, 4355.0, 4357.0, 4354.0, 4356.0, 4376.0, 4356.0, 4376.0, 4356.0, 4367.0, 4356.0, 4368.0, 4377.0, 4365.0, 4377.0, 4368.0, 4369.0, 4367.0, 4370.0, 4368.0, 4371.0, 4368.0, 4369.0, 4369.0, 4382.0, 4401.0, 4372.0, 4410.0, 4380.0, 4390.0, 4370.0, 4390.0, 4368.0, 4380.0, 4377.0, 4371.0, 4387.0, 4357.0, 4375.0, 4357.0, 4377.0, 4367.0, 4369.0, 4356.0, 4360.0, 4356.0, 4358.0, 4377.0, 4358.0, 4366.0, 4358.0, 4357.0, 4369.0, 4367.0, 4369.0, 4379.0, 4369.0, 4360.0, 4387.0, 4359.0, 4377.0, 4369.0, 4377.0, 4368.0, 4367.0, 4357.0, 4358.0, 4375.0, 4356.0, 4353.0, 4357.0, 4365.0, 4367.0, 4380.0, 4369.0, 4359.0, 4345.0, 4366.0, 4357.0, 4358.0, 4358.0, 4369.0, 4396.0, 4358.0, 4377.0, 4358.0, 4366.0, 4357.0, 4376.0, 4357.0, 4367.0, 4355.0, 4357.0, 4345.0, 4357.0, 4356.0, 4357.0, 4387.0, 4356.0, 4378.0, 4356.0, 4354.0, 4344.0, 4354.0, 4343.0, 4356.0, 4384.0, 4357.0, 4345.0, 4356.0, 4354.0, 4354.0, 4366.0, 4367.0, 4367.0, 4358.0, 4369.0, 4357.0, 4367.0, 4356.0, 4369.0, 4387.0, 4369.0, 4375.0, 4357.0, 4366.0, 4356.0, 4365.0, 4366.0, 4356.0, 4356.0, 4367.0, 4355.0, 4359.0, 4367.0, 4368.0, 4386.0, 4355.0, 4366.0, 4357.0, 4377.0, 4357.0, 4367.0, 4357.0, 4369.0, 4398.0, 4357.0, 4378.0, 4356.0, 4357.0, 4355.0, 4357.0, 4375.0, 4356.0, 4366.0, 4357.0, 4368.0, 4358.0, 4378.0, 4369.0, 4379.0, 4368.0, 4372.0, 4388.0, 4369.0, 4392.0, 4370.0, 4370.0, 4398.0, 4359.0, 4376.0, 4358.0, 4368.0, 4358.0, 4368.0, 4356.0, 4366.0, 4396.0, 4357.0, 4358.0, 4367.0, 4378.0, 4369.0, 4371.0, 4369.0, 4370.0, 4397.0, 4358.0, 4367.0, 4359.0, 4369.0, 4356.0, 4360.0, 4397.0, 4356.0, 4365.0, 4357.0, 4366.0, 4368.0, 4379.0, 4368.0, 4358.0, 4357.0, 4370.0, 4378.0, 4358.0, 4378.0, 4369.0, 4368.0, 4358.0, 4359.0, 4358.0, 4369.0, 4356.0, 4368.0, 4386.0, 4358.0, 4377.0, 4367.0, 4368.0, 4367.0, 4368.0, 4397.0, 4359.0, 4356.0, 4367.0, 4380.0, 4369.0, 4367.0, 4357.0, 4360.0, 4357.0, 4368.0, 4367.0, 4369.0, 4369.0, 4371.0, 4410.0, 4379.0, 4368.0, 4358.0, 4368.0, 4355.0, 4358.0, 4358.0, 4359.0, 4385.0, 4357.0, 4365.0, 4356.0, 4356.0, 4357.0, 4365.0, 4356.0, 4357.0, 4344.0, 4346.0, 4344.0, 4346.0, 4345.0, 4357.0, 4376.0, 4357.0, 4364.0, 4358.0, 4367.0, 4357.0, 4359.0, 4356.0, 4359.0, 4397.0, 4357.0, 4359.0, 4359.0, 4366.0, 4357.0, 4358.0, 4357.0, 4370.0, 4386.0, 4359.0, 4367.0, 4359.0, 4368.0, 4357.0, 4371.0, 4378.0, 4359.0, 4396.0, 4359.0, 4356.0, 4368.0, 4367.0, 4370.0, 4368.0, 4370.0, 4399.0, 4378.0, 4365.0, 4356.0, 4367.0, 4357.0, 4361.0, 4377.0, 4360.0, 4368.0, 4357.0, 4366.0, 4356.0, 4377.0, 4359.0, 4369.0, 4357.0, 4357.0, 4369.0, 4359.0, 4370.0, 4398.0, 4370.0, 4397.0, 4370.0, 4368.0, 4358.0, 4367.0, 4356.0, 4358.0, 4357.0, 4359.0, 4366.0, 4357.0, 4345.0, 4355.0, 4356.0, 4359.0, 4378.0, 4358.0, 4365.0, 4370.0, 4368.0, 4383.0, 4366.0, 4357.0, 4387.0, 4356.0, 4367.0, 4368.0, 4370.0, 4357.0, 4369.0, 4358.0, 4368.0, 4357.0, 4368.0, 4386.0, 4357.0, 4376.0, 4368.0, 4356.0, 4356.0, 4365.0, 4356.0, 4355.0, 4345.0, 4367.0, 4346.0, 4368.0, 4356.0, 4377.0, 4358.0, 4379.0, 4359.0, 4359.0, 4356.0, 4370.0, 4398.0, 4368.0, 4377.0, 4357.0, 4369.0, 4357.0, 4356.0, 4347.0, 4368.0, 4377.0, 4358.0, 4345.0, 4368.0, 4365.0, 4357.0, 4367.0, 4357.0, 4368.0, 4346.0, 4371.0, 4357.0, 4358.0, 4377.0, 4358.0, 4382.0, 4370.0, 4369.0, 4360.0, 4367.0, 4356.0, 4367.0, 4358.0, 4378.0, 4369.0, 4380.0, 4368.0, 4367.0, 4378.0, 4357.0, 4376.0, 4357.0, 4366.0, 4356.0, 4359.0, 4346.0, 4357.0, 4356.0, 4357.0, 4366.0, 4357.0, 4365.0, 4346.0, 4358.0, 4345.0, 4358.0, 4356.0, 4369.0, 4357.0, 4370.0, 4388.0, 4370.0, 4378.0, 4360.0, 4357.0, 4371.0, 4378.0, 4369.0, 4379.0, 4360.0, 4369.0, 4359.0, 4370.0, 4370.0, 4381.0, 4370.0, 4370.0, 4358.0, 4381.0, 4399.0, 4359.0, 4378.0, 4359.0, 4366.0, 4368.0, 4359.0, 4357.0, 4370.0, 4386.0, 4360.0, 4377.0, 4358.0, 4367.0, 4368.0, 4380.0, 4359.0, 4371.0, 4358.0, 4371.0, 4359.0, 4369.0, 4358.0, 4371.0, 4398.0, 4361.0, 4390.0, 4370.0, 4379.0, 4359.0, 4367.0, 4357.0, 4358.0, 4368.0, 4369.0, 4377.0, 4369.0, 4359.0, 4370.0, 4370.0, 4370.0, 4411.0, 4370.0, 4379.0, 4359.0, 4358.0, 4357.0, 4369.0, 4358.0, 4370.0, 4390.0, 4369.0, 4368.0, 4360.0, 4368.0, 4370.0, 4379.0, 4361.0, 4380.0, 4371.0, 4380.0, 4370.0, 4379.0, 4371.0, 4391.0, 4371.0, 4378.0, 4370.0, 4378.0, 4370.0, 4379.0, 4369.0, 4370.0, 4359.0, 4380.0, 4358.0, 4379.0, 4360.0, 4367.0, 4359.0, 4368.0, 4358.0, 4369.0, 4356.0, 4380.0, 4367.0, 4380.0, 4356.0, 4370.0, 4386.0, 4367.0, 4347.0, 4369.0, 4358.0, 4380.0, 4370.0, 4391.0, 4382.0, 4389.0, 4382.0, 4401.0, 4359.0, 4380.0, 4358.0, 4369.0, 4357.0, 4370.0, 4356.0, 4368.0, 4357.0, 4369.0, 4387.0, 4359.0, 4366.0, 4369.0, 4358.0, 4370.0, 4359.0, 4380.0, 4370.0, 4371.0, 4406.0, 4378.0, 4367.0, 4357.0, 4368.0, 4357.0, 4359.0, 4356.0, 4369.0, 4396.0, 4345.0, 4364.0, 4356.0, 4356.0, 4367.0, 4367.0, 4358.0, 4368.0, 4348.0, 4367.0, 4357.0, 4369.0, 4385.0, 4357.0, 4367.0, 4360.0, 4377.0, 4367.0, 4378.0, 4369.0, 4378.0, 4361.0, 4380.0, 4370.0, 4371.0, 4370.0, 4392.0, 4372.0, 4382.0, 4370.0, 4369.0, 4359.0, 4370.0, 4410.0, 4359.0, 4368.0], 'WindowWidth': [9774.0, 9727.0, 9681.0, 9658.0, 9627.0, 9632.0, 9623.0, 9644.0, 9627.0, 9648.0, 9647.0, 9650.0, 9630.0, 9647.0, 9632.0, 9647.0, 9691.0, 9649.0, 9664.0, 9649.0, 9678.0, 9650.0, 9655.0, 9667.0, 9673.0, 9680.0, 9654.0, 9649.0, 9670.0, 9663.0, 9684.0, 9711.0, 9672.0, 9664.0, 9670.0, 9649.0, 9666.0, 9709.0, 9668.0, 9686.0, 9644.0, 9681.0, 9624.0, 9638.0, 9642.0, 9641.0, 9641.0, 9643.0, 9641.0, 9642.0, 9641.0, 9640.0, 9638.0, 9643.0, 9622.0, 9641.0, 9620.0, 9637.0, 9621.0, 9649.0, 9628.0, 9666.0, 9627.0, 9645.0, 9624.0, 9619.0, 9621.0, 9633.0, 9619.0, 9626.0, 9609.0, 9643.0, 9606.0, 9636.0, 9622.0, 9638.0, 9641.0, 9657.0, 9645.0, 9653.0, 9646.0, 9631.0, 9648.0, 9673.0, 9652.0, 9687.0, 9641.0, 9635.0, 9626.0, 9633.0, 9640.0, 9643.0, 9642.0, 9641.0, 9642.0, 9641.0, 9647.0, 9676.0, 9651.0, 9690.0, 9652.0, 9655.0, 9649.0, 9660.0, 9635.0, 9676.0, 9651.0, 9661.0, 9645.0, 9658.0, 9640.0, 9654.0, 9643.0, 9662.0, 9642.0, 9661.0, 9644.0, 9625.0, 9633.0, 9624.0, 9638.0, 9623.0, 9638.0, 9624.0, 9636.0, 9621.0, 9628.0, 9637.0, 9632.0, 9681.0, 9628.0, 9636.0, 9627.0, 9637.0, 9645.0, 9659.0, 9644.0, 9643.0, 9626.0, 9633.0, 9622.0, 9629.0, 9639.0, 9644.0, 9688.0, 9643.0, 9640.0, 9627.0, 9624.0, 9617.0, 9624.0, 9620.0, 9643.0, 9655.0, 9630.0, 9621.0, 9629.0, 9641.0, 9629.0, 9628.0, 9639.0, 9629.0, 9665.0, 9629.0, 9627.0, 9641.0, 9645.0, 9654.0, 9677.0, 9646.0, 9650.0, 9668.0, 9634.0, 9658.0, 9648.0, 9649.0, 9628.0, 9633.0, 9693.0, 9636.0, 9625.0, 9604.0, 9628.0, 9617.0, 9628.0, 9653.0, 9626.0, 9625.0, 9627.0, 9628.0, 9622.0, 9630.0, 9663.0, 9624.0, 9625.0, 9625.0, 9639.0, 9624.0, 9631.0, 9622.0, 9631.0, 9655.0, 9628.0, 9650.0, 9645.0, 9655.0, 9630.0, 9643.0, 9626.0, 9630.0, 9626.0, 9652.0, 9646.0, 9649.0, 9646.0, 9656.0, 9703.0, 9675.0, 9661.0, 9633.0, 9649.0, 9685.0, 9632.0, 9656.0, 9612.0, 9627.0, 9675.0, 9623.0, 9637.0, 9624.0, 9630.0, 9659.0, 9627.0, 9635.0, 9634.0, 9638.0, 9635.0, 9639.0, 9661.0, 9626.0, 9636.0, 9644.0, 9657.0, 9642.0, 9646.0, 9654.0, 9641.0, 9669.0, 9643.0, 9653.0, 9646.0, 9662.0, 9644.0, 9647.0, 9699.0, 9628.0, 9656.0, 9643.0, 9646.0, 9641.0, 9646.0, 9678.0, 9624.0, 9650.0, 9627.0, 9631.0, 9637.0, 9627.0, 9665.0, 9626.0, 9642.0, 9625.0, 9624.0, 9624.0, 9627.0, 9621.0, 9627.0, 9664.0, 9627.0, 9640.0, 9643.0, 9655.0, 9663.0, 9651.0, 9671.0, 9632.0, 9687.0, 9641.0, 9625.0, 9619.0, 9625.0, 9662.0, 9624.0, 9636.0, 9622.0, 9621.0, 9619.0, 9624.0, 9617.0, 9623.0, 9649.0, 9623.0, 9647.0, 9621.0, 9640.0, 9622.0, 9641.0, 9651.0, 9636.0, 9651.0, 9642.0, 9645.0, 9643.0, 9650.0, 9643.0, 9650.0, 9644.0, 9649.0, 9648.0, 9669.0, 9695.0, 9657.0, 9705.0, 9664.0, 9675.0, 9647.0, 9675.0, 9643.0, 9661.0, 9654.0, 9649.0, 9664.0, 9625.0, 9649.0, 9626.0, 9654.0, 9641.0, 9644.0, 9623.0, 9633.0, 9623.0, 9628.0, 9652.0, 9630.0, 9639.0, 9629.0, 9626.0, 9646.0, 9642.0, 9647.0, 9660.0, 9645.0, 9634.0, 9666.0, 9630.0, 9653.0, 9644.0, 9653.0, 9641.0, 9640.0, 9626.0, 9627.0, 9648.0, 9620.0, 9615.0, 9624.0, 9634.0, 9642.0, 9662.0, 9646.0, 9630.0, 9607.0, 9636.0, 9625.0, 9629.0, 9628.0, 9646.0, 9678.0, 9628.0, 9651.0, 9627.0, 9636.0, 9625.0, 9650.0, 9625.0, 9640.0, 9618.0, 9623.0, 9604.0, 9623.0, 9621.0, 9625.0, 9665.0, 9624.0, 9654.0, 9622.0, 9615.0, 9602.0, 9617.0, 9600.0, 9621.0, 9657.0, 9624.0, 9606.0, 9621.0, 9618.0, 9618.0, 9634.0, 9639.0, 9639.0, 9626.0, 9643.0, 9623.0, 9640.0, 9622.0, 9644.0, 9665.0, 9643.0, 9648.0, 9624.0, 9635.0, 9621.0, 9632.0, 9637.0, 9622.0, 9623.0, 9639.0, 9620.0, 9631.0, 9639.0, 9643.0, 9664.0, 9622.0, 9636.0, 9625.0, 9652.0, 9626.0, 9641.0, 9625.0, 9644.0, 9682.0, 9626.0, 9653.0, 9621.0, 9624.0, 9618.0, 9625.0, 9646.0, 9624.0, 9635.0, 9625.0, 9640.0, 9629.0, 9655.0, 9646.0, 9661.0, 9645.0, 9654.0, 9671.0, 9646.0, 9679.0, 9646.0, 9646.0, 9681.0, 9630.0, 9650.0, 9628.0, 9640.0, 9626.0, 9640.0, 9623.0, 9636.0, 9676.0, 9626.0, 9627.0, 9639.0, 9657.0, 9646.0, 9651.0, 9644.0, 9647.0, 9680.0, 9631.0, 9639.0, 9630.0, 9643.0, 9624.0, 9634.0, 9680.0, 9624.0, 9633.0, 9625.0, 9636.0, 9642.0, 9657.0, 9644.0, 9629.0, 9628.0, 9648.0, 9656.0, 9629.0, 9656.0, 9646.0, 9643.0, 9628.0, 9631.0, 9626.0, 9645.0, 9624.0, 9642.0, 9663.0, 9629.0, 9651.0, 9640.0, 9642.0, 9638.0, 9644.0, 9679.0, 9630.0, 9624.0, 9641.0, 9659.0, 9644.0, 9640.0, 9626.0, 9632.0, 9625.0, 9642.0, 9641.0, 9647.0, 9646.0, 9651.0, 9702.0, 9657.0, 9639.0, 9627.0, 9639.0, 9622.0, 9627.0, 9629.0, 9630.0, 9662.0, 9624.0, 9631.0, 9622.0, 9621.0, 9623.0, 9634.0, 9623.0, 9623.0, 9601.0, 9606.0, 9600.0, 9606.0, 9603.0, 9623.0, 9649.0, 9624.0, 9630.0, 9626.0, 9636.0, 9624.0, 9628.0, 9622.0, 9630.0, 9680.0, 9625.0, 9630.0, 9630.0, 9636.0, 9625.0, 9629.0, 9626.0, 9648.0, 9665.0, 9630.0, 9638.0, 9630.0, 9642.0, 9628.0, 9651.0, 9657.0, 9631.0, 9678.0, 9629.0, 9623.0, 9642.0, 9640.0, 9648.0, 9642.0, 9648.0, 9686.0, 9655.0, 9632.0, 9622.0, 9638.0, 9626.0, 9636.0, 9652.0, 9633.0, 9640.0, 9626.0, 9635.0, 9622.0, 9650.0, 9631.0, 9642.0, 9626.0, 9626.0, 9645.0, 9632.0, 9650.0, 9685.0, 9649.0, 9681.0, 9646.0, 9642.0, 9627.0, 9639.0, 9622.0, 9628.0, 9624.0, 9629.0, 9633.0, 9622.0, 9604.0, 9620.0, 9621.0, 9632.0, 9655.0, 9628.0, 9634.0, 9649.0, 9644.0, 9672.0, 9636.0, 9626.0, 9667.0, 9622.0, 9639.0, 9643.0, 9649.0, 9626.0, 9644.0, 9628.0, 9642.0, 9624.0, 9642.0, 9663.0, 9626.0, 9651.0, 9640.0, 9622.0, 9621.0, 9633.0, 9621.0, 9619.0, 9604.0, 9638.0, 9609.0, 9640.0, 9622.0, 9652.0, 9628.0, 9657.0, 9632.0, 9631.0, 9623.0, 9646.0, 9683.0, 9642.0, 9651.0, 9626.0, 9643.0, 9625.0, 9621.0, 9610.0, 9643.0, 9651.0, 9625.0, 9605.0, 9639.0, 9636.0, 9624.0, 9638.0, 9623.0, 9640.0, 9608.0, 9648.0, 9624.0, 9629.0, 9653.0, 9629.0, 9666.0, 9648.0, 9644.0, 9634.0, 9637.0, 9622.0, 9636.0, 9629.0, 9655.0, 9645.0, 9662.0, 9642.0, 9641.0, 9654.0, 9625.0, 9650.0, 9623.0, 9634.0, 9621.0, 9628.0, 9609.0, 9624.0, 9620.0, 9624.0, 9635.0, 9622.0, 9631.0, 9608.0, 9626.0, 9606.0, 9628.0, 9624.0, 9644.0, 9625.0, 9646.0, 9670.0, 9646.0, 9655.0, 9635.0, 9627.0, 9649.0, 9656.0, 9644.0, 9659.0, 9633.0, 9645.0, 9629.0, 9646.0, 9647.0, 9662.0, 9648.0, 9646.0, 9631.0, 9666.0, 9686.0, 9632.0, 9656.0, 9631.0, 9638.0, 9643.0, 9632.0, 9625.0, 9649.0, 9666.0, 9632.0, 9651.0, 9629.0, 9638.0, 9644.0, 9661.0, 9630.0, 9650.0, 9631.0, 9649.0, 9632.0, 9647.0, 9631.0, 9650.0, 9685.0, 9637.0, 9675.0, 9648.0, 9656.0, 9628.0, 9641.0, 9624.0, 9628.0, 9641.0, 9645.0, 9653.0, 9645.0, 9632.0, 9649.0, 9647.0, 9651.0, 9705.0, 9648.0, 9658.0, 9632.0, 9628.0, 9625.0, 9646.0, 9630.0, 9650.0, 9674.0, 9647.0, 9641.0, 9634.0, 9643.0, 9649.0, 9662.0, 9638.0, 9661.0, 9652.0, 9660.0, 9649.0, 9659.0, 9653.0, 9677.0, 9653.0, 9656.0, 9649.0, 9656.0, 9648.0, 9658.0, 9644.0, 9645.0, 9630.0, 9658.0, 9629.0, 9657.0, 9634.0, 9642.0, 9632.0, 9641.0, 9627.0, 9643.0, 9623.0, 9658.0, 9641.0, 9660.0, 9623.0, 9646.0, 9664.0, 9638.0, 9611.0, 9643.0, 9629.0, 9662.0, 9650.0, 9680.0, 9669.0, 9675.0, 9668.0, 9692.0, 9633.0, 9661.0, 9629.0, 9643.0, 9625.0, 9644.0, 9621.0, 9641.0, 9625.0, 9643.0, 9666.0, 9630.0, 9637.0, 9644.0, 9629.0, 9648.0, 9633.0, 9663.0, 9648.0, 9650.0, 9693.0, 9656.0, 9636.0, 9625.0, 9638.0, 9625.0, 9628.0, 9623.0, 9641.0, 9675.0, 9605.0, 9629.0, 9620.0, 9622.0, 9641.0, 9640.0, 9628.0, 9641.0, 9614.0, 9640.0, 9625.0, 9644.0, 9663.0, 9627.0, 9638.0, 9633.0, 9653.0, 9641.0, 9655.0, 9646.0, 9656.0, 9638.0, 9661.0, 9651.0, 9650.0, 9651.0, 9681.0, 9654.0, 9667.0, 9648.0, 9647.0, 9631.0, 9648.0, 9701.0, 9632.0, 9642.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.006858313253012049</td></tr>
<tr><td colspan=3>aqi</td><td>0.01976696944140197</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.420277235800484</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1604308287719307</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9668317304605266</td></tr>
<tr><td colspan=3>efc</td><td>0.4472</td></tr>
<tr><td colspan=3>fber</td><td>7973.8896</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07117394097613135</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7667031763417306</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3945377489137574</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.29680876342163</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.626482301016146</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2603221823034962</td></tr>
<tr><td colspan=3>gcor</td><td>0.00460649</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016377756372094154</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019645454362034798</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.873590431759928</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>25.9106</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4928</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.9774</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>940.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.0649</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3765</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.7559</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3670.4358</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65813.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4818.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.6797</td></tr>
<tr><td colspan=3>tsnr</td><td>44.40885185566731</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>