Forum Replies Created
-
AuthorPosts
-
Dr Paul Leyland
ParticipantTo be a little more serious this time. I may be able to help to some extent, though not with Peranso (my “a frayed knot” comment) because I picked up a very low amplitude EA variable in my analysis of MAXI J1870+070 data. On that occasion I was lucky because an entire primary eclipse occurred in a single night’s data. Subsequent analysis of a few weeks data, not with Peranso, dug out the secondary minimum. The depths are about 25 and 10mmag respectively, well within the range of an exoplanetary transit. Until the secondary showed up I did wonder whether an exoplanet had been found.
All this took place almost five years ago and I will need to refresh my memory before more detail can be given. One of the projects still waiting for another delivery of round tuits is to see what else can be found in this data set and a few others waiting in storage.
Dr Paul Leyland
ParticipantCertainly sounds interesting to me!
I would love something that size and have somewhere to put it. I also have no idea how much it would cost to convert it into usable telescope – preferably a Cassegrain-style to keep the size of the housing to a sensible size.
If the BAA as an organization would like to have a robotic telescope in La Palma, please get in touch. I can provide site, power, internet, ancillary equipment like computers, etc at zero cost. Would a subscription model make sense? A significant contribution to construction costs would give you a guaranteed number of hours per annum for the remainder of your BAA membership.
-
This reply was modified 2 years, 6 months ago by
Dr Paul Leyland.
Dr Paul Leyland
ParticipantI’m a frayed knot.
There’s a nasty echo around here. đ
(Sorry if the levity offends anyone. I’m feeling slightly hyper at the moment because I’ve just shut down the observatory after an unusually productive night.)
-
This reply was modified 2 years, 6 months ago by
Dr Paul Leyland. Reason: Grrr. Spanish keyboard
Dr Paul Leyland
ParticipantOver the last few years I have been imaging asteroids named for people I follow Twitter and then tweeting the results.
I encourage others to join me in imaging asteroids named after (ex-)BAA members who have been likewise honoured. Over time we should be able to complete a comprehensive gallery.
If anyone is at least remotely interested I could add the ones already taken to my personal gallery.
Dr Paul Leyland
ParticipantRichard, I would love to send you a private email so cut and pasted your address directly from the back page of the latest Journal so as to avoid transcription errors. Unfortunately the mail bounced with a âAddress not foundâ and âYour message wasnât delivered to xxxxxxxxxx because the address couldnât be found or is unable to receive email.â where I have made the obvious redaction.
Caveat lector!
Richard’s address has been hyp-henated [sic] in the journal and so rendered invalid. Perhaps future editors may wish to check such things before publication.
Dr Paul Leyland
ParticipantRichard, I would love to send you a private email so cut and pasted your address directly from the back page of the latest Journal so as to avoid transcription errors. Unfortunately the mail bounced with a “Address not found” and “Your message wasn’t delivered to xxxxxxxxxx because the address couldn’t be found or is unable to receive email.” where I have made the obvious redaction.
Dr Paul Leyland
ParticipantGood question, to which I do not have an answer but do have a suggestion: suck it and see.
Take images of a field rich in stars with accurately measured BVR magnitudes (a Landolt field would be ideal, otherwise find a VS at the AAVSO) and see whether your R-band measurements show a systematic dependency on the tabulated B-V and V-R values. If you have Johnson B and/or V filters, so much the better.
Regular flats should take out spatial variation.
Dr Paul Leyland
ParticipantAh, just spotted a very unfortunate tyop! It should have read 1948. I certainly have all the ones from the 1980’s Sorry about that.
I am also interested in the MNRS issues and will be in contact in a couple of weeks.Cheers,
PaulDr Paul Leyland
ParticipantI would like the very early ones please. My collection starts (I think) in 198 and is complete to 2022.
The collection is also 4000km from here so I can’t check for sure until I return to the UK in two weeks time.
Dr Paul Leyland
ParticipantI remember a similar Y2K bug in a clock display. The coder appended the year to “19”, rather than adding to 1900. On 2000-01-01 the display read 1 Jan 19100.
Takeaway message: character strings are not numbers, even when they look like them.
-
This reply was modified 2 years, 6 months ago by
Dr Paul Leyland.
-
This reply was modified 2 years, 6 months ago by
Dr Paul Leyland.
Dr Paul Leyland
ParticipantIt is not just a matter of storage. For instance, some years ago one of my Perl scripts contained this
my ($star, $jd, $mag); while (<INPUT>) { if (/^Variable\s+(.*)/) { $star = $1 and next; } elsif (/^(245\d+\.\d+)\tV\t(.*?)\t/) { ($jd, $mag) = ($1, $2); $mag =~ s/\[/</ or $mag = sprintf “%.2f”, $mag; my ($year, $month, $day) = jd2gregorian ($jd + 0.5); printf “%s\t%.3f\t%s\tLEY\n”, $star, $day, $mag; } }
Spot the bug.
-
This reply was modified 2 years, 6 months ago by
Dr Paul Leyland. Reason: Fix BBCode tags
-
This reply was modified 2 years, 6 months ago by
Dr Paul Leyland.
-
This reply was modified 2 years, 6 months ago by
Dr Paul Leyland.
-
This reply was modified 2 years, 6 months ago by
Dr Paul Leyland.
23 February 2023 at 12:57 pm in reply to: Huge observatory and planetarium complex in Mallorca up for auction #615905Dr Paul Leyland
ParticipantNice to know. I started by doing the best I could with the Spanish (I am trying to become fluent in the language) and then switched to Google translate to complete the task.
22 February 2023 at 12:40 am in reply to: Huge observatory and planetarium complex in Mallorca up for auction #615815Dr Paul Leyland
ParticipantLooks good! A shame I am not in the market.
3 + 7 domes (cupolas) but no indication of what is inside them if anything.
-
This reply was modified 2 years, 6 months ago by
Dr Paul Leyland.
Dr Paul Leyland
ParticipantMy phrase was “barely runs”. I did manage to get it to run eventually, but it seems to be much less stable and reliable for me than is reported by those who run it natively. You may have more success.
Paul
Dr Paul Leyland
ParticipantIn my experience, it is much easier to convert a DSLR image to FITS than it is to persuade Astrometrica to pay any attention to an embedded WCS.
For JPG and PNG files, nova.astrometry.net will convert to FITS and plate-solve for free. There are any number of free apps to convert from RAW format to something more amenable, including FITS. A very quick search on “RAW to FITS converter” dug up several on the first page.
The major problem with Astrometrica, in my experience, is that it runs natively only under Windoze and barely runs under WINE. I don’t trust the photometry very much either. If the source code were available we could check and perhaps enhance, but it isn’t and we can’t.
Other than that, parts of it are excellent and it is likely what I would use, had I not written a script to track on an object moving from frame to frame.
Dr Paul Leyland
ParticipantThis raises a general point: should we have a playpen sub-forum where would-be posters can check and edit their proposed postings before subsequently copying the final product to its intended place? This facility is quite common on sites which encourage user-generated content.
Such a place would carry a guarantee that nothing placed there would be permanent (admins or a script could periodically flush everything over a certain age, for instance). It would allow people to learn and it would confine (most) uncovered bugs to a harmless place of quarantine.
Dr Paul Leyland
ParticipantMea culpa.
I was trying to find out what may be attached to a post in line with Nick’s earlier attempt.
Pleased to discover a bug, regret having uncovered unfortunate consequences.
Dr Paul Leyland
ParticipantNick and I have recently been discovering what can and can not be attached to forum posts.
The only information provided seems to be that an attachment must not be larger than 4MB.Please could we have a statement of what is allowed and what is not? Experiment seems to show that text files are not permitted.
Thanks,
PaulDr Paul Leyland
ParticipantI have just noticed that cover photo to âAtlas if the Moonâ Wood and Collins, shows both the impact crater and the volcano, designated Mairan T, both are shown together with their correct designation. Iâm not sure who names features on the Moon, but giving the crater and the volcano much the same name is confusing. I also note the description inside the atlas that refers to the volcano with a crater on top, this could easily lead one to conclude the feature top most on the volcano is an impact crater, but that is not the case.
The Wikipedia article explains that nomenclature is set by the IAU and the convention for naming smaller scale features located close to the principle crater.
Perhaps it might be useful for you to review the article.
Dr Paul Leyland
ParticipantPaul, Thank you and I had seen that Wiki reference, but I was after Mairan T, not the lunar impact crater, Mairan, itâs a bit confusing. Iâm interested in the lunar volcano, designated as âthe silicic volcano Mairanâ. Interestingly some descriptions give this as an impact crater or crater, but itâs not, more a collapsed volcano caldera.
I quoted the location of Mairan T as given in that article!
The location of Mairan itself is given as 41.6°N 43.4°W in Wikipedia.
-
This reply was modified 2 years, 6 months ago by
-
AuthorPosts