Forum Replies Created
-
AuthorPosts
-
Dominic FordKeymaster
Thanks, Robin. I agree this looks like a bug. I’ll try to look into it next week.
Dominic
Dominic FordKeymasterI think this thread from 2018 got returned to the top of the list of forum topics when Robin edited the web link earlier today, but the content is as timely now as ever.
I would add that the “Objects” box on the image-upload form now allows everybody to tag their images with “Spectrum” and/or “Lightcurve”. You can see all the images that have already been tagged here:
https://britastro.org/observations/index.php?library=0&tagged_object=SPECTRUM
https://britastro.org/observations/index.php?library=0&tagged_object=LIGHTCURVEThis gives a similar but slightly different collection of images from Robin’s, and most importantly, everybody can tag their own images to add them to these galleries.
The object tagging system is a really useful way to make images searchable, so please do fill it in, even if it seems to be duplicating information already entered elsewhere. However, the text you enter does need to exactly match the name of an object which already exists in the database, so wherever possible you should enter the first few characters of an object’s name, and then use the drop-down list of suggestions to ensure your formatting of the name precisely matches the database.
Dominic FordKeymasterI would add that Andy Lawrence’s book of the same title is also well worth a read: https://www.amazon.co.uk/Losing-Sky-Andy-Lawrence-ebook/dp/B08W9NR7DX
It’s the best in-depth technical account I’ve seen of what Starlink’s motivations are, how much of a problem it is, and why international regulation doesn’t work.
Dominic FordKeymasterThanks, Robin – good spot!
Hopefully now fixed.
Dominic FordKeymasterLike Alex, I’ve also been seeing these flares among the captures from my two meteor cameras. The most I’ve ever picked up is 3-5 satellites, but the Pi Gazing software deliberately masks out pixels that seem to be scintillating, which probably works quite well as an unintentional Starlink mask (after the first few members of the chain have gone past, at least).
One feature I added to Pi Gazing over my Easter break was the ability to automatically identify satellites by correlating their positions with orbital elements downloaded from CelesTrak. All of the hard orbital mechanics is calculated by Python’s SGP4 module. I also do the same with aircraft, using a separate Raspberry Pi which records the ADS-B positional squitters of any aircraft within 15 km. (In the long term, I’m wondering about using this dataset to improve my fitting of the radial lens distortion in my cameras).
Here’s one example, from April. Three satellites, about one minute apart, all positively identified as Starlink:
https://pigazing.dcford.org.uk/moving_obj.php?id=20210418_202953_90449fcaf6b4a614
https://pigazing.dcford.org.uk/moving_obj.php?id=20210418_202855_04b04a118e8cb850
https://pigazing.dcford.org.uk/moving_obj.php?id=20210418_202742_4ad72653031ba119There’s a full list of my satellite sightings here… https://pigazing.dcford.org.uk/search_satellites.php… though it’s not been updated since 2 May.
Dominic FordKeymasterI think we need to draw the line somewhere. The object tagging need to be good enough to enable observers to search for images of their favourite objects, and BAA Section Directors need to be able to quickly find images that may be of interest to their sections. BAA members do often take images of quite faint / obscure comets and asteroids, and may want to compare them with others. But beyond that, the tagging system should be as simple as possible.
Already a significant fraction of users clearly find the tagging quite tricky to use, and I am typically cleaning up the tagging of several dozen images each week.
The BAA Sections haven’t historically tended to collect large numbers of images of planetary moons.
As it happens, although the asteroid database is indeed large, it was very easy for me to build. I downloaded a copy of Ted Bowell’s database of asteroids, and filtered on objects with more than 10 years of observations and more than 500 observations in Ted’s database. That yields 155,000 asteroids… actually a very manageable number to just stick in a computerised database.
As for comets, I just asked the Comet Section to give me a list. I got a list of 4,000 comets, and they’ve been happy to add new comets themselves as they appear.
Dominic FordKeymasterThe old BAA Member Pages (before December 2020) did allow observation dates to be set in the future. Indeed, that may even have happened rather often: from memory, if people forgot to set the observation date, the default was set to the current time with a granularity of 15 minutes, while the upload time was set precisely. All of that was faithfully migrated across to the new database, even though the user interface no longer allows new observations to be in the future.
For some images, it’s very important to record the observation date – for example, planetary images, variable nebulae, etc. But as you say, there are other types of observation (e.g. blink comparisons) where it’s more complicated. For some deep sky images, where the photons have been collected over many nights, it’s very complicated indeed.
I think it would be reasonable to set the “observation date” to the date of the most recent observation, but there’s no “BAA convention” on this. What’s most important is to provide the details in the explanatory text. I’m sorry that your explanation got missed in the migration – there were a small number of comments that had migration issues, mostly due to character encoding issues.
15 May 2021 at 1:49 am in reply to: observations page does not reset to first page after changing filters #584205Dominic FordKeymasterRobin,
I’ve tweaked the code. Is it better now?
Thanks,
Dominic
5 May 2021 at 12:22 am in reply to: HOPS software memory problem doing master calibration files #584169Dominic FordKeymasterI fear this isn’t the answer you were looking for, but if I were you I’d buy some more RAM.
Python is notoriously memory hungry, and 4GB isn’t a lot, especially if it’s being shared with other applications. I don’t know why virtual memory isn’t helping, but seemingly it isn’t. It would have been horribly slow anyway. Depending on the age of your computer, an 8GB memory module is likely to cost less than £50. The Crucial website has a system scanner to tell you exactly what parts to buy.
If you can afford it, a 16GB upgrade might be a safer bet.
Dominic FordKeymasterHi Robin,
Thanks for reporting this. The HTML filter that I use to ensure the descriptions don’t contain nefarious code was apparently blocking the “target” attribute on web links, and so the “new window” option was getting blocked. I can’t see any reason not to allow this.
It should now be working, and you may well find that any links you have previous set to open in a new window will suddenly now start working as intended.
Cheers,
Dominic
Dominic FordKeymasterHi Robin,
I think the permissions issue you had is now fixed. You should now be able to flag any of your observations which have been incorrectly plate solved.
I’ve flagged the two images you linked above myself, and also taken the liberty of updating the object tagging on the Nov 2020 image, so that it will come up in any searches for images of those two novae. The two novae weren’t in the object database at the time you uploaded the image, but I added them a few weeks ago.
Thanks again for reporting this,
Dominic
Dominic FordKeymasterHi Paul,
Many thanks for your offer to help.
To fill everyone in, the plate-solving facility of the new image galleries is certainly somewhat experimental. When it went live in December, there were a few teething problems that we identified. Among these:
* Plate-solving images that cover a very small area of sky can be very slow, and we imposed a time limit of 4 minutes on the software (and on a rather slow computer). In practice, some images can take up to 20 minutes of CPU time.
* We did not correctly solve images with EXIF rotation headers.
* We did not correctly solve colour-inverted images.
* We had a significant number of false positives – for example, photos of grass which supposedly resembled some star cluster.
Within recent weeks, I updated our automated software to fix these issues, and invested 8,000 CPU hours in re-solving the entire archive of 47,800 images – this time with a time limit of 45 minutes for each image, and on a computer twice as fast as the one I used in December.
The result has been a very dramatic increase in the number of images for which we have sky coordinates – specifically, an increase from 11,950 to 23,363. We do still have a significant number of false positives, but in the short term we think the best way to deal with those is to offer a facility to flag them (as Robin refers to). BAA members are able to flag their own images, and a small number of administrators also have the power to do so.
I’m not sure we have any immediate plans for further developments, though we’re always interested to hear feedback. We’ll certainly let you know if we have ideas for ways in which you can help.
You might find the two plots below rather interesting. The first is a histogram of the time taken by astrometry.net to solve the images in the archive. The second is a scatter plot of run-time against the angular width of the image.
Best wishes,
Dominic
PS – I’m about to look into Robin’s original issue now, and will post separately when I have more news.
Dominic FordKeymasterHi Robin,
Thanks for reporting this.
The plate-solving system does produce a significant number of false positives, unfortunately. The reporting system was introduced last weekend as the easiest way to remedy this, and when I notice false positives myself, I often flag them right away. However, there’s clearly some outstanding permissions issue that my testing didn’t pick up.
I won’t be able to look into this until very late tonight, but I’ll aim to get this fixed for you tomorrow.
Thanks,
Dominic
Dominic FordKeymasterDenis,
These are good questions, but as Richard suggests, they will probably remain unanswered for some time – and perhaps forever!
The orbits obtained by meteor cameras are only very approximate, and in particular it’s quite difficult to measure the velocity of meteors accurately. This is unfortunate, since even a small error in a meteor’s velocity can make a big change to the inferred orbit.
The result is that we don’t really know where this object was a few years ago, let alone any further back in time. Its composition will probably give us some clues about where it was 5 billion years ago, when the solar system formed. Where it’s been hanging out for the past 5 billion years, we can only guess.
But there are clues. Its aphelion is rather close to Jupiter, so in all likelihood it was thrown onto an Earth-crossing orbit by an encounter with Jupiter’s gravitational field. Was this recent? Probably yes. Earth-crossing orbits are quite unstable, so that encounter almost certainly happened in recent decades / centuries.
Has it had previous close encounters with the Earth? Probably not very close. If it had done, its orbit would have been perturbed. Specifically, its aphelion would no longer be close to Jupiter. The encounter would either have thrown it out the solar system (most likely), or closer in to the inner solar system (unlikely). But it probably has crossed the Earth’s orbit before. It would be relatively unlikely to hit a bullseye on the first attempt.
Best wishes,
Dominic
Dominic FordKeymasterAll modern processors have quite sophistocated throttling (a.k.a. power management).
The CPU will slow down when it’s idle, or when it gets too hot. Even in a desktop PC, the very fastest clock speeds (often called “turbo boost” or similar) can usually only be sustained for minute or so, unless you have some serious cooling.
So, I am slightly dubious about the wisdom of putting a power-hungry i7 processor in a “fanless” case. It won’t overheat, but I doubt it’ll achieve nominal performance unless you put it in the fridge.
Dominic FordKeymasterI’m a big fan of Intel NUCs. There is a bit of fiddling involved in setting them up, as you usually have to buy the memory and SSD separately, and then install an operating system yourself, though a few pre-built kits are available. The higher spec models are very powerful machines, and they seem pretty robust. The one on my desk is 12-core / 32 GB RAM / 1 TB SSD – not a bad system for £750.
Conversely, if you go down the laptop route but are disappointed by the lack of connectivity, bear in mind that USB-C ports do give you some options. You can buy hubs cheaply that can split a single USB-C port into HDMI, ethernet, and USB ports. Despite being a tiny plug, USB-C is actually a 24-pin connector and so it can deliver roughly four USB-ports-worth of bandwidth. I’m no fan of USB-C, but the performance isn’t *that* bad. 🙂
Dominic FordKeymasterTim,
I’m guessing you’re referring to the image-download button, which used to open / download the original full-resolution image file. You can still do this.
If you right-click the image and select “Open image” (the exact wording will vary between browsers), your browser will open the full-resolution image.
Alternatively, underneath the image, in the section “Files associated with this observation”, you can download the original image file onto your computer for viewing in your favourite graphics package.
Best wishes,
Dominic
Dominic FordKeymaster1) Problems with the plate solver
We’re aware that the plate-solving software is producing a high rate of false matches currently.
I’m surprised by this, as we’re using <astrometry.net> with mostly default settings, and it is supposed to be quite robust against finding spurious matches. However, I’ve told it that we have no prior information about the field-of-view of each image, so it’s searching for matching star patterns from a full range of length scales, from 30 degrees right down to 2 arcminutes. Consequently, the database of star patterns it’s using is extremely large: about 30 GB of data.
My guess is that we’re getting spurious matches because there are an awful lot of possible star patterns that an image can spuriously match when we’re checking it against so many possibilities. The sky is quite large when you look at it with a 2 arcmin field-of-view.
As for finding Jupiter in Pavo – well, astrometry.net looks only at stars, and knows nothing about planets. This is no more surprising than some of the meteor spectra which are also getting erroneous fits. In general, I would not expect planetary images to get successfully plate-solved as they wouldn’t contain enough stars.
At some point, it would be nice to improve this, and once we do so, it should be possible to retrospectively update the plate solutions of old images (at the cost of a few thousand hours of computation time). However, fiddling with this is likely to be a large project, and I’m not volunteering to do it imminently.
2) The sky map
Note that the sky map only shows 400 images at a time. You should see a message at the top along the lines of: “Showing latest 400 of 2568 observations. Older observations have been omitted to avoid excessive processing time.” Note that it also cannot show images which haven’t been plate solved, for obvious reasons.
You really don’t want it to try to display thousands of images at the same time.
If your image isn’t showing up, you probably need to make your search criteria more specific.
Dominic FordKeymasterDear Alex,
Thanks for this useful bug report.
* I’ve fixed the lack of spell checker. I hadn’t realised there was a switch I needed to set to enable it.
* It was always our intention that all times should be entered, recorded and displayed in UTC. A mistake on my part meant an erroneous timezone conversion was happening in the display code. So, the observation you added earlier today was recorded correctly, but was being displayed incorrectly. This is now fixed.
* Unfortunately, this has opened a whole new can of worms. If you look back to observations you uploaded over the summer. They are now showing incorrect times. Upon further inspection, these times have been faithfully migrated from the old Drupal system. But the previous f***ing content management system was doing everything in local time, not UTC. Hence the timestamps from all our old data are wrong. Theoretically this could be fixed, but it would be a heck of a lot of work…
Best wishes,
Dominic
Dominic FordKeymasterSorry about this.
We did test that comments were migrating properly, but it seems some may have slipped through the net.
Unless we discover that this is a really widespread problem, it’s probably going to be quite hard to fix retrospectively now, as we’d have to merge the old and new comments.
It was noticeable that in the previous system relatively few images attracted comments, and our hope is that by making comments more prominent in the new system, images will start attracting a bit more discussion.
-
AuthorPosts