Dr Paul Leyland

Forum Replies Created

Viewing 20 posts - 661 through 680 (of 707 total)
  • Author
    Posts
  • in reply to: Sirius B #580704
    Dr Paul Leyland
    Participant

    No joy last night.  Seeing was quite poor.

    in reply to: CPRE Star Count 2019 #580703
    Dr Paul Leyland
    Participant

    La Palma is famous for its dark skies, right? Not last night. There was a brilliant moonlit Calima. I didn’t even bother counting stars because a single glance showed that I’ve had much better skies from central Oxford or Cambridge.

    It didn’t stop me observing variables but the limiting magnitude was markedly poorer than usual.

    in reply to: Dew shields #580688
    Dr Paul Leyland
    Participant

    My scope is mildly odd in that the only optical surface exposed to the sky is a plane parallel disk of glass which serves two principal purposes.  One is to keep dust, wee beasties, etc out of the way.  The other is to support the Cassegrain secondary without introducing nasty diffraction spikes.

    Dew is kept at bay by a very feeble heating element wrapped around the end of the tube and which doesn’t appear to cause any annoying air currents.  Such a device could easily be used on any scope with an exposed front surface.

    in reply to: Sirius B #580663
    Dr Paul Leyland
    Participant

    Now that we’ve had several images of Sirius B posted, including today’s picture of the week, does anyone fancy trying for Procyon B?  The separation is only about half that of Sirius, so it will be much more of a challenge.  Although the primary is 2 magnitudes fainter, so is the secondary.

    I intend to give it a try after returning to La Palma this week.

    in reply to: Possible nova in M31 #580618
    Dr Paul Leyland
    Participant

    I’d use Perl myself but de gustibus non disputandum est.  Further, I already have code to process Daophot and APT output and extending it to SExtractor shouldn’t be difficult.  My comment was more about the image processing end of things, to see whether a targeted approach optimised for just the one problem could be better (by some measure) than a general purpose tool.

    in reply to: Possible nova in M31 #580612
    Dr Paul Leyland
    Participant

    I make at least seven, most of which are quite faint.  The pixel coordinates are close to (913,646), (708,707), (235,482), (274,843), (697,140), (939,483) and (562,850).  This was only a casual inspection and there could well be more with a detailed search.

    Hmm.  Could be fun to write code to find these things.

    in reply to: Sky and Telescope #580573
    Dr Paul Leyland
    Participant

    That’s what the market seems to need these days in order to remain financially viable as a main-stream publication.

    More credit to The Astronomer for remaining true to its readership.  No glossy adverts, no dumbing down.

    Of course, I’m just a reactionary elitist old-fart^H^H^Hogey

    in reply to: potentially bright supernova in NGC3254 #580566
    Dr Paul Leyland
    Participant

    It’s happened 4 weeks too early for me.  Not back in La Palma until mid-February, where I can reach mag 20 or better with around an hour’s exposure.  Can’t even reach mag 8 from here.

    Oh well.

    in reply to: Sirius B #580518
    Dr Paul Leyland
    Participant

    I seem to remember seeing the Pup on (a very few) occasion(s) with the 0.275m Mak-Cas owned by the Oxford University AS.  This would have been around 1980 or so,  My memory is suspect and I no longer have access to any contemporary records so treat this report with the suspicion it deserves.

    in reply to: 2018 – how was it for you? #580508
    Dr Paul Leyland
    Participant

    Interesting.

    In February I picked up a copy of Astronomy Now on a whim, the first one I’d read in almost 30 years.  Inside was an advert for a house and observatory for sale in La Palma.  We bought it in the summer and much of August was spent learning how to drive the 0.4m Cassegrain, a SBIG-8 camera and assorted gubbins.  A second spell 30 Oct through 10 Dec was an opportunity to do some science, almost entirely CVs and SDOR variables, though I did get some nice images of Sirius B and Sycorax (aka Uranus XVII).  Not yet processed are images which I hope will show Nereid clearly.  Plans for 2019 include tracking down other small satellites in the outer solar system. 

    in reply to: Sirius B #580507
    Dr Paul Leyland
    Participant

    On 2018-11-30 I was imaging HL CMa, which many of you know is uncomfortably close to Sirius.  It’s essential to place the latter outside the field or it dazzles both CCDs and eyeballs.  However, at least there is a bright (far too bright) guide star nearby.  A SBIG-8 camera has a small CCD for guiding purposes and it was used with the minimum possible exposure time of 0.11 seconds.  Sirius was still over exposed but, to my surprise, the Pup showed up occasionally in the autoguider window.

    After taking the science data another 100 images at 0.11s were taken of Sirius.  The one from the moment of best seeing appears here.  The blooming from Sirius runs from top to bottom on the full frame, of which this is only a small crop.  It’s fortunate that the camera was orientated at a good angle to the line joining the stars.

    in reply to: Windows Free Zone #580421
    Dr Paul Leyland
    Participant

    In The Fine Manual for DAOPHOT, available as http://www.astro.wisc.edu/sirtf/daophot2.pdf , the PSF question is covered in detail.  A quote from page 32 reads:

    For all the different analytic first approximations, the first two parameters are always the half-width at half-maximum in x and y. Any other parameters the model may have differ from function to function, but the first two are, as I say, always the half-width at half-maximum in x and y.

    Accordingly, the PSF is invariably elliptical.

    See, also, the ALGORITHMS section of daophot> help psf where it is explained that if varorder >= 0, the residuals from the fit are stored as a lookup table, meaning that all but pathologically weird shapes can be handled with ease.  In particular diffraction spikes from secondary mirror supports cause no difficulty whatsoever.

    I freely accept that DAOPHOT isn’t user-friendly by modern standards but it does a superb job.

    in reply to: Windows Free Zone #580418
    Dr Paul Leyland
    Participant

    It looks like I may now have a portable photometry toolkit which should run most anywhere as the components are written in Java and Perl.

    The raw input data is a FITS image to be analyzed and an AAVSO CCD-photometry chart downloaded from aavso.org then saved in HTML format.  The latter is first parsed into a couple of plain text files, one of which is a list of sources to be found and analyzed by APT, the other a summary of the data for the comparison stars.

    APT is then instructed to perform the aperture astronomy and write a CSV file of its findings.  The latter is then processed by a Perl script to produce a TSV file suitable for submission to the BAA-VSS — or so I believe.

    Would anyone like to be a beta-tester of this stuff?  It’s limited but apparently functional.  It should run anywhere with a Perl installation and a Java Virtual Machine but that hasn’t yet been proven.

    Extensions to use AIJ (and possibly other photometry engines) are planned, as is smoothing out rough edges.

    Please mail me for source code and hand-holding.  You’ll need the latter as the documentation for my stuff is non-existent at present (that will change), though the code is well commented.  APT is very well documented.

    Paul

    in reply to: Windows Free Zone #580343
    Dr Paul Leyland
    Participant

    The photometry tools which run everywhere and with which I have some familiarity are APT, AstroImageJ and IRAF/DAOPHOT.  Those are the ones which I will target.  AIJ will be familiar to many here; I’m climbing its learning curve with the assistance of the excellent BAA-VSS guide.  As noted above, I like APT.  DAOPHOT is the grand-daddy from which most other tools have been developed, including munipack/muniwin (another excellent tool but not one with which I’m currently playing).

    DAOPHOT is a real professional’s tool.  I’ve scripted it to analyze approximately 10k images taken over the last several months by Kevin Hills.  It’s a refugee from the 1980s and doesn’t fit particularly well with the GUI paradigm.  I’m an old fogey so that doesn’t worry me too much.  What I really like is that although it uses only circular apertures, the star PSF is evaluated directly  from the data (that is it doesn’t assume any particular shape and so can handle trailed or otherwise munged images) and can vary from point to point in the image.  Coupled with very effective de-blending of closely neighboring stars, it gives very accurate results even in very crowded fields.

    As far as I can tell (please correct me if I’m wrong) AIJ employs only circular apertures and assumes that the star images are circularly symmetrical.  If so, a trailed star has to be included inside a relatively large circular aperture and so encloses rather a lot of sky as well, leading to poorer estimates for the magnitude and its error.

    APT (again, AFAICT) doesn’t allow for a spatially-varying PSF but does allow apertures which are ellipses of arbitrary orientation.  As well as modelling non-circular stars nicely, this also fits well with the requirements for performing photometry of galaxies (and perhaps comets?).

    Software written so far will parse a downloaded AAVSO CCD photometry file and produce target lists for APT and a RADec file for AIJ.  Still to come is code which replicates the BAA-VSS Excel spreadsheets which (again, AFAICT) run only on MS Office.

    Code to drive IRAF/DAOPHOT and Munipack is likely to take some time because I’m probably only the person interested in them

    To early to ask for beta testers but your time will come!

    in reply to: Nova in M31 #580302
    Dr Paul Leyland
    Participant

    Images from La Palma last night are being analyzed right now but I’m still learning how to do that.  Results (possibly preliminary) will be edited into this post.  Nova certainly very obvious on the 3000s stacked image but the background from M31 is very bright and precision photometry will need to take that into account.

    FWIW, I’m about to download GAIA-DR2 positions and magnitudes for analysis purposes as I don’t have a finder chart and comparison magnitudes.  I’m hoping this is satisfactory …

    Results are undoubtedly preliminary because I’m still learning how to drive the tool set and much data reduction has been done by hand..  Comparing my V-band mags with GAIA’s G-band gives satisfactory results (less than 0.05 mags at mag 16) so I’m fairly confident that the nova was at mag 16.50 +/- 0.05 at 2018-11-30 02:40UT.

    Now to improve my skills and tools.

    in reply to: AstroImageJ startup #580300
    Dr Paul Leyland
    Participant

    I don’t (yet) know the answer to the question as asked but have you considered running a local astrometry.net server?  It’s markedly faster and more reliable than using nova.astrometry.net in my experience and relatively easy to set up.  There’s a Windoze version called ansvr (Google is your friend!) but it’s a large download because you get a cygwin installation thrown in for free so all the required Linux programs are available.  The data files are another big download, especially if you use the latest 5000 series indexes which are based on GAIA-DR2, but all this lot only has to be done once.  If you already run Linux life is markedly easier in this regard as only base software and the indexes need downloading.  I’ve not regretted installing ansrv for MaximDL’s benefit.

    I also use AIJ (though I’m now more enamoured of APT) so I’ll research your actual question.

    I’m also happy to provide (free, best-efforts) consultancy via email.

    Paul

    in reply to: SN 2018ivc in M77 #580294
    Dr Paul Leyland
    Participant

    Welcome aboard!  I’m a newbie on the forums and only re-joined the BAA a few months ago after a 30-year hiatus.

    Your image looks pretty impressive to me.  Much better than I could produce given my (present) incompetence at driving my newly acquired equipment.

    in reply to: NASA InSight #580289
    Dr Paul Leyland
    Participant

    Looks like my back yard here in LP when there’s a Calima in progress.

    in reply to: Windows Free Zone #580269
    Dr Paul Leyland
    Participant

    After a few happy hours playing with APT I have to say I rather like it.  It’s easy to use after a little reading of the fine manual and works well even on a small laptop screen.  Configuration is straightforward, though it took me a while to learn how to set the zero point so that the instrumental magnitudes are somewhere near those of the comparison stars.

    I think I”m going to put some real effort into this one, with a few scripts written to convert AAVSO CCD photometry files into that required for APT, to mung the CSV output file into ensemble photometry and AAVSO and BAA-VSS format, and generally make it even easier to use so that non-Windoze users have a viable alternative.

    All this will take some effort and very careful attention to detail so although beta testers would be made welcome, don’t expect a polished tool set just yet!

    I’m a happy bunny.  😎

    in reply to: Windows Free Zone #580267
    Dr Paul Leyland
    Participant

    I found, downloaded and installed APT — Aperture Photometry Tool — from http://www.aperturephotometry.org/aptool/ today.  It looks very promising!  Because it is wrotten in Java it runs (well, walks sedately) everywhere.  The same can be said of AstroImageJ for that matter.

    Next plans are to evaluate it thoroughly and if it passes muster, write a Perl script to convert its output into BAA-VSS and/or AAVSO format.

Viewing 20 posts - 661 through 680 (of 707 total)