Open payneck opened 4 years ago
Yeah, a lot has been assumed in that tutorial. I will open a PR to follow up on it and add content to that notebook to clarify the assumptions made.
Thank you! I like the tutorials, as do my students, but this one exercise was a bit of a struggle.
On Wed, May 13, 2020 at 12:57 PM Kris Stern notifications@github.com wrote:
Yeah, a lot has been assumed in that tutorial. I will open a PR to follow up on it and add content to that notebook to clarify the assumptions made.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/astropy/astropy-tutorials/issues/450#issuecomment-628118680, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZY4GJYWB4O24BZR52KWFLRRLGPPANCNFSM4M75XH4Q .
-- Charlie Payne, MEd Instructor of Physics, Computational Physics DEEP (Online) and Residential Head Cross Country Coach USATF Level II Coach: Endurance Specialty USATF Level I Coach, Track and Field
NORTH CAROLINA SCHOOL OF SCIENCE AND MATHEMATICS 1219 Broad Street | Durham, NC 27705-3577 | 123.456.7890 Igniting innovation, cultivating community. | NCSSM.EDU http://ncssm.edu/
You are welcome!
Will try to get this done within the next couple of weeks
Thank you so much. I actually talked about this resource yesterday to our Astronomy teacher, and I'd like to use it in the courses I teach, including Comp Phys. There is no hurry, and I'm really looking forward to the results.
Again, thank you. Stay healthy.
Charlie
On Wed, Aug 12, 2020 at 11:30 AM Kris Stern notifications@github.com wrote:
Will try to get this done within the next couple of weeks
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/astropy/astropy-tutorials/issues/450#issuecomment-672944888, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZY4GKTBCTS32DN2E7RDV3SAKYQXANCNFSM4M75XH4Q .
-- Charlie Payne, MEd Instructor of Physics, Computational Physics DEEP (Online) and Residential Head Cross Country Coach USATF Level II Coach: Endurance Specialty USATF Level I Coach, Track and Field
NORTH CAROLINA SCHOOL OF SCIENCE AND MATHEMATICS 1219 Broad Street | Durham, NC 27705-3577 | 919-416-2765 Igniting innovation, cultivating community. | NCSSM.EDU http://ncssm.edu/
Hi @payneck thanks for the reply! You are welcome. I will let you know once the proposed PR is approved and merged.
@mwcraig As discussed during telecon today, please have a look at the issue and let us know if any revisions need to be made on the FITS-images
tutorial. Looks like the actual calculation involves more than just an inverse-square relationship, at least at the senior undergraduate level.
I have a few comments about the tutorial (which I suppose I should turn in to a pull request):
CCDData
instead of io.fits
, or use the context manager with fits.open....
Thanks @mwcraig for the comments! Let me open a PR and make some preliminary changes according to your suggestions so that it will be easier for you to follow up.
Just opened this Google Colab for the drafting part of the PR workflow: https://colab.research.google.com/drive/1rk9dig_LFw_XArLe0KJSFi8lOTKE5QPH?usp=sharing
Editing or commenting is currently by invitation only, but everyone with the link can view it
Checklist of things TODO in the Colab notebook:
ccdproc
for details regarding image combination methods.CCDData
or use the context manager with fits.open()
instead of io.fits
. (Remark: Tried it but do not think it would work so well, better stick with original.)@mwcraig Google Colab notebook ready for a review.
I'd love to check it out as I think it would be valuable to my Comp Phys students (high school, but public residential for NC's finest, NCSSM, part of the UNC System). I might not be able to get to this for a week or so, as grades and some recommendations are due this week.
Thank you! Stay healthy!
Charlie
On Wed, Nov 11, 2020 at 10:20 AM Kris Stern notifications@github.com wrote:
@mwcraig https://github.com/mwcraig Google Colab notebook ready for a review.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/astropy/astropy-tutorials/issues/450#issuecomment-725482757, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZY4GJBTUP3XFLUC2HI2MDSPKTTDANCNFSM4M75XH4Q .
-- Charlie Payne, MEd Instructor of Physics, Computational Physics DEEP (Online) and Residential Head Cross Country Coach USATF Level II Coach: Endurance Specialty USATF Level I Coach, Track and Field
NORTH CAROLINA SCHOOL OF SCIENCE AND MATHEMATICS 1219 Broad Street | Durham, NC 27705-3577 | 919-416-2765 Igniting innovation, cultivating community. | NCSSM.EDU http://ncssm.edu/
Hi Charlie, Sure, I have just given you access to the Google Colab notebook. Feel free to comment.
Will add a solution to the Google Colab as suggested soon
Hi all @payneck @mwcraig,
Found out today the calculation is pretty standard according to some IAU definition: https://en.wikipedia.org/wiki/Luminosity#Relationship_to_magnitude
All we needed to do is to go from some measure of luminosity / flux density with an arbitrary scaling factor and then use the magnitude formula to compute the desired result. 😉
I am reading up on the relevant section(s) of the Wikipedia article before working out a solution for it, like the one I sketched out on the Astropy Slack workspace a while back. I read slow though so will be some time before I have everything properly worked out.
Thanks for the update @kakirastern -- another perfectly acceptable (and much shorter) solution is to change the exercise. As you are finding, though it is simple in principle, it is more complicated in practice.
@mwcraig My bad for procrastinating, feeling like taking my time around Christmas 🎄
@kakirastern -- not your bad at all! I just thought I'd dish you a way to vastly simplify. I whole-heartedly support taking whatever time you need.
Exercise 2 with the Horsehead Nebula "Show the image of the Horsehead Nebula, but in units of surface brightness (magnitudes per square arcsecond). (Hint: the physical size of the image is 15x15 arcminutes.)" http://learn.astropy.org/FITS-images.html Not sure how to set tis up, no solutions available. Any help would be appreciated!