[NbConvertApp] Converting notebook /home/aavsonet/scripts/reports/pipeline_report.ipynb to HTML [NbConvertApp] Executing notebook with kernel: python3 pipeline_report

Telescope oc61 date 220330 (yymmdd)

Run at 03/30/2022 20:02:13 EDT

Warnings and Errors

INFO 250 total images for oc61 on 220330
WARNING 94 images not plate solved at observatory
WARNING 5 images suspected over exposed
WARNING 17 images without target object photometry
WARNING 7 dark masters more than 180 days old
WARNING 2 flat masters more than 15 days old

INFO total images: Number of images processed during the pipeline run

ERROR IMAGE FILE MISSING: This is a serious error. It could be the result of a disk failure or defect in the pipeline scripts.

WARNING images not plate solved at observatory: This indicates images that may of poor quality or under exposed. Good quality images should be plate solved.

WARNING images suspected over exposed: The target object maxadu is over the linearity limit for the camera.

WARNING images without target object photometry: The pipeline performs full frame photometry on every image. This error indicates no photometric result was found that lies with 15 arcsec of the target object. This may be expected for extended objects. For point objects it may indicate a poor-quality image, bad exposure, etc. It makes it more likely the requestor will be not be getting good photometry.

ERROR images with invalid binning: This is a serious error since the pipeline cannot handle multiple binning levels for a given telescope. These images do not get properly processed and will be unusable.

ERROR images with invalid read mode: This indicates the camera configuration at the observatory has changed from its standard and the images are likely out of sync with the calibration images.

ERROR images with invalid image type: This is likely a due to calibration images getting stored on the telescope computer in the wrong directory and getting transferred to the pipeline as science images.

WARNING images with target off center: This indicates that, for plate solved images, the target is 25% of the radius of the image from the center of the frame. This may be intentional as when it is off center to include comp stars. However, it may indicate problems with the telescope pointing.

ERROR images with duplicate times: The frame date and time are identical to another image. This is not possible and represents an error in the pipeline processing.

ERROR Dark and Bias must be at the same temperature: The set of bias and dark calibration masters selected were not at the same temperature. This needs to be investigate and corrected. See calibration file section of this report for more information.

ERROR Science images must be at the same temperature: The science images were taken at more than one temperature. The pipeline will pick the most majority temperature and apply calibration images for that temperature to all images. See the CCD set point section of this report for more information.

WARNING dark masters more than 180 days old: The dark and bias master files in use are getting old. Consider getting new ones. See Calibration File Age section for details.

WARNING flat masters more than 15 days old: The flat master file(s) in use are getting old. Consider getting new ones. See Calibration File Age section for details.

Calibration File Age in Days

Filters used this night B,SG,SI,SR,V
datenite imagetyp filename set_temp filter binning exptime storage_loc Age(d) Active
210919 bias oc61/oc61/calibration/210919/bias_temp-20_bin2.fits -20.0 None 2 None s3 193 Y
210919 dark oc61/oc61/calibration/210919/dark_1.0sec_temp-20_bin2.fits -20.0 None 2 1.00 s3 193 Y
210919 dark oc61/oc61/calibration/210919/dark_3.0sec_temp-20_bin2.fits -20.0 None 2 3.00 s3 193 Y
210919 dark oc61/oc61/calibration/210919/dark_10.0sec_temp-20_bin2.fits -20.0 None 2 10.00 s3 193 Y
210919 dark oc61/oc61/calibration/210919/dark_30.0sec_temp-20_bin2.fits -20.0 None 2 30.00 s3 193 Y
210919 dark oc61/oc61/calibration/210919/dark_100.0sec_temp-20_bin2.fits -20.0 None 2 100.00 s3 193 Y
210919 dark oc61/oc61/calibration/210919/dark_300.0sec_temp-20_bin2.fits -20.0 None 2 300.00 s3 193 Y
220330 flat oc61/oc61/calibration/220330/flatSG_bin2.fits NaN SG 2 None fs 1 Y
220327 flat oc61/oc61/calibration/220327/flatV_bin2.fits NaN V 2 None fs 4 Y
220325 flat oc61/oc61/calibration/220325/flatSI_bin2.fits NaN SI 2 None fs 6 Y
220313 flat oc61/oc61/calibration/220313/flatB_bin2.fits NaN B 2 None fs 18 Y
220305 flat oc61/oc61/calibration/220305/flatSR_bin2.fits NaN SR 2 None fs 26 Y
200128 bias oc61/oc61/calibration/200128/bias.fits -25.0 None 2 0.00 s3 793
200107 bias oc61/oc61/calibration/200107/bias.fits -30.0 None 2 0.00 s3 814
200128 dark oc61/oc61/calibration/200128/dark1.fits -25.0 None 2 1.00 s3 793
200128 dark oc61/oc61/calibration/200128/dark3.fits -25.0 None 2 3.00 s3 793
200128 dark oc61/oc61/calibration/200128/dark10.fits -25.0 None 2 10.00 s3 793
200128 dark oc61/oc61/calibration/200128/dark30.fits -25.0 None 2 30.00 s3 793
200128 dark oc61/oc61/calibration/200128/dark100.fits -25.0 None 2 100.00 s3 793
200128 dark oc61/oc61/calibration/200128/dark300.fits -25.0 None 2 300.00 s3 793
200107 dark oc61/oc61/calibration/200107/dark1.fits -30.0 None 2 1.00 s3 814
200107 dark oc61/oc61/calibration/200107/dark3.fits -30.0 None 2 3.00 s3 814
200107 dark oc61/oc61/calibration/200107/dark10.fits -30.0 None 2 10.00 s3 814
200107 dark oc61/oc61/calibration/200107/dark30.fits -30.0 None 2 30.00 s3 814
200107 dark oc61/oc61/calibration/200107/dark100.fits -30.0 None 2 100.00 s3 814
200107 dark oc61/oc61/calibration/200107/dark300.fits -30.0 None 2 300.00 s3 814

CCD set point vs operating temperature

Maximum delta temperature SET - CCD 0.12 C
/usr/lib/python3/dist-packages/matplotlib/cbook/__init__.py:1402: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  ndim = x[:, None].ndim
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:276: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  x = x[:, np.newaxis]
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:278: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  y = y[:, np.newaxis]

Pointing Performance

Suspected Over Exposed Images

Updating '/home/aavsonet/plans':
At revision 3037.
not here: /home/aavsonet/plans/oc61/.csv
not here: /home/aavsonet/plans/oc61/.csv
not here: /home/aavsonet/plans/oc61/.csv
DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp ChgCSV
2022-03-30 09:59:24 V0487_Vel SR 9.520 1.02 3.39 6.005 0.001 58880 7.11 no plan
2022-03-30 09:56:50 V0487_Vel V 42.000 1.02 3.63 5.995 0.001 57367 32.21 no plan
2022-03-30 15:08:22 V0725_Sgr B 120.000 1.24 6.279 0.001 56064 94.18 no plan

Suspected Under Exposed Images

DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp
2022-03-30 09:37:03 2MASS_J07092139-1029344 SI 300.000 1.43 5.44 12.127 0.068 319
2022-03-30 16:09:59 CI_Aql B 200.000 1.79 4.92 12.658 0.111 193
2022-03-30 15:58:12 CI_Aql V 100.000 1.89 3.50 99.999 9.999 480
2022-03-30 15:36:32 GSC_05107_00266 SR 15.000 1.76 14.060 0.239 273
2022-03-30 09:14:07 J1407_Cen SI 30.000 1.71 3.15 13.300 0.142 80
2022-03-30 09:12:24 J1407_Cen SR 30.000 1.72 3.03 13.099 0.126 97
2022-03-30 10:10:07 NGC_1851 SG 100.000 1.63 4.95 8.670 0.067 10401
2022-03-30 10:18:10 NGC_1851 SI 100.000 1.68 5.43 8.385 0.054 6353
2022-03-30 10:46:42 NGC_2298 SG 100.000 1.39 3.79 10.882 0.054 587
2022-03-30 10:48:44 NGC_2298 SI 100.000 1.40 3.73 11.312 0.062 431
2022-03-30 11:35:22 NGC_4590 SG 100.000 1.08 3.17 10.394 0.052 1304
2022-03-30 11:48:35 NGC_4590 SI 100.000 1.07 2.80 11.026 0.090 1341
2022-03-30 17:16:26 NGC_5634 SG 100.000 1.62 11.323 0.051 453
2022-03-30 17:30:10 NGC_5634 SI 100.000 1.70 4.38 10.559 0.054 814
2022-03-30 11:10:52 NGC_5824 SG 100.000 1.46 3.65 10.641 0.059 1238
2022-03-30 11:58:43 NGC_5946 SG 100.000 1.26 2.77 10.382 0.091 6348
2022-03-30 12:16:39 NGC_5946 SI 100.000 1.22 10.742 0.090 3269
2022-03-30 14:27:26 PNV_J17291350 B 150.000 1.44 3.01 12.438 0.082 285
2022-03-30 14:40:39 PNV_J17291350 V 100.000 1.39 3.25 11.966 0.051 316
2022-03-30 17:49:55 Pal_5 SG 100.000 1.74 4.62 13.119 0.161 913
2022-03-30 17:58:03 Pal_5 SI 100.000 1.79 3.92 13.601 0.274 1515
2022-03-30 09:01:37 TU_Men SG 60.000 1.33 3.45 12.237 0.056 241
2022-03-30 08:31:54 TW_Hya SI 15.000 1.17 3.05 15.568 1.074 552
2022-03-30 08:30:43 TW_Hya SR 15.000 1.17 2.83 14.181 0.304 802
2022-03-30 10:01:08 V0487_Vel SI 5.000 1.02 3.41 12.862 0.088 2901
2022-03-30 09:57:59 V0487_Vel SR 9.520 1.02 3.89 13.610 0.184 919
2022-03-30 13:14:21 V0725_Sgr B 120.000 1.81 12.263 0.080 21450
2022-03-30 14:18:32 V0725_Sgr SR 60.000 1.43 12.147 0.071 794
2022-03-30 12:47:01 V2264_Oph B 200.000 1.85 3.61 12.338 0.077 312
2022-03-30 13:03:38 V2264_Oph V 100.000 1.73 13.152 0.137 113
2022-03-30 13:45:38 V2487_Oph B 200.000 1.68 12.374 0.081 255
2022-03-30 13:53:09 V2487_Oph V 100.000 1.64 13.836 0.308 171
2022-03-30 16:46:44 V4745_Sgr B 200.000 1.10 3.56 12.547 0.101 605
2022-03-30 16:59:04 V4745_Sgr V 100.000 1.09 4.02 15.309 1.092 119
2022-03-30 08:53:37 V838_Mon SI 180.000 1.45 4.15 12.455 0.117 1975
2022-03-30 08:46:55 V838_Mon SR 180.000 1.43 4.30 13.605 0.283 1762

Images by Target Object

2MASS_J07092139-1029344

AUID 000-BLQ-250

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 09:30:23 SI 60.000 1.40 2.2 a0138.fits Y 3.66 13.550 0.173 394
2022-03-30 09:31:43 SI 300.000 1.41 2.3 a0139.fits Y 4.62 11.755 0.050 324
2022-03-30 09:37:03 SI 300.000 1.43 2.3 a0140.fits Y 5.44 12.127 0.068 319
2022-03-30 09:42:22 SI 300.000 1.45 2.4 a0141.fits Y 5.19 12.082 0.068 297

ASASSN-20da

AUID 000-BNL-373

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 09:18:22 B 30.000 1.51 -5.6 a0126.fits Y 3.03 9.602 0.007 2476
2022-03-30 09:19:14 V 15.000 1.51 -5.6 a0127.fits Y 3.26 9.551 0.006 2304
2022-03-30 09:19:53 SR 15.000 1.51 -5.6 a0128.fits Y 3.33 9.256 0.005 2921
2022-03-30 09:20:30 SI 15.000 1.51 -5.6 a0129.fits Y 3.09 9.784 0.007 1928
2022-03-30 09:21:14 B 30.000 1.51 -5.6 a0130.fits Y 3.45 9.587 0.006 1995
2022-03-30 09:22:07 V 15.000 1.50 -5.6 a0131.fits Y 3.37 9.486 0.006 2363
2022-03-30 09:22:46 SR 15.000 1.50 -5.6 a0132.fits Y 3.25 9.086 0.005 3455
2022-03-30 09:23:23 SI 15.000 1.50 -5.6 a0133.fits Y 3.14 9.666 0.007 2390
2022-03-30 09:24:08 B 30.000 1.50 -5.6 a0134.fits Y 3.45 9.505 0.006 2102
2022-03-30 09:25:00 V 15.000 1.50 -5.5 a0135.fits Y 3.19 9.417 0.006 2666
2022-03-30 09:25:39 SR 15.000 1.49 -5.5 a0136.fits Y 3.37 9.120 0.005 3347
2022-03-30 09:26:16 SI 15.000 1.49 -5.5 a0137.fits Y 3.21 9.674 0.007 2035

ASASSN-V_J18165406-2021176

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 16:16:08 B 120.000 1.22 -2.1 a0307.fits Y 3.54 7.481 0.002 14771
2022-03-30 16:18:31 B 120.000 1.22 -2.1 a0308.fits Y 3.93 7.531 0.002 11693
2022-03-30 16:20:56 V 60.000 1.21 -2.0 a0309.fits Y 4.89 8.391 0.003 4414
2022-03-30 16:22:19 V 60.000 1.21 -2.0 a0310.fits Y 3.64 8.090 0.003 7633
2022-03-30 16:23:43 SR 60.000 1.21 -2.0 a0311.fits Y 3.58 8.510 0.004 5542
2022-03-30 16:25:05 SR 60.000 1.21 -2.0 a0312.fits Y 3.10 8.445 0.003 7320
2022-03-30 16:26:27 SI 60.000 1.20 -1.9 a0313.fits Y 3.43 9.035 0.005 3515
2022-03-30 16:27:49 SI 60.000 1.20 -1.9 a0314.fits Y 3.52 9.010 0.005 3379

CI_Aql

AUID 000-BCD-453

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 15:56:09 V 100.000 1.90 -3.0 a0301.fits Y 3.61 11.503 0.033 319
2022-03-30 15:58:12 V 100.000 1.89 -3.0 a0302.fits Y 3.50 99.999 9.999 480
2022-03-30 16:00:17 V 100.000 1.87 -3.0 a0303.fits Y 3.74 11.172 0.025 444
2022-03-30 16:02:19 B 200.000 1.84 -2.9 a0304.fits Y 4.37 10.589 0.018 687
2022-03-30 16:06:02 B 200.000 1.82 -2.9 a0305.fits Y 4.80 10.711 0.021 604
2022-03-30 16:09:59 B 200.000 1.79 -2.8 a0306.fits Y 4.92 12.658 0.111 193

GSC_05107_00266

AUID 000-BJP-383

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 15:33:09 B 30.000 1.78 -3.0 a0285.fits
2022-03-30 15:33:59 B 30.000 1.77 -3.0 a0286.fits
2022-03-30 15:34:48 V 15.000 1.77 -3.0 a0287.fits
2022-03-30 15:35:24 V 15.000 1.76 -3.0 a0288.fits
2022-03-30 15:35:59 SR 15.000 1.76 -2.9 a0289.fits
2022-03-30 15:36:32 SR 15.000 1.76 -2.9 a0290.fits 14.06 0.239 273
2022-03-30 15:37:06 SI 15.000 1.75 -2.9 a0291.fits
2022-03-30 15:37:42 SI 15.000 1.75 -2.9 a0292.fits

J1407_Cen

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 09:06:53 B 90.000 1.75 -5.1 a0118.fits Y 3.68 9.500 0.006 2044
2022-03-30 09:08:44 B 90.000 1.74 -5.1 a0119.fits Y 3.40 9.652 0.007 1979
2022-03-30 09:10:40 V 30.000 1.73 -5.1 a0120.fits Y 3.17 8.994 0.004 4170
2022-03-30 09:11:31 V 30.000 1.73 -5.1 a0121.fits Y 3.01 8.874 0.004 5247
2022-03-30 09:12:24 SR 30.000 1.72 -5.0 a0122.fits Y 3.03 13.099 0.126 97
2022-03-30 09:13:15 SR 30.000 1.71 -5.0 a0123.fits Y 3.36 13.233 0.129 74
2022-03-30 09:14:07 SI 30.000 1.71 -5.0 a0124.fits Y 3.15 13.300 0.142 80
2022-03-30 09:14:57 SI 30.000 1.70 -5.0 a0125.fits Y 3.42 8.526 0.003 6018

KK_Oph

AUID 000-BDW-739

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 12:21:12 B 30.000 2.02 -4.9 a0220.fits Y 3.60 8.609 0.004 4660
2022-03-30 12:22:36 B 30.000 2.00 -4.9 a0221.fits Y 2.79 8.508 0.003 7120
2022-03-30 12:23:29 V 15.000 2.00 -4.9 a0222.fits Y 2.51 9.242 0.005 3936
2022-03-30 12:24:05 V 15.000 1.99 -4.9 a0223.fits 9.253 0.005 3621
2022-03-30 12:25:43 SR 15.000 1.97 -4.9 a0224.fits 8.906 0.004 4555
2022-03-30 12:27:17 SR 15.000 1.96 -4.8 a0225.fits 8.861 0.004 4394
2022-03-30 12:27:50 SI 15.000 1.95 -4.8 a0226.fits 10.234 0.009 1562
2022-03-30 12:28:44 SI 15.000 1.94 -4.8 a0227.fits 10.217 0.009 1316

NGC_1851

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 10:04:45 SG 60.000 1.60 4.7 a0155.fits Y 5.04 8.077 0.042 9428
2022-03-30 10:06:05 SG 100.000 1.61 4.7 a0156.fits Y 5.70 8.415 0.091 12329
2022-03-30 10:08:05 SG 100.000 1.62 4.8 a0157.fits Y 5.28 8.579 0.085 12787
2022-03-30 10:10:07 SG 100.000 1.63 4.8 a0158.fits Y 4.95 8.670 0.067 10401
2022-03-30 10:12:07 SG 100.000 1.65 4.9 a0159.fits Y 5.75 8.802 0.074 9572
2022-03-30 10:14:09 SI 100.000 1.66 4.9 a0160.fits Y 4.48 8.306 0.046 5430
2022-03-30 10:16:10 SI 100.000 1.67 4.9 a0161.fits Y 4.45 8.223 0.046 6374
2022-03-30 10:18:10 SI 100.000 1.68 5.0 a0162.fits Y 5.43 8.385 0.054 6353
2022-03-30 10:20:11 SI 100.000 1.70 5.0 a0163.fits Y 4.64 8.152 0.046 7311

NGC_2298

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 10:39:24 SG 60.000 1.36 3.7 a0176.fits Y 4.02 11.919 0.137 635
2022-03-30 10:40:43 SG 100.000 1.37 3.7 a0177.fits Y 3.93 10.216 0.047 998
2022-03-30 10:42:43 SG 100.000 1.38 3.8 a0178.fits Y 4.15 10.306 0.047 901
2022-03-30 10:44:43 SG 100.000 1.39 3.8 a0179.fits Y 3.74 10.637 0.048 721
2022-03-30 10:46:42 SG 100.000 1.39 3.8 a0180.fits Y 3.79 10.882 0.054 587
2022-03-30 10:48:44 SI 100.000 1.40 3.9 a0181.fits Y 3.73 11.312 0.062 431
2022-03-30 10:50:43 SI 100.000 1.41 3.9 a0182.fits 12.969 0.242 366
2022-03-30 10:53:42 SI 100.000 1.42 4.0 a0183.fits 11.884 0.116 492
2022-03-30 10:55:40 SI 100.000 1.43 4.0 a0184.fits 12.167 0.129 407

NGC_4590

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 11:34:02 SG 60.000 1.08 -1.2 a0200.fits Y 3.74 11.584 0.111 749
2022-03-30 11:35:22 SG 100.000 1.08 -1.2 a0201.fits Y 3.17 10.394 0.052 1304
2022-03-30 11:37:22 SG 100.000 1.08 -1.1 a0202.fits Y 3.12 10.309 0.047 1491
2022-03-30 11:39:35 SG 100.000 1.08 -1.1 a0203.fits Y 3.08 10.308 0.044 1577
2022-03-30 11:41:34 SG 100.000 1.07 -1.1 a0204.fits 10.530 0.050 1434
2022-03-30 11:44:37 SI 100.000 1.07 -1.0 a0205.fits Y 3.18 10.454 0.046 1158
2022-03-30 11:46:37 SI 100.000 1.07 -1.0 a0206.fits Y 3.21 10.524 0.049 1130
2022-03-30 11:48:35 SI 100.000 1.07 -1.0 a0207.fits Y 2.80 11.026 0.090 1341
2022-03-30 11:50:34 SI 100.000 1.07 -0.9 a0208.fits Y 2.65 10.482 0.046 1353

NGC_5634

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 17:13:08 SG 60.000 1.60 2.6 a0325.fits 12.852 0.258 228
2022-03-30 17:14:28 SG 100.000 1.61 2.7 a0326.fits 10.916 0.050 480
2022-03-30 17:16:26 SG 100.000 1.62 2.7 a0327.fits 11.323 0.051 453
2022-03-30 17:18:23 SG 100.000 1.63 2.7 a0328.fits 11.222 0.049 526
2022-03-30 17:20:21 SG 100.000 1.64 2.7 a0329.fits 11.161 0.046 476
2022-03-30 17:22:18 SG 100.000 1.65 2.8 a0330.fits 11.192 0.051 503
2022-03-30 17:24:14 SG 100.000 1.66 2.8 a0331.fits 11.273 0.051 522
2022-03-30 17:26:11 SG 100.000 1.67 2.8 a0332.fits 11.430 0.051 439
2022-03-30 17:28:10 SI 100.000 1.68 2.9 a0333.fits Y 4.88 10.333 0.041 1297
2022-03-30 17:30:10 SI 100.000 1.70 2.9 a0334.fits Y 4.38 10.559 0.054 814
2022-03-30 17:32:09 SI 100.000 1.71 2.9 a0335.fits Y 5.09 10.833 0.072 725
2022-03-30 17:34:09 SI 100.000 1.72 3.0 a0336.fits Y 5.95 10.385 0.088 859
2022-03-30 17:36:08 SI 100.000 1.74 3.0 a0337.fits Y 5.04 10.266 0.050 966
2022-03-30 17:38:07 SI 100.000 1.75 3.0 a0338.fits Y 4.64 10.150 0.042 1165
2022-03-30 17:40:07 SI 100.000 1.76 3.1 a0339.fits Y 5.94 10.287 0.039 1388

NGC_5824

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 11:01:22 SG 60.000 1.52 -4.2 a0185.fits Y 3.43 9.945 0.037 2117
2022-03-30 11:02:44 SG 100.000 1.51 -4.1 a0186.fits Y 4.02 9.306 0.034 4011
2022-03-30 11:04:46 SG 100.000 1.49 -4.1 a0187.fits Y 4.43 9.099 0.024 6018
2022-03-30 11:06:48 SG 100.000 1.48 -4.1 a0188.fits Y 4.45 9.706 0.041 2309
2022-03-30 11:08:50 SG 100.000 1.47 -4.0 a0189.fits Y 3.99 10.226 0.045 1839
2022-03-30 11:10:52 SG 100.000 1.46 -4.0 a0190.fits Y 3.65 10.641 0.059 1238
2022-03-30 11:13:05 SG 100.000 1.45 -4.0 a0191.fits Y 4.08 9.186 0.004 5573
2022-03-30 11:15:07 SG 100.000 1.44 -3.9 a0192.fits Y 3.94 9.839 0.037 4013
2022-03-30 11:17:11 SI 100.000 1.43 -3.9 a0193.fits Y 4.31 9.656 0.039 2559
2022-03-30 11:19:13 SI 100.000 1.42 -3.9 a0194.fits Y 4.09 9.446 0.037 3415
2022-03-30 11:21:14 SI 100.000 1.42 -3.8 a0195.fits Y 4.08 9.043 0.035 4284
2022-03-30 11:23:17 SI 100.000 1.41 -3.8 a0196.fits Y 4.14 9.078 0.043 8029
2022-03-30 11:25:19 SI 100.000 1.40 -3.8 a0197.fits Y 3.94 9.084 0.040 7104
2022-03-30 11:27:21 SI 100.000 1.39 -3.7 a0198.fits Y 4.16 9.169 0.044 4017
2022-03-30 11:29:23 SI 100.000 1.38 -3.7 a0199.fits Y 4.47 9.023 0.038 4784

NGC_5946

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 11:55:17 SG 60.000 1.27 -3.8 a0209.fits Y 3.02 9.195 0.028 3898
2022-03-30 11:56:40 SG 100.000 1.26 -3.8 a0210.fits Y 2.76 8.098 0.010 7279
2022-03-30 11:58:43 SG 100.000 1.26 -3.7 a0211.fits Y 2.77 10.382 0.091 6348
2022-03-30 12:00:47 SG 100.000 1.25 -3.7 a0212.fits Y 3.21 9.082 0.031 6169
2022-03-30 12:02:50 SG 100.000 1.25 -3.7 a0213.fits Y 2.50 8.446 0.016 7603
2022-03-30 12:04:54 SG 100.000 1.24 -3.6 a0214.fits Y 2.93 9.026 0.035 6786
2022-03-30 12:07:45 SI 100.000 1.24 -3.6 a0215.fits
2022-03-30 12:10:48 SI 100.000 1.23 -3.5 a0216.fits 11.025 0.118 2768
2022-03-30 12:12:44 SI 100.000 1.22 -3.5 a0217.fits 9.227 0.020 3014
2022-03-30 12:14:42 SI 100.000 1.22 -3.5 a0218.fits 10.893 0.103 3126
2022-03-30 12:16:39 SI 100.000 1.22 -3.4 a0219.fits 10.742 0.090 3269

PNV_J17291350

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 14:25:58 B 60.000 1.46 -3.2 a0264.fits Y 2.49 13.021 0.115 198
2022-03-30 14:27:26 B 150.000 1.44 -3.1 a0265.fits Y 3.01 12.438 0.082 285
2022-03-30 14:30:25 B 150.000 1.43 -3.1 a0266.fits Y 2.80 13.797 0.279 216
2022-03-30 14:33:24 B 150.000 1.42 -3.0 a0267.fits Y 3.25 12.924 0.129 263
2022-03-30 14:36:23 V 100.000 1.41 -3.0 a0268.fits Y 2.92 13.225 0.151 434
2022-03-30 14:38:31 V 100.000 1.40 -2.9 a0269.fits Y 3.07 12.171 0.058 255
2022-03-30 14:40:39 V 100.000 1.39 -2.9 a0270.fits Y 3.25 11.966 0.051 316

Pal_5

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 17:44:12 SG 60.000 1.70 2.4 a0340.fits Y 4.89 15.167 0.859 1370
2022-03-30 17:45:32 SG 100.000 1.71 2.4 a0341.fits Y 5.42
2022-03-30 17:47:55 SG 100.000 1.73 2.4 a0342.fits Y 4.44
2022-03-30 17:49:55 SG 100.000 1.74 2.5 a0343.fits Y 4.62 13.119 0.161 913
2022-03-30 17:51:54 SG 100.000 1.75 2.5 a0344.fits Y 4.17 14.543 0.608 621
2022-03-30 17:53:54 SG 100.000 1.76 2.5 a0345.fits Y 3.40 13.944 0.398 1180
2022-03-30 17:55:55 SI 100.000 1.77 2.6 a0346.fits Y 4.46
2022-03-30 17:58:03 SI 100.000 1.79 2.6 a0347.fits Y 3.92 13.601 0.274 1515
2022-03-30 18:00:11 SI 100.000 1.80 2.6 a0348.fits
2022-03-30 18:02:27 SI 100.000 1.81 2.7 a0349.fits
2022-03-30 18:04:24 SI 100.000 1.83 2.7 a0350.fits

TU_Men

AUID 000-BCW-366

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 09:00:17 SG 60.000 1.33 4.2 a0116.fits Y 3.48 12.383 0.065 162
2022-03-30 09:01:37 SG 60.000 1.33 4.2 a0117.fits Y 3.45 12.237 0.056 241

TW_Hya

AUID 000-BCW-108

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 08:27:46 B 30.000 1.18 -2.7 a0101.fits Y 3.12 8.761 0.004 5105
2022-03-30 08:28:37 B 30.000 1.18 -2.7 a0102.fits Y 2.58 8.704 0.004 6872
2022-03-30 08:29:29 V 15.000 1.18 -2.7 a0103.fits Y 2.62 8.151 0.003 10962
2022-03-30 08:30:05 V 15.000 1.18 -2.7 a0104.fits Y 2.97 8.193 0.003 9184
2022-03-30 08:30:43 SR 15.000 1.17 -2.6 a0105.fits Y 2.83 14.181 0.304 802
2022-03-30 08:31:18 SR 15.000 1.17 -2.6 a0106.fits Y 3.09 7.342 0.002 19693
2022-03-30 08:31:54 SI 15.000 1.17 -2.6 a0107.fits Y 3.05 15.568 1.074 552
2022-03-30 08:32:29 SI 15.000 1.17 -2.6 a0108.fits Y 2.73 7.504 0.002 21858

V0487_Vel

AUID 000-BKH-030

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 09:50:33 B 31.420 1.02 0.4 a0142.fits Y 3.71 10.356 0.010 925
2022-03-30 09:51:30 B 31.420 1.02 0.4 a0143.fits Y 3.71 10.289 0.010 942
2022-03-30 09:52:27 B 31.420 1.02 0.5 a0144.fits Y 3.91 10.338 0.011 793
2022-03-30 09:53:38 B 31.420 1.02 0.5 a0145.fits Y 4.17 10.400 0.011 752
2022-03-30 09:54:35 V 42.000 1.02 0.5 a0146.fits Y 4.03 5.986 0.001 47877
2022-03-30 09:55:43 V 42.000 1.02 0.5 a0147.fits Y 3.64 5.924 0.001 58593 !OE!
2022-03-30 09:56:50 V 42.000 1.02 0.5 a0148.fits Y 3.63 5.995 0.001 57367 !OE!
2022-03-30 09:57:59 SR 9.520 1.02 0.5 a0149.fits Y 3.89 13.610 0.184 919
2022-03-30 09:58:33 SR 9.520 1.02 0.6 a0150.fits Y 3.05 5.992 0.001 61070 !OE!
2022-03-30 09:59:24 SR 9.520 1.02 0.6 a0151.fits Y 3.39 6.005 0.001 58880 !OE!
2022-03-30 09:59:59 SI 5.000 1.02 0.6 a0152.fits Y 3.76 13.180 0.129 1359
2022-03-30 10:00:40 SI 5.000 1.02 0.6 a0153.fits Y 3.54 6.165 0.001 48333
2022-03-30 10:01:08 SI 5.000 1.02 0.6 a0154.fits Y 3.41 12.862 0.088 2901

V0725_Sgr

AUID 000-BCB-590

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 13:14:21 B 120.000 1.81 -5.1 a0238.fits 12.263 0.080 21450
2022-03-30 13:17:43 B 120.000 1.78 -5.0 a0239.fits 7.220 0.002 24773
2022-03-30 13:20:01 V 60.000 1.77 -5.0 a0240.fits 6.758 0.001 47388
2022-03-30 13:22:22 V 60.000 1.75 -4.9 a0241.fits 6.735 0.001 41849
2022-03-30 13:23:42 SR 60.000 1.74 -4.9 a0242.fits 9.505 0.006 2556
2022-03-30 13:26:02 SR 60.000 1.73 -4.9 a0243.fits 9.504 0.006 2726
2022-03-30 13:27:20 SI 60.000 1.72 -4.9 a0244.fits 7.519 0.002 19192
2022-03-30 13:29:39 SI 60.000 1.70 -4.8 a0245.fits 7.504 0.002 19366
2022-03-30 14:06:49 B 120.000 1.48 -4.2 a0256.fits 7.492 0.002 11622
2022-03-30 14:10:10 B 120.000 1.46 -4.1 a0257.fits 7.113 0.002 25541
2022-03-30 14:12:30 V 60.000 1.45 -4.1 a0258.fits 6.669 0.001 43572
2022-03-30 14:14:51 V 60.000 1.44 -4.1 a0259.fits 6.741 0.001 28038
2022-03-30 14:16:12 SR 60.000 1.44 -4.0 a0260.fits 7.478 0.002 20918
2022-03-30 14:18:32 SR 60.000 1.43 -4.0 a0261.fits 12.147 0.071 794
2022-03-30 14:19:50 SI 60.000 1.42 -4.0 a0262.fits 8.213 0.003 9318
2022-03-30 14:22:10 SI 60.000 1.41 -3.9 a0263.fits 8.283 0.003 7596
2022-03-30 15:08:22 B 120.000 1.24 -3.2 a0277.fits 6.279 0.001 56064 !OE!
2022-03-30 15:11:43 B 120.000 1.23 -3.1 a0278.fits 6.679 0.001 30353
2022-03-30 15:14:02 V 60.000 1.23 -3.1 a0279.fits 10.113 0.010 1235
2022-03-30 15:16:24 V 60.000 1.22 -3.0 a0280.fits 10.875 0.018 922
2022-03-30 15:17:45 SR 60.000 1.22 -3.0 a0281.fits 8.394 0.003 8194
2022-03-30 15:20:05 SR 60.000 1.21 -3.0 a0282.fits 8.866 0.004 5299
2022-03-30 15:21:23 SI 60.000 1.21 -2.9 a0283.fits 8.917 0.004 4438
2022-03-30 15:23:43 SI 60.000 1.20 -2.9 a0284.fits 8.762 0.004 4945

V0856_Sco

AUID 000-BCX-156

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 10:28:21 B 12.000 2.13 -5.8 a0164.fits 11.370 0.022 399
2022-03-30 10:29:04 B 12.000 2.12 -5.8 a0165.fits 11.369 0.022 353
2022-03-30 10:29:34 B 12.000 2.12 -5.8 a0166.fits 11.434 0.023 320
2022-03-30 10:30:06 V 5.000 2.11 -5.8 a0167.fits 10.892 0.014 593
2022-03-30 10:30:57 V 5.000 2.10 -5.7 a0168.fits 10.833 0.013 593
2022-03-30 10:31:20 V 5.000 2.10 -5.7 a0169.fits 10.822 0.013 671
2022-03-30 10:31:46 SR 5.000 2.09 -5.7 a0170.fits 10.131 0.009 1360
2022-03-30 10:33:09 SR 5.000 2.08 -5.7 a0171.fits 10.149 0.008 1432
2022-03-30 10:33:32 SR 5.000 2.08 -5.7 a0172.fits 10.159 0.009 1351
2022-03-30 10:33:55 SI 5.000 2.07 -5.7 a0173.fits 10.381 0.010 947
2022-03-30 10:34:51 SI 5.000 2.06 -5.7 a0174.fits 10.375 0.010 1140
2022-03-30 10:35:13 SI 5.000 2.06 -5.7 a0175.fits 10.283 0.009 1276

V2264_Oph

AUID 000-BBY-829

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 12:39:20 B 200.000 1.92 -4.8 a0228.fits Y 3.69 14.161 0.425 170
2022-03-30 12:43:09 B 200.000 1.89 -4.7 a0229.fits Y 3.34 15.280 1.231 177
2022-03-30 12:47:01 B 200.000 1.85 -4.7 a0230.fits Y 3.61 12.338 0.077 312
2022-03-30 12:50:51 B 200.000 1.82 -4.6 a0231.fits Y 3.27 12.387 0.080 533
2022-03-30 12:54:39 B 200.000 1.78 -4.5 a0232.fits Y 4.13 12.492 0.088 217
2022-03-30 12:58:29 V 100.000 1.77 -4.5 a0233.fits
2022-03-30 13:01:34 V 100.000 1.74 -4.4 a0234.fits
2022-03-30 13:03:38 V 100.000 1.73 -4.4 a0235.fits 13.152 0.137 113
2022-03-30 13:05:43 V 100.000 1.71 -4.4 a0236.fits 13.718 0.246 1642
2022-03-30 13:07:48 V 100.000 1.70 -4.3 a0237.fits

V2487_Oph

AUID 000-BBZ-131

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 13:33:23 B 200.000 1.78 -4.1 a0246.fits 11.671 0.045 367
2022-03-30 13:38:10 B 200.000 1.74 -4.0 a0247.fits 11.780 0.048 319
2022-03-30 13:41:54 B 200.000 1.71 -3.9 a0248.fits 11.756 0.047 357
2022-03-30 13:45:38 B 200.000 1.68 -3.9 a0249.fits 12.374 0.081 255
2022-03-30 13:49:23 B 200.000 1.66 -3.8 a0250.fits 11.780 0.048 385
2022-03-30 13:53:09 V 100.000 1.64 -3.8 a0251.fits 13.836 0.308 171
2022-03-30 13:56:15 V 100.000 1.62 -3.7 a0252.fits 11.686 0.042 438
2022-03-30 13:58:19 V 100.000 1.61 -3.7 a0253.fits 11.684 0.040 372
2022-03-30 14:00:24 V 100.000 1.60 -3.6 a0254.fits 11.632 0.039 494
2022-03-30 14:02:28 V 100.000 1.59 -3.6 a0255.fits 11.680 0.042 385

V3890_Sgr

AUID 000-BCC-531

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 14:45:03 V 100.000 1.58 -3.9 a0271.fits 10.420 0.015 1413
2022-03-30 14:48:05 V 100.000 1.56 -3.8 a0272.fits 9.546 0.008 1876
2022-03-30 14:50:04 V 100.000 1.55 -3.8 a0273.fits 9.279 0.006 3360
2022-03-30 14:52:02 B 200.000 1.53 -3.7 a0274.fits 8.541 0.004 6230
2022-03-30 14:56:45 B 200.000 1.50 -3.7 a0275.fits 8.589 0.004 6036
2022-03-30 15:00:22 B 200.000 1.48 -3.6 a0276.fits 8.909 0.006 4410

V4745_Sgr

AUID 000-BCC-929

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 16:39:06 B 200.000 1.11 -2.1 a0315.fits Y 4.50 12.701 0.115 431
2022-03-30 16:42:55 B 200.000 1.11 -2.1 a0316.fits Y 4.15 10.802 0.020 558
2022-03-30 16:46:44 B 200.000 1.10 -2.0 a0317.fits Y 3.56 12.547 0.101 605
2022-03-30 16:50:32 B 200.000 1.10 -1.9 a0318.fits 11.165 0.028 400
2022-03-30 16:55:18 B 200.000 1.09 -1.8 a0319.fits 11.192 0.027 465
2022-03-30 16:59:04 V 100.000 1.09 -1.8 a0320.fits Y 4.02 15.309 1.092 119
2022-03-30 17:01:23 V 100.000 1.08 -1.7 a0321.fits Y 3.21 11.776 0.041 334
2022-03-30 17:03:31 V 100.000 1.08 -1.7 a0322.fits Y 3.86 11.842 0.043 307
2022-03-30 17:05:44 V 100.000 1.08 -1.7 a0323.fits Y 3.64 11.937 0.048 290
2022-03-30 17:07:54 V 100.000 1.08 -1.6 a0324.fits Y 3.44 11.844 0.045 330

V838_Mon

AUID 000-BBM-355

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 08:36:02 SG 30.000 1.39 1.4 a0109.fits Y 3.84 10.342 0.011 983
2022-03-30 08:36:53 SG 180.000 1.40 1.4 a0110.fits Y 4.09 8.421 0.004 5579
2022-03-30 08:40:13 SG 180.000 1.41 1.5 a0111.fits Y 4.40 8.523 0.004 4704
2022-03-30 08:43:34 SR 180.000 1.42 1.5 a0112.fits Y 4.07 14.132 0.443 1744
2022-03-30 08:46:55 SR 180.000 1.43 1.6 a0113.fits Y 4.30 13.605 0.283 1762
2022-03-30 08:50:17 SI 180.000 1.44 1.6 a0114.fits Y 4.64 12.598 0.140 678
2022-03-30 08:53:37 SI 180.000 1.45 1.7 a0115.fits Y 4.15 12.455 0.117 1975

XX_Sct

AUID 000-BCX-193

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-30 15:40:10 B 120.000 1.73 -3.1 a0293.fits 10.443 0.013 815
2022-03-30 15:43:30 B 120.000 1.71 -3.0 a0294.fits 9.820 0.008 1388
2022-03-30 15:45:49 V 60.000 1.70 -3.0 a0295.fits Y 3.54 9.354 0.006 2562
2022-03-30 15:47:24 V 60.000 1.69 -3.0 a0296.fits Y 3.93 9.417 0.006 1953
2022-03-30 15:48:48 SR 60.000 1.68 -2.9 a0297.fits Y 3.39 8.949 0.005 3820
2022-03-30 15:50:09 SR 60.000 1.67 -2.9 a0298.fits Y 3.77 9.031 0.005 3123
2022-03-30 15:51:31 SI 60.000 1.66 -2.9 a0299.fits Y 3.66 9.193 0.005 2705
2022-03-30 15:52:53 SI 60.000 1.66 -2.9 a0300.fits Y 3.76 9.206 0.005 2575

Remark-o-matic Image View

images 101 to 150

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:27:46 a0101.fits TW_Hya B 30.000 1.18 -2.7 Y 3.12 8.761 0.004 5105 0.75
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:28:37 a0102.fits TW_Hya B 30.000 1.18 -2.7 Y 2.58 8.704 0.004 6872 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:29:29 a0103.fits TW_Hya V 15.000 1.18 -2.7 Y 2.62 8.151 0.003 10962 0.83
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:30:05 a0104.fits TW_Hya V 15.000 1.18 -2.7 Y 2.97 8.193 0.003 9184 0.84
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:30:43 a0105.fits TW_Hya SR 15.000 1.17 -2.6 Y 2.83 14.181 0.304 802 0.86
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:31:18 a0106.fits TW_Hya SR 15.000 1.17 -2.6 Y 3.09 7.342 0.002 19693 0.86
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:31:54 a0107.fits TW_Hya SI 15.000 1.17 -2.6 Y 3.05 15.568 1.074 552 0.88
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:32:29 a0108.fits TW_Hya SI 15.000 1.17 -2.6 Y 2.73 7.504 0.002 21858 0.87
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:36:02 a0109.fits V838_Mon SG 30.000 1.39 1.4 Y 3.84 10.342 0.011 983 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:36:53 a0110.fits V838_Mon SG 180.000 1.40 1.4 Y 4.09 8.421 0.004 5579 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:40:13 a0111.fits V838_Mon SG 180.000 1.41 1.5 Y 4.40 8.523 0.004 4704 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:43:34 a0112.fits V838_Mon SR 180.000 1.42 1.5 Y 4.07 14.132 0.443 1744 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:46:55 a0113.fits V838_Mon SR 180.000 1.43 1.6 Y 4.30 13.605 0.283 1762 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:50:17 a0114.fits V838_Mon SI 180.000 1.44 1.6 Y 4.64 12.598 0.14 678 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 08:53:37 a0115.fits V838_Mon SI 180.000 1.45 1.7 Y 4.15 12.455 0.117 1975 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:00:17 a0116.fits TU_Men SG 60.000 1.33 4.2 Y 3.48 12.383 0.065 162 0.27
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:01:37 a0117.fits TU_Men SG 60.000 1.33 4.2 Y 3.45 12.237 0.056 241 0.27
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:06:53 a0118.fits J1407_Cen B 90.000 1.75 -5.1 Y 3.68 9.5 0.006 2044 0.78
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:08:44 a0119.fits J1407_Cen B 90.000 1.74 -5.1 Y 3.40 9.652 0.007 1979 0.82
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:10:40 a0120.fits J1407_Cen V 30.000 1.73 -5.1 Y 3.17 8.994 0.004 4170 0.82
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:11:31 a0121.fits J1407_Cen V 30.000 1.73 -5.1 Y 3.01 8.874 0.004 5247 0.82
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:12:24 a0122.fits J1407_Cen SR 30.000 1.72 -5.0 Y 3.03 13.099 0.126 97 0.82
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:13:15 a0123.fits J1407_Cen SR 30.000 1.71 -5.0 Y 3.36 13.233 0.129 74 0.83
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:14:07 a0124.fits J1407_Cen SI 30.000 1.71 -5.0 Y 3.15 13.3 0.142 80 0.84
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:14:57 a0125.fits J1407_Cen SI 30.000 1.70 -5.0 Y 3.42 8.526 0.003 6018 0.84
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:18:22 a0126.fits ASASSN-20da B 30.000 1.51 -5.6 Y 3.03 9.602 0.007 2476 0.51
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:19:14 a0127.fits ASASSN-20da V 15.000 1.51 -5.6 Y 3.26 9.551 0.006 2304 0.50
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:19:53 a0128.fits ASASSN-20da SR 15.000 1.51 -5.6 Y 3.33 9.256 0.005 2921 0.51
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:20:30 a0129.fits ASASSN-20da SI 15.000 1.51 -5.6 Y 3.09 9.784 0.007 1928 0.52
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:21:14 a0130.fits ASASSN-20da B 30.000 1.51 -5.6 Y 3.45 9.587 0.006 1995 0.54
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:22:07 a0131.fits ASASSN-20da V 15.000 1.50 -5.6 Y 3.37 9.486 0.006 2363 0.54
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:22:46 a0132.fits ASASSN-20da SR 15.000 1.50 -5.6 Y 3.25 9.086 0.005 3455 0.53
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:23:23 a0133.fits ASASSN-20da SI 15.000 1.50 -5.6 Y 3.14 9.666 0.007 2390 0.53
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:24:08 a0134.fits ASASSN-20da B 30.000 1.50 -5.6 Y 3.45 9.505 0.006 2102 0.55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:25:00 a0135.fits ASASSN-20da V 15.000 1.50 -5.5 Y 3.19 9.417 0.006 2666 0.55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:25:39 a0136.fits ASASSN-20da SR 15.000 1.49 -5.5 Y 3.37 9.12 0.005 3347 0.55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:26:16 a0137.fits ASASSN-20da SI 15.000 1.49 -5.5 Y 3.21 9.674 0.007 2035 0.55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:30:23 a0138.fits 2MASS_J07092139-1029344 SI 60.000 1.40 2.2 Y 3.66 13.55 0.173 394 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:31:43 a0139.fits 2MASS_J07092139-1029344 SI 300.000 1.41 2.3 Y 4.62 11.755 0.05 324 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:37:03 a0140.fits 2MASS_J07092139-1029344 SI 300.000 1.43 2.3 Y 5.44 12.127 0.068 319 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:42:22 a0141.fits 2MASS_J07092139-1029344 SI 300.000 1.45 2.4 Y 5.19 12.082 0.068 297 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:50:33 a0142.fits V0487_Vel B 31.420 1.02 0.4 Y 3.71 10.356 0.01 925 0.28
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:51:30 a0143.fits V0487_Vel B 31.420 1.02 0.4 Y 3.71 10.289 0.01 942 0.28
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:52:27 a0144.fits V0487_Vel B 31.420 1.02 0.5 Y 3.91 10.338 0.011 793 0.28
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:53:38 a0145.fits V0487_Vel B 31.420 1.02 0.5 Y 4.17 10.4 0.011 752 0.26
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:54:35 a0146.fits V0487_Vel V 42.000 1.02 0.5 Y 4.03 5.986 0.001 47877 0.24
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:55:43 a0147.fits V0487_Vel V 42.000 1.02 0.5 Y 3.64 5.924 0.001 58593 0.22
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:56:50 a0148.fits V0487_Vel V 42.000 1.02 0.5 Y 3.63 5.995 0.001 57367 0.21
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:57:59 a0149.fits V0487_Vel SR 9.520 1.02 0.5 Y 3.89 13.61 0.184 919 0.19
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:58:33 a0150.fits V0487_Vel SR 9.520 1.02 0.6 Y 3.05 5.992 0.001 61070 0.19

images 151 to 200

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:59:24 a0151.fits V0487_Vel SR 9.520 1.02 0.6 Y 3.39 6.005 0.001 58880 0.17
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 09:59:59 a0152.fits V0487_Vel SI 5.000 1.02 0.6 Y 3.76 13.18 0.129 1359 0.17
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:00:40 a0153.fits V0487_Vel SI 5.000 1.02 0.6 Y 3.54 6.165 0.001 48333 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:01:08 a0154.fits V0487_Vel SI 5.000 1.02 0.6 Y 3.41 12.862 0.088 2901 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:04:45 a0155.fits NGC_1851 SG 60.000 1.60 4.7 Y 5.04 8.077 0.042 9428 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:06:05 a0156.fits NGC_1851 SG 100.000 1.61 4.7 Y 5.70 8.415 0.091 12329 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:08:05 a0157.fits NGC_1851 SG 100.000 1.62 4.8 Y 5.28 8.579 0.085 12787 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:10:07 a0158.fits NGC_1851 SG 100.000 1.63 4.8 Y 4.95 8.67 0.067 10401 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:12:07 a0159.fits NGC_1851 SG 100.000 1.65 4.9 Y 5.75 8.802 0.074 9572 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:14:09 a0160.fits NGC_1851 SI 100.000 1.66 4.9 Y 4.48 8.306 0.046 5430 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:16:10 a0161.fits NGC_1851 SI 100.000 1.67 4.9 Y 4.45 8.223 0.046 6374 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:18:10 a0162.fits NGC_1851 SI 100.000 1.68 5.0 Y 5.43 8.385 0.054 6353 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:20:11 a0163.fits NGC_1851 SI 100.000 1.70 5.0 Y 4.64 8.152 0.046 7311 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:28:21 a0164.fits V0856_Sco B 12.000 2.13 -5.8 11.37 0.022 399
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:29:04 a0165.fits V0856_Sco B 12.000 2.12 -5.8 11.369 0.022 353
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:29:34 a0166.fits V0856_Sco B 12.000 2.12 -5.8 11.434 0.023 320
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:30:06 a0167.fits V0856_Sco V 5.000 2.11 -5.8 10.892 0.014 593
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:30:57 a0168.fits V0856_Sco V 5.000 2.10 -5.7 10.833 0.013 593
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:31:20 a0169.fits V0856_Sco V 5.000 2.10 -5.7 10.822 0.013 671
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:31:46 a0170.fits V0856_Sco SR 5.000 2.09 -5.7 10.131 0.009 1360
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:33:09 a0171.fits V0856_Sco SR 5.000 2.08 -5.7 10.149 0.008 1432
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:33:32 a0172.fits V0856_Sco SR 5.000 2.08 -5.7 10.159 0.009 1351
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:33:55 a0173.fits V0856_Sco SI 5.000 2.07 -5.7 10.381 0.01 947
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:34:51 a0174.fits V0856_Sco SI 5.000 2.06 -5.7 10.375 0.01 1140
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:35:13 a0175.fits V0856_Sco SI 5.000 2.06 -5.7 10.283 0.009 1276
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:39:24 a0176.fits NGC_2298 SG 60.000 1.36 3.7 Y 4.02 11.919 0.137 635 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:40:43 a0177.fits NGC_2298 SG 100.000 1.37 3.7 Y 3.93 10.216 0.047 998 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:42:43 a0178.fits NGC_2298 SG 100.000 1.38 3.8 Y 4.15 10.306 0.047 901 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:44:43 a0179.fits NGC_2298 SG 100.000 1.39 3.8 Y 3.74 10.637 0.048 721 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:46:42 a0180.fits NGC_2298 SG 100.000 1.39 3.8 Y 3.79 10.882 0.054 587 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:48:44 a0181.fits NGC_2298 SI 100.000 1.40 3.9 Y 3.73 11.312 0.062 431 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:50:43 a0182.fits NGC_2298 SI 100.000 1.41 3.9 12.969 0.242 366
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:53:42 a0183.fits NGC_2298 SI 100.000 1.42 4.0 11.884 0.116 492
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 10:55:40 a0184.fits NGC_2298 SI 100.000 1.43 4.0 12.167 0.129 407
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:01:22 a0185.fits NGC_5824 SG 60.000 1.52 -4.2 Y 3.43 9.945 0.037 2117 0.88
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:02:44 a0186.fits NGC_5824 SG 100.000 1.51 -4.1 Y 4.02 9.306 0.034 4011 0.91
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:04:46 a0187.fits NGC_5824 SG 100.000 1.49 -4.1 Y 4.43 9.099 0.024 6018 0.95
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:06:48 a0188.fits NGC_5824 SG 100.000 1.48 -4.1 Y 4.45 9.706 0.041 2309 0.98
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:08:50 a0189.fits NGC_5824 SG 100.000 1.47 -4.0 Y 3.99 10.226 0.045 1839 0.99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:10:52 a0190.fits NGC_5824 SG 100.000 1.46 -4.0 Y 3.65 10.641 0.059 1238 1.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:13:05 a0191.fits NGC_5824 SG 100.000 1.45 -4.0 Y 4.08 9.186 0.004 5573 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:15:07 a0192.fits NGC_5824 SG 100.000 1.44 -3.9 Y 3.94 9.839 0.037 4013 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:17:11 a0193.fits NGC_5824 SI 100.000 1.43 -3.9 Y 4.31 9.656 0.039 2559 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:19:13 a0194.fits NGC_5824 SI 100.000 1.42 -3.9 Y 4.09 9.446 0.037 3415 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:21:14 a0195.fits NGC_5824 SI 100.000 1.42 -3.8 Y 4.08 9.043 0.035 4284 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:23:17 a0196.fits NGC_5824 SI 100.000 1.41 -3.8 Y 4.14 9.078 0.043 8029 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:25:19 a0197.fits NGC_5824 SI 100.000 1.40 -3.8 Y 3.94 9.084 0.04 7104 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:27:21 a0198.fits NGC_5824 SI 100.000 1.39 -3.7 Y 4.16 9.169 0.044 4017 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:29:23 a0199.fits NGC_5824 SI 100.000 1.38 -3.7 Y 4.47 9.023 0.038 4784 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:34:02 a0200.fits NGC_4590 SG 60.000 1.08 -1.2 Y 3.74 11.584 0.111 749 0.08

images 201 to 250

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:35:22 a0201.fits NGC_4590 SG 100.000 1.08 -1.2 Y 3.17 10.394 0.052 1304 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:37:22 a0202.fits NGC_4590 SG 100.000 1.08 -1.1 Y 3.12 10.309 0.047 1491 0.98
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:39:35 a0203.fits NGC_4590 SG 100.000 1.08 -1.1 Y 3.08 10.308 0.044 1577 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:41:34 a0204.fits NGC_4590 SG 100.000 1.07 -1.1 10.53 0.05 1434
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:44:37 a0205.fits NGC_4590 SI 100.000 1.07 -1.0 Y 3.18 10.454 0.046 1158 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:46:37 a0206.fits NGC_4590 SI 100.000 1.07 -1.0 Y 3.21 10.524 0.049 1130 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:48:35 a0207.fits NGC_4590 SI 100.000 1.07 -1.0 Y 2.80 11.026 0.09 1341 0.15
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:50:34 a0208.fits NGC_4590 SI 100.000 1.07 -0.9 Y 2.65 10.482 0.046 1353 0.17
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:55:17 a0209.fits NGC_5946 SG 60.000 1.27 -3.8 Y 3.02 9.195 0.028 3898 0.65
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:56:40 a0210.fits NGC_5946 SG 100.000 1.26 -3.8 Y 2.76 8.098 0.01 7279 0.68
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 11:58:43 a0211.fits NGC_5946 SG 100.000 1.26 -3.7 Y 2.77 10.382 0.091 6348 0.71
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:00:47 a0212.fits NGC_5946 SG 100.000 1.25 -3.7 Y 3.21 9.082 0.031 6169 0.73
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:02:50 a0213.fits NGC_5946 SG 100.000 1.25 -3.7 Y 2.50 8.446 0.016 7603 0.74
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:04:54 a0214.fits NGC_5946 SG 100.000 1.24 -3.6 Y 2.93 9.026 0.035 6786 0.77
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:07:45 a0215.fits NGC_5946 SI 100.000 1.24 -3.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:10:48 a0216.fits NGC_5946 SI 100.000 1.23 -3.5 11.025 0.118 2768
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:12:44 a0217.fits NGC_5946 SI 100.000 1.22 -3.5 9.227 0.02 3014
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:14:42 a0218.fits NGC_5946 SI 100.000 1.22 -3.5 10.893 0.103 3126
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:16:39 a0219.fits NGC_5946 SI 100.000 1.22 -3.4 10.742 0.09 3269
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:21:12 a0220.fits KK_Oph B 30.000 2.02 -4.9 Y 3.60 8.609 0.004 4660 0.88
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:22:36 a0221.fits KK_Oph B 30.000 2.00 -4.9 Y 2.79 8.508 0.003 7120 0.89
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:23:29 a0222.fits KK_Oph V 15.000 2.00 -4.9 Y 2.51 9.242 0.005 3936 0.90
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:24:05 a0223.fits KK_Oph V 15.000 1.99 -4.9 9.253 0.005 3621
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:25:43 a0224.fits KK_Oph SR 15.000 1.97 -4.9 8.906 0.004 4555
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:27:17 a0225.fits KK_Oph SR 15.000 1.96 -4.8 8.861 0.004 4394
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:27:50 a0226.fits KK_Oph SI 15.000 1.95 -4.8 10.234 0.009 1562
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:28:44 a0227.fits KK_Oph SI 15.000 1.94 -4.8 10.217 0.009 1316
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:39:20 a0228.fits V2264_Oph B 200.000 1.92 -4.8 Y 3.69 14.161 0.425 170 0.91
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:43:09 a0229.fits V2264_Oph B 200.000 1.89 -4.7 Y 3.34 15.28 1.231 177 0.91
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:47:01 a0230.fits V2264_Oph B 200.000 1.85 -4.7 Y 3.61 12.338 0.077 312 0.94
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:50:51 a0231.fits V2264_Oph B 200.000 1.82 -4.6 Y 3.27 12.387 0.08 533 0.91
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:54:39 a0232.fits V2264_Oph B 200.000 1.78 -4.5 Y 4.13 12.492 0.088 217 0.91
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 12:58:29 a0233.fits V2264_Oph V 100.000 1.77 -4.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:01:34 a0234.fits V2264_Oph V 100.000 1.74 -4.4
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:03:38 a0235.fits V2264_Oph V 100.000 1.73 -4.4 13.152 0.137 113
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:05:43 a0236.fits V2264_Oph V 100.000 1.71 -4.4 13.718 0.246 1642
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:07:48 a0237.fits V2264_Oph V 100.000 1.70 -4.3
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:14:21 a0238.fits V0725_Sgr B 120.000 1.81 -5.1 12.263 0.08 21450
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:17:43 a0239.fits V0725_Sgr B 120.000 1.78 -5.0 7.22 0.002 24773
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:20:01 a0240.fits V0725_Sgr V 60.000 1.77 -5.0 6.758 0.001 47388
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:22:22 a0241.fits V0725_Sgr V 60.000 1.75 -4.9 6.735 0.001 41849
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:23:42 a0242.fits V0725_Sgr SR 60.000 1.74 -4.9 9.505 0.006 2556
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:26:02 a0243.fits V0725_Sgr SR 60.000 1.73 -4.9 9.504 0.006 2726
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:27:20 a0244.fits V0725_Sgr SI 60.000 1.72 -4.9 7.519 0.002 19192
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:29:39 a0245.fits V0725_Sgr SI 60.000 1.70 -4.8 7.504 0.002 19366
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:33:23 a0246.fits V2487_Oph B 200.000 1.78 -4.1 11.671 0.045 367
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:38:10 a0247.fits V2487_Oph B 200.000 1.74 -4.0 11.78 0.048 319
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:41:54 a0248.fits V2487_Oph B 200.000 1.71 -3.9 11.756 0.047 357
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:45:38 a0249.fits V2487_Oph B 200.000 1.68 -3.9 12.374 0.081 255
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:49:23 a0250.fits V2487_Oph B 200.000 1.66 -3.8 11.78 0.048 385

images 251 to 300

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:53:09 a0251.fits V2487_Oph V 100.000 1.64 -3.8 13.836 0.308 171
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:56:15 a0252.fits V2487_Oph V 100.000 1.62 -3.7 11.686 0.042 438
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 13:58:19 a0253.fits V2487_Oph V 100.000 1.61 -3.7 11.684 0.04 372
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:00:24 a0254.fits V2487_Oph V 100.000 1.60 -3.6 11.632 0.039 494
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:02:28 a0255.fits V2487_Oph V 100.000 1.59 -3.6 11.68 0.042 385
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:06:49 a0256.fits V0725_Sgr B 120.000 1.48 -4.2 7.492 0.002 11622
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:10:10 a0257.fits V0725_Sgr B 120.000 1.46 -4.1 7.113 0.002 25541
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:12:30 a0258.fits V0725_Sgr V 60.000 1.45 -4.1 6.669 0.001 43572
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:14:51 a0259.fits V0725_Sgr V 60.000 1.44 -4.1 6.741 0.001 28038
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:16:12 a0260.fits V0725_Sgr SR 60.000 1.44 -4.0 7.478 0.002 20918
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:18:32 a0261.fits V0725_Sgr SR 60.000 1.43 -4.0 12.147 0.071 794
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:19:50 a0262.fits V0725_Sgr SI 60.000 1.42 -4.0 8.213 0.003 9318
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:22:10 a0263.fits V0725_Sgr SI 60.000 1.41 -3.9 8.283 0.003 7596
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:25:58 a0264.fits PNV_J17291350 B 60.000 1.46 -3.2 Y 2.49 13.021 0.115 198 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:27:26 a0265.fits PNV_J17291350 B 150.000 1.44 -3.1 Y 3.01 12.438 0.082 285 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:30:25 a0266.fits PNV_J17291350 B 150.000 1.43 -3.1 Y 2.80 13.797 0.279 216 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:33:24 a0267.fits PNV_J17291350 B 150.000 1.42 -3.0 Y 3.25 12.924 0.129 263 0.19
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:36:23 a0268.fits PNV_J17291350 V 100.000 1.41 -3.0 Y 2.92 13.225 0.151 434 0.19
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:38:31 a0269.fits PNV_J17291350 V 100.000 1.40 -2.9 Y 3.07 12.171 0.058 255 0.19
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:40:39 a0270.fits PNV_J17291350 V 100.000 1.39 -2.9 Y 3.25 11.966 0.051 316 0.21
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:45:03 a0271.fits V3890_Sgr V 100.000 1.58 -3.9 10.42 0.015 1413
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:48:05 a0272.fits V3890_Sgr V 100.000 1.56 -3.8 9.546 0.008 1876
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:50:04 a0273.fits V3890_Sgr V 100.000 1.55 -3.8 9.279 0.006 3360
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:52:02 a0274.fits V3890_Sgr B 200.000 1.53 -3.7 8.541 0.004 6230
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 14:56:45 a0275.fits V3890_Sgr B 200.000 1.50 -3.7 8.589 0.004 6036
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:00:22 a0276.fits V3890_Sgr B 200.000 1.48 -3.6 8.909 0.006 4410
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:08:22 a0277.fits V0725_Sgr B 120.000 1.24 -3.2 6.279 0.001 56064
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:11:43 a0278.fits V0725_Sgr B 120.000 1.23 -3.1 6.679 0.001 30353
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:14:02 a0279.fits V0725_Sgr V 60.000 1.23 -3.1 10.113 0.01 1235
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:16:24 a0280.fits V0725_Sgr V 60.000 1.22 -3.0 10.875 0.018 922
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:17:45 a0281.fits V0725_Sgr SR 60.000 1.22 -3.0 8.394 0.003 8194
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:20:05 a0282.fits V0725_Sgr SR 60.000 1.21 -3.0 8.866 0.004 5299
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:21:23 a0283.fits V0725_Sgr SI 60.000 1.21 -2.9 8.917 0.004 4438
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:23:43 a0284.fits V0725_Sgr SI 60.000 1.20 -2.9 8.762 0.004 4945
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:33:09 a0285.fits GSC_05107_00266 B 30.000 1.78 -3.0
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:33:59 a0286.fits GSC_05107_00266 B 30.000 1.77 -3.0
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:34:48 a0287.fits GSC_05107_00266 V 15.000 1.77 -3.0
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:35:24 a0288.fits GSC_05107_00266 V 15.000 1.76 -3.0
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:35:59 a0289.fits GSC_05107_00266 SR 15.000 1.76 -2.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:36:32 a0290.fits GSC_05107_00266 SR 15.000 1.76 -2.9 14.06 0.239 273
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:37:06 a0291.fits GSC_05107_00266 SI 15.000 1.75 -2.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:37:42 a0292.fits GSC_05107_00266 SI 15.000 1.75 -2.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:40:10 a0293.fits XX_Sct B 120.000 1.73 -3.1 10.443 0.013 815
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:43:30 a0294.fits XX_Sct B 120.000 1.71 -3.0 9.82 0.008 1388
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:45:49 a0295.fits XX_Sct V 60.000 1.70 -3.0 Y 3.54 9.354 0.006 2562 1.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:47:24 a0296.fits XX_Sct V 60.000 1.69 -3.0 Y 3.93 9.417 0.006 1953 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:48:48 a0297.fits XX_Sct SR 60.000 1.68 -2.9 Y 3.39 8.949 0.005 3820 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:50:09 a0298.fits XX_Sct SR 60.000 1.67 -2.9 Y 3.77 9.031 0.005 3123 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:51:31 a0299.fits XX_Sct SI 60.000 1.66 -2.9 Y 3.66 9.193 0.005 2705 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:52:53 a0300.fits XX_Sct SI 60.000 1.66 -2.9 Y 3.76 9.206 0.005 2575 0.07

images 301 to 350

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:56:09 a0301.fits CI_Aql V 100.000 1.90 -3.0 Y 3.61 11.503 0.033 319 0.95
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 15:58:12 a0302.fits CI_Aql V 100.000 1.89 -3.0 Y 3.50 99.999 9.999 480 0.96
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:00:17 a0303.fits CI_Aql V 100.000 1.87 -3.0 Y 3.74 11.172 0.025 444 0.98
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:02:19 a0304.fits CI_Aql B 200.000 1.84 -2.9 Y 4.37 10.589 0.018 687 0.98
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:06:02 a0305.fits CI_Aql B 200.000 1.82 -2.9 Y 4.80 10.711 0.021 604 0.99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:09:59 a0306.fits CI_Aql B 200.000 1.79 -2.8 Y 4.92 12.658 0.111 193 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:16:08 a0307.fits ASASSN-V_J18165406-2021176 B 120.000 1.22 -2.1 Y 3.54 7.481 0.002 14771 0.43
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:18:31 a0308.fits ASASSN-V_J18165406-2021176 B 120.000 1.22 -2.1 Y 3.93 7.531 0.002 11693 0.45
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:20:56 a0309.fits ASASSN-V_J18165406-2021176 V 60.000 1.21 -2.0 Y 4.89 8.391 0.003 4414 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:22:19 a0310.fits ASASSN-V_J18165406-2021176 V 60.000 1.21 -2.0 Y 3.64 8.09 0.003 7633 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:23:43 a0311.fits ASASSN-V_J18165406-2021176 SR 60.000 1.21 -2.0 Y 3.58 8.51 0.004 5542 0.50
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:25:05 a0312.fits ASASSN-V_J18165406-2021176 SR 60.000 1.21 -2.0 Y 3.10 8.445 0.003 7320 0.51
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:26:27 a0313.fits ASASSN-V_J18165406-2021176 SI 60.000 1.20 -1.9 Y 3.43 9.035 0.005 3515 0.52
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:27:49 a0314.fits ASASSN-V_J18165406-2021176 SI 60.000 1.20 -1.9 Y 3.52 9.01 0.005 3379 0.52
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:39:06 a0315.fits V4745_Sgr B 200.000 1.11 -2.1 Y 4.50 12.701 0.115 431 0.88
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:42:55 a0316.fits V4745_Sgr B 200.000 1.11 -2.1 Y 4.15 10.802 0.02 558 0.92
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:46:44 a0317.fits V4745_Sgr B 200.000 1.10 -2.0 Y 3.56 12.547 0.101 605 0.93
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:50:32 a0318.fits V4745_Sgr B 200.000 1.10 -1.9 11.165 0.028 400
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:55:18 a0319.fits V4745_Sgr B 200.000 1.09 -1.8 11.192 0.027 465
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 16:59:04 a0320.fits V4745_Sgr V 100.000 1.09 -1.8 Y 4.02 15.309 1.092 119 1.00
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:01:23 a0321.fits V4745_Sgr V 100.000 1.08 -1.7 Y 3.21 11.776 0.041 334 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:03:31 a0322.fits V4745_Sgr V 100.000 1.08 -1.7 Y 3.86 11.842 0.043 307 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:05:44 a0323.fits V4745_Sgr V 100.000 1.08 -1.7 Y 3.64 11.937 0.048 290 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:07:54 a0324.fits V4745_Sgr V 100.000 1.08 -1.6 Y 3.44 11.844 0.045 330 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:13:08 a0325.fits NGC_5634 SG 60.000 1.60 2.6 12.852 0.258 228
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:14:28 a0326.fits NGC_5634 SG 100.000 1.61 2.7 10.916 0.05 480
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:16:26 a0327.fits NGC_5634 SG 100.000 1.62 2.7 11.323 0.051 453
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:18:23 a0328.fits NGC_5634 SG 100.000 1.63 2.7 11.222 0.049 526
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:20:21 a0329.fits NGC_5634 SG 100.000 1.64 2.7 11.161 0.046 476
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:22:18 a0330.fits NGC_5634 SG 100.000 1.65 2.8 11.192 0.051 503
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:24:14 a0331.fits NGC_5634 SG 100.000 1.66 2.8 11.273 0.051 522
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:26:11 a0332.fits NGC_5634 SG 100.000 1.67 2.8 11.43 0.051 439
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:28:10 a0333.fits NGC_5634 SI 100.000 1.68 2.9 Y 4.88 10.333 0.041 1297 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:30:10 a0334.fits NGC_5634 SI 100.000 1.70 2.9 Y 4.38 10.559 0.054 814 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:32:09 a0335.fits NGC_5634 SI 100.000 1.71 2.9 Y 5.09 10.833 0.072 725 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:34:09 a0336.fits NGC_5634 SI 100.000 1.72 3.0 Y 5.95 10.385 0.088 859 0.17
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:36:08 a0337.fits NGC_5634 SI 100.000 1.74 3.0 Y 5.04 10.266 0.05 966 0.19
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:38:07 a0338.fits NGC_5634 SI 100.000 1.75 3.0 Y 4.64 10.15 0.042 1165 0.18
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:40:07 a0339.fits NGC_5634 SI 100.000 1.76 3.1 Y 5.94 10.287 0.039 1388 0.18
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:44:12 a0340.fits Pal_5 SG 60.000 1.70 2.4 Y 4.89 15.167 0.859 1370 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:45:32 a0341.fits Pal_5 SG 100.000 1.71 2.4 Y 5.42 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:47:55 a0342.fits Pal_5 SG 100.000 1.73 2.4 Y 4.44 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:49:55 a0343.fits Pal_5 SG 100.000 1.74 2.5 Y 4.62 13.119 0.161 913 0.20
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:51:54 a0344.fits Pal_5 SG 100.000 1.75 2.5 Y 4.17 14.543 0.608 621 0.21
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:53:54 a0345.fits Pal_5 SG 100.000 1.76 2.5 Y 3.40 13.944 0.398 1180 0.24
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:55:55 a0346.fits Pal_5 SI 100.000 1.77 2.6 Y 4.46 0.22
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 17:58:03 a0347.fits Pal_5 SI 100.000 1.79 2.6 Y 3.92 13.601 0.274 1515 0.21
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 18:00:11 a0348.fits Pal_5 SI 100.000 1.80 2.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 18:02:27 a0349.fits Pal_5 SI 100.000 1.81 2.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-30 18:04:24 a0350.fits Pal_5 SI 100.000 1.83 2.7

Image Table

images 101 to 150

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 08:27:46 a0101.fits TW_Hya B 30.0 1.18 -2.7 Y 3.12 8.761 0.004 5105 000-BCW-108 0.750731 9668.85262 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.986683 Y
2022-03-30 08:28:37 a0102.fits TW_Hya B 30.0 1.18 -2.7 Y 2.58 8.704 0.004 6872 000-BCW-108 0.801277 9668.85321 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001257 Y
2022-03-30 08:29:29 a0103.fits TW_Hya V 15.0 1.18 -2.7 Y 2.62 8.151 0.003 10962 000-BCW-108 0.827519 9668.85381 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995542 Y
2022-03-30 08:30:05 a0104.fits TW_Hya V 15.0 1.18 -2.7 Y 2.97 8.193 0.003 9184 000-BCW-108 0.839040 9668.85422 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994382 Y
2022-03-30 08:30:43 a0105.fits TW_Hya SR 15.0 1.17 -2.6 Y 2.83 14.181 0.304 802 000-BCW-108 0.860840 9668.85466 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990349 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 08:31:18 a0106.fits TW_Hya SR 15.0 1.17 -2.6 Y 3.09 7.342 0.002 19693 000-BCW-108 0.856622 9668.85507 -20.0000 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996473 Y
2022-03-30 08:31:54 a0107.fits TW_Hya SI 15.0 1.17 -2.6 Y 3.05 15.568 1.074 552 000-BCW-108 0.879070 9668.85549 -20.0000 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991459 Y
2022-03-30 08:32:29 a0108.fits TW_Hya SI 15.0 1.17 -2.6 Y 2.73 7.504 0.002 21858 000-BCW-108 0.872775 9668.85589 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996199 Y
2022-03-30 08:36:02 a0109.fits V838_Mon SG 30.0 1.39 1.4 Y 3.84 10.342 0.011 983 000-BBM-355 0.038383 9668.85836 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989472 Y
2022-03-30 08:36:53 a0110.fits V838_Mon SG 180.0 1.40 1.4 Y 4.09 8.421 0.004 5579 000-BBM-355 0.047112 9668.85895 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993097 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 08:40:13 a0111.fits V838_Mon SG 180.0 1.41 1.5 Y 4.40 8.523 0.004 4704 000-BBM-355 0.089204 9668.86126 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992734 Y
2022-03-30 08:43:34 a0112.fits V838_Mon SR 180.0 1.42 1.5 Y 4.07 14.132 0.443 1744 000-BBM-355 0.104097 9668.86359 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991830 Y
2022-03-30 08:46:55 a0113.fits V838_Mon SR 180.0 1.43 1.6 Y 4.30 13.605 0.283 1762 000-BBM-355 0.127155 9668.86591 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993826 Y
2022-03-30 08:50:17 a0114.fits V838_Mon SI 180.0 1.44 1.6 Y 4.64 12.598 0.140 678 000-BBM-355 0.134849 9668.86825 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992826 Y
2022-03-30 08:53:37 a0115.fits V838_Mon SI 180.0 1.45 1.7 Y 4.15 12.455 0.117 1975 000-BBM-355 0.130300 9668.87057 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992745 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 09:00:17 a0116.fits TU_Men SG 60.0 1.33 4.2 Y 3.48 12.383 0.065 162 000-BCW-366 0.266236 9668.87520 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997099 Y
2022-03-30 09:01:37 a0117.fits TU_Men SG 60.0 1.33 4.2 Y 3.45 12.237 0.056 241 000-BCW-366 0.269763 9668.87612 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990980 Y
2022-03-30 09:06:53 a0118.fits J1407_Cen B 90.0 1.75 -5.1 Y 3.68 9.500 0.006 2044 None 0.777277 9668.87978 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989513 Y
2022-03-30 09:08:44 a0119.fits J1407_Cen B 90.0 1.74 -5.1 Y 3.40 9.652 0.007 1979 None 0.819952 9668.88106 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994398 Y
2022-03-30 09:10:40 a0120.fits J1407_Cen V 30.0 1.73 -5.1 Y 3.17 8.994 0.004 4170 None 0.815991 9668.88241 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994797 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 09:11:31 a0121.fits J1407_Cen V 30.0 1.73 -5.1 Y 3.01 8.874 0.004 5247 None 0.824832 9668.88300 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995165 Y
2022-03-30 09:12:24 a0122.fits J1407_Cen SR 30.0 1.72 -5.0 Y 3.03 13.099 0.126 97 None 0.824810 9668.88361 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997386 Y
2022-03-30 09:13:15 a0123.fits J1407_Cen SR 30.0 1.71 -5.0 Y 3.36 13.233 0.129 74 None 0.833037 9668.88420 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999211 Y
2022-03-30 09:14:07 a0124.fits J1407_Cen SI 30.0 1.71 -5.0 Y 3.15 13.300 0.142 80 None 0.837061 9668.88480 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997559 Y
2022-03-30 09:14:57 a0125.fits J1407_Cen SI 30.0 1.70 -5.0 Y 3.42 8.526 0.003 6018 None 0.842853 9668.88538 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995539 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 09:18:22 a0126.fits ASASSN-20da B 30.0 1.51 -5.6 Y 3.03 9.602 0.007 2476 000-BNL-373 0.507897 9668.88775 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.988924 Y
2022-03-30 09:19:14 a0127.fits ASASSN-20da V 15.0 1.51 -5.6 Y 3.26 9.551 0.006 2304 000-BNL-373 0.504945 9668.88836 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998338 Y
2022-03-30 09:19:53 a0128.fits ASASSN-20da SR 15.0 1.51 -5.6 Y 3.33 9.256 0.005 2921 000-BNL-373 0.512243 9668.88881 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996323 Y
2022-03-30 09:20:30 a0129.fits ASASSN-20da SI 15.0 1.51 -5.6 Y 3.09 9.784 0.007 1928 000-BNL-373 0.517217 9668.88924 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995484 Y
2022-03-30 09:21:14 a0130.fits ASASSN-20da B 30.0 1.51 -5.6 Y 3.45 9.587 0.006 1995 000-BNL-373 0.535690 9668.88975 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999538 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 09:22:07 a0131.fits ASASSN-20da V 15.0 1.50 -5.6 Y 3.37 9.486 0.006 2363 000-BNL-373 0.535019 9668.89036 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994410 Y
2022-03-30 09:22:46 a0132.fits ASASSN-20da SR 15.0 1.50 -5.6 Y 3.25 9.086 0.005 3455 000-BNL-373 0.531280 9668.89081 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997011 Y
2022-03-30 09:23:23 a0133.fits ASASSN-20da SI 15.0 1.50 -5.6 Y 3.14 9.666 0.007 2390 000-BNL-373 0.532123 9668.89124 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994075 Y
2022-03-30 09:24:08 a0134.fits ASASSN-20da B 30.0 1.50 -5.6 Y 3.45 9.505 0.006 2102 000-BNL-373 0.549107 9668.89176 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994982 Y
2022-03-30 09:25:00 a0135.fits ASASSN-20da V 15.0 1.50 -5.5 Y 3.19 9.417 0.006 2666 000-BNL-373 0.545180 9668.89236 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996127 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 09:25:39 a0136.fits ASASSN-20da SR 15.0 1.49 -5.5 Y 3.37 9.120 0.005 3347 000-BNL-373 0.545113 9668.89281 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995504 Y
2022-03-30 09:26:16 a0137.fits ASASSN-20da SI 15.0 1.49 -5.5 Y 3.21 9.674 0.007 2035 000-BNL-373 0.545634 9668.89324 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996552 Y
2022-03-30 09:30:23 a0138.fits 2MASS_J07092139-1029344 SI 60.0 1.40 2.2 Y 3.66 13.550 0.173 394 000-BLQ-250 0.069283 9668.89610 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990877 Y
2022-03-30 09:31:43 a0139.fits 2MASS_J07092139-1029344 SI 300.0 1.41 2.3 Y 4.62 11.755 0.050 324 000-BLQ-250 0.070208 9668.89703 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993800 Y
2022-03-30 09:37:03 a0140.fits 2MASS_J07092139-1029344 SI 300.0 1.43 2.3 Y 5.44 12.127 0.068 319 000-BLQ-250 0.079557 9668.90073 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993786 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 09:42:22 a0141.fits 2MASS_J07092139-1029344 SI 300.00 1.45 2.4 Y 5.19 12.082 0.068 297 000-BLQ-250 0.141774 9668.90442 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993535 Y
2022-03-30 09:50:33 a0142.fits V0487_Vel B 31.42 1.02 0.4 Y 3.71 10.356 0.010 925 000-BKH-030 0.280858 9668.91010 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.985949 Y
2022-03-30 09:51:30 a0143.fits V0487_Vel B 31.42 1.02 0.4 Y 3.71 10.289 0.010 942 000-BKH-030 0.281626 9668.91076 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990059 Y
2022-03-30 09:52:27 a0144.fits V0487_Vel B 31.42 1.02 0.5 Y 3.91 10.338 0.011 793 000-BKH-030 0.279915 9668.91142 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992927 Y
2022-03-30 09:53:38 a0145.fits V0487_Vel B 31.42 1.02 0.5 Y 4.17 10.400 0.011 752 000-BKH-030 0.262685 9668.91225 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995846 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 09:54:35 a0146.fits V0487_Vel V 42.00 1.02 0.5 Y 4.03 5.986 0.001 47877 000-BKH-030 0.240881 9668.91291 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993520 Y
2022-03-30 09:55:43 a0147.fits V0487_Vel V 42.00 1.02 0.5 Y 3.64 5.924 0.001 58593 000-BKH-030 0.219550 9668.91369 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993400 Y
2022-03-30 09:56:50 a0148.fits V0487_Vel V 42.00 1.02 0.5 Y 3.63 5.995 0.001 57367 000-BKH-030 0.206716 9668.91447 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992669 Y
2022-03-30 09:57:59 a0149.fits V0487_Vel SR 9.52 1.02 0.5 Y 3.89 13.610 0.184 919 000-BKH-030 0.188298 9668.91527 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.988815 Y
2022-03-30 09:58:33 a0150.fits V0487_Vel SR 9.52 1.02 0.6 Y 3.05 5.992 0.001 61070 000-BKH-030 0.191103 9668.91566 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992811 Y

images 151 to 200

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 09:59:24 a0151.fits V0487_Vel SR 9.52 1.02 0.6 Y 3.39 6.005 0.001 58880 000-BKH-030 0.170995 9668.91625 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995556 Y
2022-03-30 09:59:59 a0152.fits V0487_Vel SI 5.00 1.02 0.6 Y 3.76 13.180 0.129 1359 000-BKH-030 0.171662 9668.91666 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990984 Y
2022-03-30 10:00:40 a0153.fits V0487_Vel SI 5.00 1.02 0.6 Y 3.54 6.165 0.001 48333 000-BKH-030 0.158523 9668.91713 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993081 Y
2022-03-30 10:01:08 a0154.fits V0487_Vel SI 5.00 1.02 0.6 Y 3.41 12.862 0.088 2901 000-BKH-030 0.158740 9668.91745 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.986411 Y
2022-03-30 10:04:45 a0155.fits NGC_1851 SG 60.00 1.60 4.7 Y 5.04 8.077 0.042 9428 None 0.071176 9668.91997 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991063 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 10:06:05 a0156.fits NGC_1851 SG 100.0 1.61 4.7 Y 5.70 8.415 0.091 12329 None 0.058060 9668.92089 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994659 Y
2022-03-30 10:08:05 a0157.fits NGC_1851 SG 100.0 1.62 4.8 Y 5.28 8.579 0.085 12787 None 0.057304 9668.92228 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989988 Y
2022-03-30 10:10:07 a0158.fits NGC_1851 SG 100.0 1.63 4.8 Y 4.95 8.670 0.067 10401 None 0.065104 9668.92369 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995990 Y
2022-03-30 10:12:07 a0159.fits NGC_1851 SG 100.0 1.65 4.9 Y 5.75 8.802 0.074 9572 None 0.096000 9668.92508 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993794 Y
2022-03-30 10:14:09 a0160.fits NGC_1851 SI 100.0 1.66 4.9 Y 4.48 8.306 0.046 5430 None 0.098874 9668.92649 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998011 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 10:16:10 a0161.fits NGC_1851 SI 100.0 1.67 4.9 Y 4.45 8.223 0.046 6374 None 0.097897 9668.92789 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995694 Y
2022-03-30 10:18:10 a0162.fits NGC_1851 SI 100.0 1.68 5.0 Y 5.43 8.385 0.054 6353 None 0.111126 9668.92928 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993034 Y
2022-03-30 10:20:11 a0163.fits NGC_1851 SI 100.0 1.70 5.0 Y 4.64 8.152 0.046 7311 None 0.119657 9668.93068 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995410 Y
2022-03-30 10:28:21 a0164.fits V0856_Sco B 12.0 2.13 -5.8 11.370 0.022 399 000-BCX-156 9668.93635 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:29:04 a0165.fits V0856_Sco B 12.0 2.12 -5.8 11.369 0.022 353 000-BCX-156 9668.93685 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 10:29:34 a0166.fits V0856_Sco B 12.0 2.12 -5.8 11.434 0.023 320 000-BCX-156 9668.93720 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:30:06 a0167.fits V0856_Sco V 5.0 2.11 -5.8 10.892 0.014 593 000-BCX-156 9668.93757 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:30:57 a0168.fits V0856_Sco V 5.0 2.10 -5.7 10.833 0.013 593 000-BCX-156 9668.93816 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:31:20 a0169.fits V0856_Sco V 5.0 2.10 -5.7 10.822 0.013 671 000-BCX-156 9668.93843 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:31:46 a0170.fits V0856_Sco SR 5.0 2.09 -5.7 10.131 0.009 1360 000-BCX-156 9668.93873 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 10:33:09 a0171.fits V0856_Sco SR 5.0 2.08 -5.7 10.149 0.008 1432 000-BCX-156 9668.93969 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:33:32 a0172.fits V0856_Sco SR 5.0 2.08 -5.7 10.159 0.009 1351 000-BCX-156 9668.93995 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:33:55 a0173.fits V0856_Sco SI 5.0 2.07 -5.7 10.381 0.010 947 000-BCX-156 9668.94022 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:34:51 a0174.fits V0856_Sco SI 5.0 2.06 -5.7 10.375 0.010 1140 000-BCX-156 9668.94087 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:35:13 a0175.fits V0856_Sco SI 5.0 2.06 -5.7 10.283 0.009 1276 000-BCX-156 9668.94112 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 10:39:24 a0176.fits NGC_2298 SG 60.0 1.36 3.7 Y 4.02 11.919 0.137 635 None 0.143954 9668.94403 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992897 Y
2022-03-30 10:40:43 a0177.fits NGC_2298 SG 100.0 1.37 3.7 Y 3.93 10.216 0.047 998 None 0.136226 9668.94494 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996260 Y
2022-03-30 10:42:43 a0178.fits NGC_2298 SG 100.0 1.38 3.8 Y 4.15 10.306 0.047 901 None 0.121679 9668.94633 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996457 Y
2022-03-30 10:44:43 a0179.fits NGC_2298 SG 100.0 1.39 3.8 Y 3.74 10.637 0.048 721 None 0.115466 9668.94772 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995577 Y
2022-03-30 10:46:42 a0180.fits NGC_2298 SG 100.0 1.39 3.8 Y 3.79 10.882 0.054 587 None 0.099174 9668.94910 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989530 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 10:48:44 a0181.fits NGC_2298 SI 100.0 1.40 3.9 Y 3.73 11.312 0.062 431 None 0.092003 9668.95051 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992402 Y
2022-03-30 10:50:43 a0182.fits NGC_2298 SI 100.0 1.41 3.9 12.969 0.242 366 None 9668.95189 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:53:42 a0183.fits NGC_2298 SI 100.0 1.42 4.0 11.884 0.116 492 None 9668.95396 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 10:55:40 a0184.fits NGC_2298 SI 100.0 1.43 4.0 12.167 0.129 407 None 9668.95532 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 11:01:22 a0185.fits NGC_5824 SG 60.0 1.52 -4.2 Y 3.43 9.945 0.037 2117 None 0.878598 9668.95928 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995523 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 11:02:44 a0186.fits NGC_5824 SG 100.0 1.51 -4.1 Y 4.02 9.306 0.034 4011 None 0.913989 9668.96023 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993704 Y
2022-03-30 11:04:46 a0187.fits NGC_5824 SG 100.0 1.49 -4.1 Y 4.43 9.099 0.024 6018 None 0.948830 9668.96164 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993614 Y
2022-03-30 11:06:48 a0188.fits NGC_5824 SG 100.0 1.48 -4.1 Y 4.45 9.706 0.041 2309 None 0.977561 9668.96306 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991265 Y
2022-03-30 11:08:50 a0189.fits NGC_5824 SG 100.0 1.47 -4.0 Y 3.99 10.226 0.045 1839 None 0.990129 9668.96447 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993677 Y
2022-03-30 11:10:52 a0190.fits NGC_5824 SG 100.0 1.46 -4.0 Y 3.65 10.641 0.059 1238 None 1.015297 9668.96588 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993093 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 11:13:05 a0191.fits NGC_5824 SG 100.0 1.45 -4.0 Y 4.08 9.186 0.004 5573 None 0.052320 9668.96742 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992667 Y
2022-03-30 11:15:07 a0192.fits NGC_5824 SG 100.0 1.44 -3.9 Y 3.94 9.839 0.037 4013 None 0.058689 9668.96883 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991999 Y
2022-03-30 11:17:11 a0193.fits NGC_5824 SI 100.0 1.43 -3.9 Y 4.31 9.656 0.039 2559 None 0.058749 9668.97027 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993964 Y
2022-03-30 11:19:13 a0194.fits NGC_5824 SI 100.0 1.42 -3.9 Y 4.09 9.446 0.037 3415 None 0.050224 9668.97168 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993311 Y
2022-03-30 11:21:14 a0195.fits NGC_5824 SI 100.0 1.42 -3.8 Y 4.08 9.043 0.035 4284 None 0.050903 9668.97308 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991834 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 11:23:17 a0196.fits NGC_5824 SI 100.0 1.41 -3.8 Y 4.14 9.078 0.043 8029 None 0.082795 9668.97450 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994787 Y
2022-03-30 11:25:19 a0197.fits NGC_5824 SI 100.0 1.40 -3.8 Y 3.94 9.084 0.040 7104 None 0.088951 9668.97591 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992617 Y
2022-03-30 11:27:21 a0198.fits NGC_5824 SI 100.0 1.39 -3.7 Y 4.16 9.169 0.044 4017 None 0.085493 9668.97733 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992719 Y
2022-03-30 11:29:23 a0199.fits NGC_5824 SI 100.0 1.38 -3.7 Y 4.47 9.023 0.038 4784 None 0.103912 9668.97874 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995291 Y
2022-03-30 11:34:02 a0200.fits NGC_4590 SG 60.0 1.08 -1.2 Y 3.74 11.584 0.111 749 None 0.076092 9668.98197 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992368 Y

images 201 to 250

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 11:35:22 a0201.fits NGC_4590 SG 100.0 1.08 -1.2 Y 3.17 10.394 0.052 1304 None 0.078249 9668.98289 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.988936 Y
2022-03-30 11:37:22 a0202.fits NGC_4590 SG 100.0 1.08 -1.1 Y 3.12 10.309 0.047 1491 None 0.975317 9668.98428 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994989 Y
2022-03-30 11:39:35 a0203.fits NGC_4590 SG 100.0 1.08 -1.1 Y 3.08 10.308 0.044 1577 None 0.098301 9668.98582 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991659 Y
2022-03-30 11:41:34 a0204.fits NGC_4590 SG 100.0 1.07 -1.1 10.530 0.050 1434 None 9668.98720 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 11:44:37 a0205.fits NGC_4590 SI 100.0 1.07 -1.0 Y 3.18 10.454 0.046 1158 None 0.134334 9668.98932 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995229 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 11:46:37 a0206.fits NGC_4590 SI 100.0 1.07 -1.0 Y 3.21 10.524 0.049 1130 None 0.139990 9668.99071 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992049 Y
2022-03-30 11:48:35 a0207.fits NGC_4590 SI 100.0 1.07 -1.0 Y 2.80 11.026 0.090 1341 None 0.153995 9668.99207 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990868 Y
2022-03-30 11:50:34 a0208.fits NGC_4590 SI 100.0 1.07 -0.9 Y 2.65 10.482 0.046 1353 None 0.170410 9668.99345 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989935 Y
2022-03-30 11:55:17 a0209.fits NGC_5946 SG 60.0 1.27 -3.8 Y 3.02 9.195 0.028 3898 None 0.647141 9668.99672 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989443 Y
2022-03-30 11:56:40 a0210.fits NGC_5946 SG 100.0 1.26 -3.8 Y 2.76 8.098 0.010 7279 None 0.677371 9668.99769 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991764 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 11:58:43 a0211.fits NGC_5946 SG 100.0 1.26 -3.7 Y 2.77 10.382 0.091 6348 None 0.713224 9668.99911 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992908 Y
2022-03-30 12:00:47 a0212.fits NGC_5946 SG 100.0 1.25 -3.7 Y 3.21 9.082 0.031 6169 None 0.725411 9669.00054 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991116 Y
2022-03-30 12:02:50 a0213.fits NGC_5946 SG 100.0 1.25 -3.7 Y 2.50 8.446 0.016 7603 None 0.743493 9669.00197 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989157 Y
2022-03-30 12:04:54 a0214.fits NGC_5946 SG 100.0 1.24 -3.6 Y 2.93 9.026 0.035 6786 None 0.767877 9669.00340 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.988896 Y
2022-03-30 12:07:45 a0215.fits NGC_5946 SI 100.0 1.24 -3.6 None 9669.00538 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 12:10:48 a0216.fits NGC_5946 SI 100.0 1.23 -3.5 11.025 0.118 2768 None 9669.00750 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 12:12:44 a0217.fits NGC_5946 SI 100.0 1.22 -3.5 9.227 0.020 3014 None 9669.00884 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 12:14:42 a0218.fits NGC_5946 SI 100.0 1.22 -3.5 10.893 0.103 3126 None 9669.01021 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 12:16:39 a0219.fits NGC_5946 SI 100.0 1.22 -3.4 10.742 0.090 3269 None 9669.01156 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 12:21:12 a0220.fits KK_Oph B 30.0 2.02 -4.9 Y 3.60 8.609 0.004 4660 000-BDW-739 0.881774 9669.01472 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990569 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 12:22:36 a0221.fits KK_Oph B 30.0 2.00 -4.9 Y 2.79 8.508 0.003 7120 000-BDW-739 0.894774 9669.01569 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001458 Y
2022-03-30 12:23:29 a0222.fits KK_Oph V 15.0 2.00 -4.9 Y 2.51 9.242 0.005 3936 000-BDW-739 0.904140 9669.01631 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992386 Y
2022-03-30 12:24:05 a0223.fits KK_Oph V 15.0 1.99 -4.9 9.253 0.005 3621 000-BDW-739 9669.01672 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 12:25:43 a0224.fits KK_Oph SR 15.0 1.97 -4.9 8.906 0.004 4555 000-BDW-739 9669.01786 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 12:27:17 a0225.fits KK_Oph SR 15.0 1.96 -4.8 8.861 0.004 4394 000-BDW-739 9669.01895 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 12:27:50 a0226.fits KK_Oph SI 15.0 1.95 -4.8 10.234 0.009 1562 000-BDW-739 9669.01933 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 12:28:44 a0227.fits KK_Oph SI 15.0 1.94 -4.8 10.217 0.009 1316 000-BDW-739 9669.01995 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 12:39:20 a0228.fits V2264_Oph B 200.0 1.92 -4.8 Y 3.69 14.161 0.425 170 000-BBY-829 0.913179 9669.02731 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998734 Y
2022-03-30 12:43:09 a0229.fits V2264_Oph B 200.0 1.89 -4.7 Y 3.34 15.280 1.231 177 000-BBY-829 0.914305 9669.02997 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996103 Y
2022-03-30 12:47:01 a0230.fits V2264_Oph B 200.0 1.85 -4.7 Y 3.61 12.338 0.077 312 000-BBY-829 0.938750 9669.03265 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996435 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 12:50:51 a0231.fits V2264_Oph B 200.0 1.82 -4.6 Y 3.27 12.387 0.080 533 000-BBY-829 0.911755 9669.03531 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996659 Y
2022-03-30 12:54:39 a0232.fits V2264_Oph B 200.0 1.78 -4.5 Y 4.13 12.492 0.088 217 000-BBY-829 0.910152 9669.03795 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995259 Y
2022-03-30 12:58:29 a0233.fits V2264_Oph V 100.0 1.77 -4.5 000-BBY-829 9669.04061 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:01:34 a0234.fits V2264_Oph V 100.0 1.74 -4.4 000-BBY-829 9669.04275 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:03:38 a0235.fits V2264_Oph V 100.0 1.73 -4.4 13.152 0.137 113 000-BBY-829 9669.04419 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 13:05:43 a0236.fits V2264_Oph V 100.0 1.71 -4.4 13.718 0.246 1642 000-BBY-829 9669.04564 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:07:48 a0237.fits V2264_Oph V 100.0 1.70 -4.3 000-BBY-829 9669.04708 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:14:21 a0238.fits V0725_Sgr B 120.0 1.81 -5.1 12.263 0.080 21450 000-BCB-590 9669.05163 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:17:43 a0239.fits V0725_Sgr B 120.0 1.78 -5.0 7.220 0.002 24773 000-BCB-590 9669.05397 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:20:01 a0240.fits V0725_Sgr V 60.0 1.77 -5.0 6.758 0.001 47388 000-BCB-590 9669.05557 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 13:22:22 a0241.fits V0725_Sgr V 60.0 1.75 -4.9 6.735 0.001 41849 000-BCB-590 9669.05720 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:23:42 a0242.fits V0725_Sgr SR 60.0 1.74 -4.9 9.505 0.006 2556 000-BCB-590 9669.05812 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:26:02 a0243.fits V0725_Sgr SR 60.0 1.73 -4.9 9.504 0.006 2726 000-BCB-590 9669.05975 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:27:20 a0244.fits V0725_Sgr SI 60.0 1.72 -4.9 7.519 0.002 19192 000-BCB-590 9669.06065 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:29:39 a0245.fits V0725_Sgr SI 60.0 1.70 -4.8 7.504 0.002 19366 000-BCB-590 9669.06226 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 13:33:23 a0246.fits V2487_Oph B 200.0 1.78 -4.1 11.671 0.045 367 000-BBZ-131 9669.06485 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:38:10 a0247.fits V2487_Oph B 200.0 1.74 -4.0 11.780 0.048 319 000-BBZ-131 9669.06817 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:41:54 a0248.fits V2487_Oph B 200.0 1.71 -3.9 11.756 0.047 357 000-BBZ-131 9669.07076 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:45:38 a0249.fits V2487_Oph B 200.0 1.68 -3.9 12.374 0.081 255 000-BBZ-131 9669.07336 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:49:23 a0250.fits V2487_Oph B 200.0 1.66 -3.8 11.780 0.048 385 000-BBZ-131 9669.07596 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 251 to 300

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 13:53:09 a0251.fits V2487_Oph V 100.0 1.64 -3.8 13.836 0.308 171 000-BBZ-131 9669.07858 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:56:15 a0252.fits V2487_Oph V 100.0 1.62 -3.7 11.686 0.042 438 000-BBZ-131 9669.08073 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 13:58:19 a0253.fits V2487_Oph V 100.0 1.61 -3.7 11.684 0.040 372 000-BBZ-131 9669.08216 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:00:24 a0254.fits V2487_Oph V 100.0 1.60 -3.6 11.632 0.039 494 000-BBZ-131 9669.08361 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:02:28 a0255.fits V2487_Oph V 100.0 1.59 -3.6 11.680 0.042 385 000-BBZ-131 9669.08505 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 14:06:49 a0256.fits V0725_Sgr B 120.0 1.48 -4.2 7.492 0.002 11622 000-BCB-590 9669.08807 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:10:10 a0257.fits V0725_Sgr B 120.0 1.46 -4.1 7.113 0.002 25541 000-BCB-590 9669.09039 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:12:30 a0258.fits V0725_Sgr V 60.0 1.45 -4.1 6.669 0.001 43572 000-BCB-590 9669.09201 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:14:51 a0259.fits V0725_Sgr V 60.0 1.44 -4.1 6.741 0.001 28038 000-BCB-590 9669.09365 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:16:12 a0260.fits V0725_Sgr SR 60.0 1.44 -4.0 7.478 0.002 20918 000-BCB-590 9669.09458 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 14:18:32 a0261.fits V0725_Sgr SR 60.0 1.43 -4.0 12.147 0.071 794 000-BCB-590 9669.09620 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:19:50 a0262.fits V0725_Sgr SI 60.0 1.42 -4.0 8.213 0.003 9318 000-BCB-590 9669.09711 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:22:10 a0263.fits V0725_Sgr SI 60.0 1.41 -3.9 8.283 0.003 7596 000-BCB-590 9669.09873 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:25:58 a0264.fits PNV_J17291350 B 60.0 1.46 -3.2 Y 2.49 13.021 0.115 198 None 0.111412 9669.10137 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993974 Y
2022-03-30 14:27:26 a0265.fits PNV_J17291350 B 150.0 1.44 -3.1 Y 3.01 12.438 0.082 285 None 0.112771 9669.10238 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995400 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 14:30:25 a0266.fits PNV_J17291350 B 150.0 1.43 -3.1 Y 2.80 13.797 0.279 216 None 0.140159 9669.10446 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995569 Y
2022-03-30 14:33:24 a0267.fits PNV_J17291350 B 150.0 1.42 -3.0 Y 3.25 12.924 0.129 263 None 0.187383 9669.10653 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995203 Y
2022-03-30 14:36:23 a0268.fits PNV_J17291350 V 100.0 1.41 -3.0 Y 2.92 13.225 0.151 434 None 0.190630 9669.10860 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994300 Y
2022-03-30 14:38:31 a0269.fits PNV_J17291350 V 100.0 1.40 -2.9 Y 3.07 12.171 0.058 255 None 0.194945 9669.11008 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993609 Y
2022-03-30 14:40:39 a0270.fits PNV_J17291350 V 100.0 1.39 -2.9 Y 3.25 11.966 0.051 316 None 0.205593 9669.11156 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993035 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 14:45:03 a0271.fits V3890_Sgr V 100.0 1.58 -3.9 10.420 0.015 1413 000-BCC-531 9669.11462 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:48:05 a0272.fits V3890_Sgr V 100.0 1.56 -3.8 9.546 0.008 1876 000-BCC-531 9669.11672 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:50:04 a0273.fits V3890_Sgr V 100.0 1.55 -3.8 9.279 0.006 3360 000-BCC-531 9669.11810 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:52:02 a0274.fits V3890_Sgr B 200.0 1.53 -3.7 8.541 0.004 6230 000-BCC-531 9669.11947 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 14:56:45 a0275.fits V3890_Sgr B 200.0 1.50 -3.7 8.589 0.004 6036 000-BCC-531 9669.12274 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 15:00:22 a0276.fits V3890_Sgr B 200.0 1.48 -3.6 8.909 0.006 4410 000-BCC-531 9669.12525 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:08:22 a0277.fits V0725_Sgr B 120.0 1.24 -3.2 6.279 0.001 56064 000-BCB-590 9669.13081 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:11:43 a0278.fits V0725_Sgr B 120.0 1.23 -3.1 6.679 0.001 30353 000-BCB-590 9669.13314 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:14:02 a0279.fits V0725_Sgr V 60.0 1.23 -3.1 10.113 0.010 1235 000-BCB-590 9669.13475 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:16:24 a0280.fits V0725_Sgr V 60.0 1.22 -3.0 10.875 0.018 922 000-BCB-590 9669.13639 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 15:17:45 a0281.fits V0725_Sgr SR 60.0 1.22 -3.0 8.394 0.003 8194 000-BCB-590 9669.13733 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:20:05 a0282.fits V0725_Sgr SR 60.0 1.21 -3.0 8.866 0.004 5299 000-BCB-590 9669.13895 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:21:23 a0283.fits V0725_Sgr SI 60.0 1.21 -2.9 8.917 0.004 4438 000-BCB-590 9669.13985 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:23:43 a0284.fits V0725_Sgr SI 60.0 1.20 -2.9 8.762 0.004 4945 000-BCB-590 9669.14147 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:33:09 a0285.fits GSC_05107_00266 B 30.0 1.78 -3.0 000-BJP-383 9669.14802 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 15:33:59 a0286.fits GSC_05107_00266 B 30.0 1.77 -3.0 000-BJP-383 9669.14860 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:34:48 a0287.fits GSC_05107_00266 V 15.0 1.77 -3.0 000-BJP-383 9669.14917 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:35:24 a0288.fits GSC_05107_00266 V 15.0 1.76 -3.0 000-BJP-383 9669.14958 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:35:59 a0289.fits GSC_05107_00266 SR 15.0 1.76 -2.9 000-BJP-383 9669.14999 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:36:32 a0290.fits GSC_05107_00266 SR 15.0 1.76 -2.9 14.06 0.239 273 000-BJP-383 9669.15037 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 15:37:06 a0291.fits GSC_05107_00266 SI 15.0 1.75 -2.9 000-BJP-383 9669.15076 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:37:42 a0292.fits GSC_05107_00266 SI 15.0 1.75 -2.9 000-BJP-383 9669.15118 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:40:10 a0293.fits XX_Sct B 120.0 1.73 -3.1 10.443 0.013 815 000-BCX-193 9669.15289 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:43:30 a0294.fits XX_Sct B 120.0 1.71 -3.0 9.820 0.008 1388 000-BCX-193 9669.15521 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 15:45:49 a0295.fits XX_Sct V 60.0 1.70 -3.0 Y 3.54 9.354 0.006 2562 000-BCX-193 1.042503 9669.15682 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999127 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 15:47:24 a0296.fits XX_Sct V 60.0 1.69 -3.0 Y 3.93 9.417 0.006 1953 000-BCX-193 0.064199 9669.15792 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992116 Y
2022-03-30 15:48:48 a0297.fits XX_Sct SR 60.0 1.68 -2.9 Y 3.39 8.949 0.005 3820 000-BCX-193 0.062238 9669.15889 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990864 Y
2022-03-30 15:50:09 a0298.fits XX_Sct SR 60.0 1.67 -2.9 Y 3.77 9.031 0.005 3123 000-BCX-193 0.066811 9669.15983 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989076 Y
2022-03-30 15:51:31 a0299.fits XX_Sct SI 60.0 1.66 -2.9 Y 3.66 9.193 0.005 2705 000-BCX-193 0.064410 9669.16078 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992268 Y
2022-03-30 15:52:53 a0300.fits XX_Sct SI 60.0 1.66 -2.9 Y 3.76 9.206 0.005 2575 000-BCX-193 0.069896 9669.16172 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992436 Y

images 301 to 350

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 15:56:09 a0301.fits CI_Aql V 100.0 1.90 -3.0 Y 3.61 11.503 0.033 319 000-BCD-453 0.950735 9669.16399 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997863 Y
2022-03-30 15:58:12 a0302.fits CI_Aql V 100.0 1.89 -3.0 Y 3.50 99.999 9.999 480 000-BCD-453 0.959060 9669.16542 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998829 Y
2022-03-30 16:00:17 a0303.fits CI_Aql V 100.0 1.87 -3.0 Y 3.74 11.172 0.025 444 000-BCD-453 0.984110 9669.16686 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995917 Y
2022-03-30 16:02:19 a0304.fits CI_Aql B 200.0 1.84 -2.9 Y 4.37 10.589 0.018 687 000-BCD-453 0.979909 9669.16828 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996227 Y
2022-03-30 16:06:02 a0305.fits CI_Aql B 200.0 1.82 -2.9 Y 4.80 10.711 0.021 604 000-BCD-453 0.993126 9669.17086 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999278 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 16:09:59 a0306.fits CI_Aql B 200.0 1.79 -2.8 Y 4.92 12.658 0.111 193 000-BCD-453 0.037012 9669.17360 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995950 Y
2022-03-30 16:16:08 a0307.fits ASASSN-V_J18165406-2021176 B 120.0 1.22 -2.1 Y 3.54 7.481 0.002 14771 None 0.434958 9669.17787 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002513 Y
2022-03-30 16:18:31 a0308.fits ASASSN-V_J18165406-2021176 B 120.0 1.22 -2.1 Y 3.93 7.531 0.002 11693 None 0.453945 9669.17953 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003802 Y
2022-03-30 16:20:56 a0309.fits ASASSN-V_J18165406-2021176 V 60.0 1.21 -2.0 Y 4.89 8.391 0.003 4414 None 0.475040 9669.18120 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.004805 Y
2022-03-30 16:22:19 a0310.fits ASASSN-V_J18165406-2021176 V 60.0 1.21 -2.0 Y 3.64 8.090 0.003 7633 None 0.483734 9669.18216 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002852 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 16:23:43 a0311.fits ASASSN-V_J18165406-2021176 SR 60.0 1.21 -2.0 Y 3.58 8.510 0.004 5542 None 0.503006 9669.18314 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002138 Y
2022-03-30 16:25:05 a0312.fits ASASSN-V_J18165406-2021176 SR 60.0 1.21 -2.0 Y 3.10 8.445 0.003 7320 None 0.507462 9669.18409 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001268 Y
2022-03-30 16:26:27 a0313.fits ASASSN-V_J18165406-2021176 SI 60.0 1.20 -1.9 Y 3.43 9.035 0.005 3515 None 0.517093 9669.18503 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001375 Y
2022-03-30 16:27:49 a0314.fits ASASSN-V_J18165406-2021176 SI 60.0 1.20 -1.9 Y 3.52 9.010 0.005 3379 None 0.521929 9669.18598 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003586 Y
2022-03-30 16:39:06 a0315.fits V4745_Sgr B 200.0 1.11 -2.1 Y 4.50 12.701 0.115 431 000-BCC-929 0.883144 9669.19382 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992406 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 16:42:55 a0316.fits V4745_Sgr B 200.0 1.11 -2.1 Y 4.15 10.802 0.020 558 000-BCC-929 0.916139 9669.19647 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994058 Y
2022-03-30 16:46:44 a0317.fits V4745_Sgr B 200.0 1.10 -2.0 Y 3.56 12.547 0.101 605 000-BCC-929 0.926156 9669.19912 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991684 Y
2022-03-30 16:50:32 a0318.fits V4745_Sgr B 200.0 1.10 -1.9 11.165 0.028 400 000-BCC-929 9669.20176 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 16:55:18 a0319.fits V4745_Sgr B 200.0 1.09 -1.8 11.192 0.027 465 000-BCC-929 9669.20507 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 16:59:04 a0320.fits V4745_Sgr V 100.0 1.09 -1.8 Y 4.02 15.309 1.092 119 000-BCC-929 1.001895 9669.20769 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993044 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 17:01:23 a0321.fits V4745_Sgr V 100.0 1.08 -1.7 Y 3.21 11.776 0.041 334 000-BCC-929 0.115702 9669.20929 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994294 Y
2022-03-30 17:03:31 a0322.fits V4745_Sgr V 100.0 1.08 -1.7 Y 3.86 11.842 0.043 307 000-BCC-929 0.125529 9669.21078 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993396 Y
2022-03-30 17:05:44 a0323.fits V4745_Sgr V 100.0 1.08 -1.7 Y 3.64 11.937 0.048 290 000-BCC-929 0.123491 9669.21231 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991309 Y
2022-03-30 17:07:54 a0324.fits V4745_Sgr V 100.0 1.08 -1.6 Y 3.44 11.844 0.045 330 000-BCC-929 0.135627 9669.21382 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993384 Y
2022-03-30 17:13:08 a0325.fits NGC_5634 SG 60.0 1.60 2.6 12.852 0.258 228 None 9669.21745 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 17:14:28 a0326.fits NGC_5634 SG 100.0 1.61 2.7 10.916 0.050 480 None 9669.21838 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 17:16:26 a0327.fits NGC_5634 SG 100.0 1.62 2.7 11.323 0.051 453 None 9669.21975 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 17:18:23 a0328.fits NGC_5634 SG 100.0 1.63 2.7 11.222 0.049 526 None 9669.22110 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 17:20:21 a0329.fits NGC_5634 SG 100.0 1.64 2.7 11.161 0.046 476 None 9669.22247 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 17:22:18 a0330.fits NGC_5634 SG 100.0 1.65 2.8 11.192 0.051 503 None 9669.22382 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 17:24:14 a0331.fits NGC_5634 SG 100.0 1.66 2.8 11.273 0.051 522 None 9669.22516 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 17:26:11 a0332.fits NGC_5634 SG 100.0 1.67 2.8 11.430 0.051 439 None 9669.22652 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 17:28:10 a0333.fits NGC_5634 SI 100.0 1.68 2.9 Y 4.88 10.333 0.041 1297 None 0.096410 9669.22789 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998840 Y
2022-03-30 17:30:10 a0334.fits NGC_5634 SI 100.0 1.70 2.9 Y 4.38 10.559 0.054 814 None 0.101618 9669.22928 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998149 Y
2022-03-30 17:32:09 a0335.fits NGC_5634 SI 100.0 1.71 2.9 Y 5.09 10.833 0.072 725 None 0.132226 9669.23066 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990489 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 17:34:09 a0336.fits NGC_5634 SI 100.0 1.72 3.0 Y 5.95 10.385 0.088 859 None 0.165517 9669.23205 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.975287 Y
2022-03-30 17:36:08 a0337.fits NGC_5634 SI 100.0 1.74 3.0 Y 5.04 10.266 0.050 966 None 0.191045 9669.23343 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996014 Y
2022-03-30 17:38:07 a0338.fits NGC_5634 SI 100.0 1.75 3.0 Y 4.64 10.150 0.042 1165 None 0.175425 9669.23480 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.987659 Y
2022-03-30 17:40:07 a0339.fits NGC_5634 SI 100.0 1.76 3.1 Y 5.94 10.287 0.039 1388 None 0.179859 9669.23619 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994145 Y
2022-03-30 17:44:12 a0340.fits Pal_5 SG 60.0 1.70 2.4 Y 4.89 15.167 0.859 1370 None 0.093259 9669.23903 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.020713 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 17:45:32 a0341.fits Pal_5 SG 100.0 1.71 2.4 Y 5.42 None 0.124848 9669.23995 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994839 Y
2022-03-30 17:47:55 a0342.fits Pal_5 SG 100.0 1.73 2.4 Y 4.44 None 0.163280 9669.24161 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994430 Y
2022-03-30 17:49:55 a0343.fits Pal_5 SG 100.0 1.74 2.5 Y 4.62 13.119 0.161 913 None 0.196287 9669.24300 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000987 Y
2022-03-30 17:51:54 a0344.fits Pal_5 SG 100.0 1.75 2.5 Y 4.17 14.543 0.608 621 None 0.212225 9669.24438 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003518 Y
2022-03-30 17:53:54 a0345.fits Pal_5 SG 100.0 1.76 2.5 Y 3.40 13.944 0.398 1180 None 0.243548 9669.24576 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992447 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-30 17:55:55 a0346.fits Pal_5 SI 100.0 1.77 2.6 Y 4.46 None 0.218347 9669.24716 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990091 Y
2022-03-30 17:58:03 a0347.fits Pal_5 SI 100.0 1.79 2.6 Y 3.92 13.601 0.274 1515 None 0.210681 9669.24865 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997234 Y
2022-03-30 18:00:11 a0348.fits Pal_5 SI 100.0 1.80 2.6 None 9669.25013 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 18:02:27 a0349.fits Pal_5 SI 100.0 1.81 2.7 None 9669.25170 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-30 18:04:24 a0350.fits Pal_5 SI 100.0 1.83 2.7 None 9669.25306 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

Column Definitions

DateTime: UTC timestamp

filename: Image filename in IRAF processing and as JPEG thumbnail

link: Hyperlink to JPEG thumbnail

objid: Target object ID as defined in ACP plan and in FITS header

filter: Photometric filter used

exptime or exp: Exposure time in sec

airmass or am: Airmass during exposure

hr_ang or ha: The hour angle for the images in hours.

has_wcs or wcs: Image was plate solved at observatory and World Coordinate Systems attributes (WCS) attributes were placed in FITS header.

fwhm: Full Width Half Max star images as measured at observatory

instmag: Target object instrumental magnitude as measured by pipeline IRAF photomery subsystem

err: Target object magnitude error as measured by pipeline IRAF photomery subsystem

maxadu: Target object maximum ADU as measured by pipeline IRAF photomery subsystem

auid: AAVSO Unique Identifier for the target object

center2obj: Separation of target object from center of the image in arcmin

JD: Julian date - 2540000

ccd_temp: Camera sensor temperature (C)

set_temp: Camera cooler set point temperatur (C)

img_type: Image type; "Light" is expected; "Flat", "Dark" or "Bias" indicate a mixup in the telescope computer settings

read_mode: Various values, but this should be the same for all images at a given telescope

binning: X and Y binning of sensor pixels; this should be the same for all images at a given telescope

fov_radius_amin: Radius of field of view for the camera sensor across the shorter dimension in arcmin

image_available: This should also be yes(Y) unless a failure in the HQ computer sysem

OE: !OE! indicates over exposed target. The max ADU for the target is more than the linearity liit of the camera.

new_exp: Suggested new exposure for over exposed targets.

nstk: If this is a stacked image, number of images combined.

ChgCSV: The exposure was automatically changed in the Scheduler CSV file.

tnimage: Small image thumbnail that will open the full JPEG thumbnail image in a new tab