-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
size-luminosity relation test #13
Comments
@yymao attempted to start to write this test during the Sprint Week but failed due to the lack of a cloned Yao. As a result, no progress has been made on this test so far. |
Next time, do 'git clone yao'.
|
Is this test compares the scaling relation of luminosity and size of observed objects to the simulated objects? |
@vvinuv Yes! |
@vvinuv If you can point us to a good data set for comparison, this would be very helpful. Thanks! |
@vvinuv Or, even better, implement this test :) |
@evevkovacs We have found the luminosity and size of SDSS galaxies in this paper http://adsabs.harvard.edu/abs/2015MNRAS.446.3943M . There is a catalog associated with that paper and contains luminosity and size of galaxies in g,r and i filters. |
I would imagine there are CANDELS or other HST-based datasets that go to higher redshift and fainter magnitudes than SDSS. This would be useful in my opinion rather than only having a z<0.2 validation test. |
I found a few issues to validate this test. For protoDC2 catalog the sizes are given for bulge and disk components. Therefore, to have a meaningful comparison to the data we need similar observational data. As far as I know that the two dimensional decomposition of data is available mostly for SDSS galaxies and a few high redshift HST based BCGs (correct me if I am wrong). We could not validate the protoDC2 unless the catalog has single Sersic half light radius. Another issue is that Buzzard catalog gives only FLUX_RADIUS parameter. I am not quite sure whether Buzzards folks (@j-dr et al) have plans to introduce the half light radius of Sersic component. There are observational data available for galaxies with single Sersic component at higher redshift (van der Wel et al 2014). Since there are no progress is going on this issue I started writing a validation script for this purpose, at least for Buzzard catalog now. |
There are 2-component Sersic fits in COSMOS, for galaxy samples going down to i~25.2 (they are getting noisy down there, so I wouldn't go to the flux limit). See http://adsabs.harvard.edu/abs/2014ApJS..212....5M appendix E. It just so happens that the server where the data can normally be downloaded from is down until mid-next week, but I can put it elsewhere for you if this sounds interesting/useful. |
@vvinuv there's also one-component size |
@vinuv, re: buzzard, FLUX_RADIUS is an estimate of the half-light radius. FLUX_RADIUS is just the name of the source extractor parameter that the size distributions in buzzard are based on. |
Thanks! I think Sextractor FLUX_RADIUS doesn't exactly match with the half
light radius of Sersic function. However, for this test FLUX_RADIUS may be
fine.
…On 5 January 2018 at 13:00, Joe DeRose ***@***.***> wrote:
@vinuv <https://github.com/vinuv>, re: buzzard, FLUX_RADIUS is an
estimate of the half-light radius. FLUX_RADIUS is just the name of the
source extractor parameter that the size distributions in buzzard are based
on.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADJ23TWKoJMrRa9DNxpvLZAdMiiFqGsNks5tHnE7gaJpZM4QTfC8>
.
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
|
(It seems that @vvinuv is now working on this.) |
This test is also going to be quite important for CL in order to test the impact of blending on red sequence colors. I expect that we will need to use something at higher redshift as well for validation data as has already been brought up. I might be able to dig up some HSC data that could be useful for this. |
@vvinuv - following up on my comment on this thread from about 2 weeks ago (validation data), the server where the dataset that I mentioned is now online: @j-dr - the dataset that I just linked to goes to i<25.2. The FITS are good for galaxies out to z~1. Do you think this is sufficient? I see you mentioned HSC, but my concern is that I'm not sure the galaxy radii from cmodel are that useful at high redshift. Have you seen section 6.4 in https://arxiv.org/pdf/1705.01599.pdf ? (It shows plots for axis ratio, but mentions that a similar problem exists for the galaxy sizes.) Other thoughts on a validation dataset are welcome. |
@rmandelb Thanks! Could you tell me how you calculate the intensity at half light radius for bulge and disk. Is that I = 10**((surface brightness * 2 * pi * half light radius - 5 log10(4 * np.pi * DL))/-2.5)? |
@vvinuv - The numbers in these files are all observed quantities, so luminosity distance is not relevant. The intensity comes directly from the files. Have you looked at the README that is packaged in the tarball? It gives equations for various quantities related to the intensities and radii. If you are uncertain after reading the README I'm happy to discuss, but since equations and parameters are in there I wanted to make sure you knew that reference existed. |
@rmandelb I have read the README file and it says that SERSICFIT[0]: I, defined as the intensity at the half-light radius. However, I am not quite sure whether intensity means flux or the luminosity. |
Everything in those files is flux. |
@vvinuv Would you be able to run this test on the latest versions of protoDC2? The catalog names are The last -p points to my catalog reader at nersc, otherwise you won't be able to read these new catalogs. If there is any issue with doing this, could I clone your code from github? I see there is a version in the master branch of DESCQA. Is that the version that you are running? Thanks Eve |
@evevkovacs <https://github.com/evevkovacs> I will do that . Currently, I
am running a code in the size-luminosity-tests branch. You could have it
from https://github.com/vvinuv/descqa/tree/size-luminosity-test
…On 21 May 2018 at 15:42, Eve Kovacs ***@***.***> wrote:
@vvinuv <https://github.com/vvinuv> Would you be able to run this test on
the latest versions of protoDC2? The catalog names are
proto-dc2_v4.4, proto-dc2_v4.5, proto-dc2_v4.5_rescale. To run your test
(I'm assuming you have a private version of the code) you need to do this
in your local descqa directory:
./run_master.sh -c proto-dc2_v4.4 proto-dc2_v4.5 proto-dc2_v4.5_rescale
size_Mandelbaum2014_BD -p ~kovacs/gcr-catalogs_v4/
The last -p points to my catalog reader at nersc, otherwise you won't be
able to read these new catalogs. If there is any issue with doing this,
could I clone your code from github? I see there is a version in the master
branch of DESCQA. Is that the version that you are running? Thanks Eve
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADJ23SkZvSRLCm2QYYEdsAAlx3-UPmEaks5t0ybHgaJpZM4QTfC8>
.
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
|
@evevkovacs <https://github.com/evevkovacs> I run the command but gets
this error. It says that proto-dc2_v4.4 doesn't match with any available
names
vvinuv@cori05:descqa_vinu >>> ./run_master.sh -c proto-dc2_v4.4
proto-dc2_v4.5 proto-dc2_v4.5_rescale size_Mandelbaum2014_BD -p
~kovacs/gcr-catalogs_v4/0
[INFO ][2018-05-21 14:10:03,074] Using DESCQA 2.0.0-0.7.0
[INFO ][2018-05-21 14:10:03,074] Using GCRCatalogs 0.7.4
[INFO ][2018-05-21 14:10:03,074] Using GCR 0.6.2
[INFO ][2018-05-21 14:10:03,076] output of this run is stored in
/global/projecta/projectdirs/lsst/groups/CS/descqa/run/v2/2018-05/2018-05-21_32
[INFO ][2018-05-21 14:10:03,243] Web output:
https://portal.nersc.gov/project/lsst/descqa/v2/?run=2018-05-21_32
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/global/u1/v/vvinuv/lsst/descqa_vinu/descqarun/master.py", line
459, in main
descqa_task = DescqaTask(output_dir, args.validations_to_run,
args.catalogs_to_run, logger)
File "/global/u1/v/vvinuv/lsst/descqa_vinu/descqarun/master.py", line
175, in __init__
self.catalogs_to_run =
self.select_subset(GCRCatalogs.available_catalogs, catalogs_to_run)
File "/global/u1/v/vvinuv/lsst/descqa_vinu/descqarun/master.py", line
198, in select_subset
raise KeyError("{} does not match any available names: {}".format(item,
', '.join(sorted(available))))
KeyError: 'proto-dc2_v4.4 does not match any available names: buzzard,
buzzard_high-res, buzzard_high-res_v1.1, buzzard_test, buzzard_v1.6,
buzzard_v1.6_1, buzzard_v1.6_2, buzzard_v1.6_21, buzzard_v1.6_3,
buzzard_v1.6_5, buzzard_v1.6_test, dc1, instance_test, proto-dc2_v2.0,
proto-dc2_v2.0_redmapper, proto-dc2_v2.0_test, proto-dc2_v2.1,
proto-dc2_v2.1.1, proto-dc2_v2.1.2, proto-dc2_v2.1.2_addon_knots,
proto-dc2_v2.1.2_test, proto-dc2_v3.0, proto-dc2_v3.0_addon_knots,
proto-dc2_v3.0_redmapper, proto-dc2_v3.0_test, proto-dc2_v4.3_redmapper,
protoDC2, protoDC2_addon_tidal, protoDC2_test'
…On 21 May 2018 at 15:53, Vinu Vikram ***@***.***> wrote:
@evevkovacs <https://github.com/evevkovacs> I will do that . Currently, I
am running a code in the size-luminosity-tests branch. You could have it
from https://github.com/vvinuv/descqa/tree/size-luminosity-test
On 21 May 2018 at 15:42, Eve Kovacs ***@***.***> wrote:
> @vvinuv <https://github.com/vvinuv> Would you be able to run this test
> on the latest versions of protoDC2? The catalog names are
> proto-dc2_v4.4, proto-dc2_v4.5, proto-dc2_v4.5_rescale. To run your test
> (I'm assuming you have a private version of the code) you need to do this
> in your local descqa directory:
> ./run_master.sh -c proto-dc2_v4.4 proto-dc2_v4.5 proto-dc2_v4.5_rescale
> size_Mandelbaum2014_BD -p ~kovacs/gcr-catalogs_v4/
>
> The last -p points to my catalog reader at nersc, otherwise you won't be
> able to read these new catalogs. If there is any issue with doing this,
> could I clone your code from github? I see there is a version in the master
> branch of DESCQA. Is that the version that you are running? Thanks Eve
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#13 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ADJ23SkZvSRLCm2QYYEdsAAlx3-UPmEaks5t0ybHgaJpZM4QTfC8>
> .
>
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
|
oops, I forgot the -t
and try to use the full path to my GCRCatalogs as follows:
Try:
./run_master.sh -c proto-dc2_v4.4 proto-dc2_v4.5 proto-dc2_v4.5_rescale
-t size_Mandelbaum2014_BD -p /global/u1/k/kovacs/gcr-catalogs_v4
|
@vvinuv I just cloned your repo and switched to the size-luminosity-test branch. When I ran the test, I got an error: Could you please let me know when the test runs again, and I will try again. Thanks, Eve |
@evevkovacs <https://github.com/evevkovacs> sure. I am going to update the
script.
Anyway the versions gave by @evevkovacs <https://github.com/evevkovacs>
work and can be seen at
https://portal.nersc.gov/project/lsst/descqa/v2/?run=2018-05-21_38&test=size_Mandelbaum2014_BD&catalog=proto-dc2_v4.4
…On 21 May 2018 at 16:57, Eve Kovacs ***@***.***> wrote:
@vvinuv <https://github.com/vvinuv> I just cloned your repo and switched
to the size-luminosity-test branch. When I ran the test, I got an error:
UnboundLocalError: local variable 'ylim' referenced before assignment
[ERROR][2018-05-21 14:52:51,857] Exception occurred when running
validation size_Mandelbaum2014_BD on catalog proto-dc2_v4.5. Below are
stdout/stderr and traceback:
Traceback (most recent call last):
File "/global/u1/k/kovacs/descqa2-local/descqa_vv/descqarun/master.py",
line 348, in run_tests
test_result = validation_instance.run_on_single_catalog(catalog_instance,
catalog, output_dir_this)
File "/global/u1/k/kovacs/descqa2-local/descqa_vv/descqa/SizeStellarMassLuminosity.py",
line 201, in run_on_single_catalog
ax.set_ylim(ylim)
Could you please let me know when the test runs again, and I will try
again. Thanks, Eve
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADJ23eTMTwWnxGxIkdir4s3n62N-K13Vks5t0zg2gaJpZM4QTfC8>
.
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
|
@evevkovacs <https://github.com/evevkovacs> updated it
…On 21 May 2018 at 17:03, Vinu Vikram ***@***.***> wrote:
@evevkovacs <https://github.com/evevkovacs> sure. I am going to update
the script.
Anyway the versions gave by @evevkovacs <https://github.com/evevkovacs>
work and can be seen at https://portal.nersc.gov/
project/lsst/descqa/v2/?run=2018-05-21_38&test=size_
Mandelbaum2014_BD&catalog=proto-dc2_v4.4
On 21 May 2018 at 16:57, Eve Kovacs ***@***.***> wrote:
> @vvinuv <https://github.com/vvinuv> I just cloned your repo and switched
> to the size-luminosity-test branch. When I ran the test, I got an error:
> UnboundLocalError: local variable 'ylim' referenced before assignment
> [ERROR][2018-05-21 14:52:51,857] Exception occurred when running
> validation size_Mandelbaum2014_BD on catalog proto-dc2_v4.5. Below are
> stdout/stderr and traceback:
> Traceback (most recent call last):
> File "/global/u1/k/kovacs/descqa2-local/descqa_vv/descqarun/master.py",
> line 348, in run_tests
> test_result = validation_instance.run_on_single_catalog(catalog_instance,
> catalog, output_dir_this)
> File "/global/u1/k/kovacs/descqa2-local/descqa_vv/descqa/SizeStellarMassLuminosity.py",
> line 201, in run_on_single_catalog
> ax.set_ylim(ylim)
>
> Could you please let me know when the test runs again, and I will try
> again. Thanks, Eve
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#13 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ADJ23eTMTwWnxGxIkdir4s3n62N-K13Vks5t0zg2gaJpZM4QTfC8>
> .
>
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
|
@rmandelb @msimet @aphearin Could you please take a look at the size-luminosity relation in https://portal.nersc.gov/project/lsst/descqa/v2/?run=2018-05-21_38&test=size_Mandelbaum2014_BD&catalog=proto-dc2_v4.4 and let us know if the agreement is acceptable? |
I'm not sure, actually. A factor of 2 average size difference might be enough for us to care about, and these look within that limit for the bulge sizes with B/T>0.5 and within the disk sizes for B/T<0.5. However, the other component looks more off (but this matters proportionally less because of the bulge vs disk dominance). Will the total size-luminosity test (vs van der Wel) be run on these catalogs as well? If we have only this to go on, I'd say it's probably okay, but I'd like the backup of the total size test as well, if possible. |
@rmandelb and @msimet - I was surprised when I saw this level of discrepancy. The DC2 model for the size-luminosity relation comes directly from the fitting function provided in Zhang & Yang 2017, which is based on SDSS galaxies. So I dug back into the paper, and I found that Youcai and Xiaohu actually provide fitting functions for the size-luminosity relation of two distinct morphological classification: one based on Galaxy Zoo, and another based on B/T in the Simard+11 catalog. You can see the differences in the plot below: In protoDC2 v4.4 & v4.5, we based our size modeling on ZY17 fitting function parameters of disks/bulges defined by the Galaxy Zoo classification; according to the DESCQA test under discussion here, our bulge-dominated galaxies are too large. If we switched to a model based on the Simard+11 B/T classification, the figure shows that sizes in our disk-dominated systems would hardly change, but bulge sizes will be brought down ~30-40%, depending on luminosity. Note that these changes will not alter the sizes of very luminous disks, which appear to be significantly larger as reported in Mandelbaum+14 relative to ZY17. Inter-publication variance is particularly large when measurements of size and morphological classification are concerned, even when different profile-fitting codes are run on the exact same dataset; I suspect it will be difficult to bring the model into better agreement with the data beyond the many-tens-of-percent level. I'm bringing this up since @msimet mentioned using an entirely different measurement (van der Wel+14) as an independent consistency test. According to this DESCQA test, our size-luminosity relation appears to be in reasonably tight agreement with van der Wel+14. |
@aphearin @msimet The biggest discrepancy between data and the catalog in the DESCQA test is for the bulge component for galaxies with B/T<0.5. (late-type). The catalog and the data agree quite well for B/T>0.5 galaxies. Overall, the disk component sizes are in pretty good agreement with the data for all galaxy types. I don't think switching models above will help, since the biggest difference in the above models is for early-type galaxies and we already have pretty good agreement there. As Andrew points out, since the total size-luminosity relation agrees well, further iteration on the size model does not seem warranted at this time, but the final word should come from the WL WG. |
@rmandelb and @msimet - When evaluating whether the current size-luminosity model in protoDC2 is sufficient for purposes of cosmoDC2, I think we should be using this earlier DESCQA test and not the much more recently completed DESCQA test currently under discussion. My reasons are:
|
Hi all - apologies for missing some of this traffic; was offline yesterday for personal reasons, then traveling today. A few comments, but since this is long I will say the brief summary is that I think that the results of the size-luminosity relation tests for v4_5 are acceptable:
Again, apologies for the length of this message but I saw a few points that I wanted to address. Comments from others are welcome. Many thanks to @vvinuv @msimet @evevkovacs @yymao and others who have been working on the size tests. |
@rmandelb - thanks for getting back to us with a thoughtful answer.
Oh yes, I very much agree we need higher redshift validation data in addition to low-redshift. In particular, and to be clear, in the protoDC2 model, we do evolve the size-luminosity relation at higher redshift: as z increases, we decrease the normalization of this scaling relation (higher redshift galaxies are more compact than their lower redshift counterparts). In previous versions of the catalog, there was no evolution, and the van der Wel+14 validation test looked considerably worse.
Yes, exactly, exactly. I similarly advocate for entirely ignoring the sizes of bulges in disk-dominated systems, and also the sizes of disks in bulge-dominated systems.
Yes, I agree that the two tests give a consistent story, and that this story is indeed telling us that the bulk of the population has reasonable sizes. I also certainly acknowledge that there is room for improvement: based on this back-and-forth, I have already tweaked the bulge normalization to be ~30% smaller. But even without this change, I think we are on the same page that the current version is sufficient for cosmoDC2 production purposes. Thanks again to @rmandelb for weighing in clearly and carefully, and echoing thanks to @vvinuv @msimet @evevkovacs @yymao for contributing to this important validation criteria. |
Sorry for coming to the party late --- I just got a chance to clean up and run #95 (output here). But given the discussion above, it seems to me that we should revise the test so that it only tests bulge size for bulge-dominated galaxies and only tests disk size for disk-dominated galaxies. Is that right, @vvinuv @rmandelb @aphearin? And if so, @vvinuv, can you update the test accordingly? |
@evevkovacs I believe that's a feature... the code always creates 6 panels but only 3 are used for https://github.com/LSSTDESC/descqa/blob/master/descqa/configs/size_Mandelbaum2014_BD.yaml#L20 But yes, the code should create the number of panels according to |
Actually, they are also blank in size_vanderWel2014_SM_Lum see here |
Oops! I have already updated the script long before. I don't know whether
@yymao updated to the master branch.
(Not that suggested by @yymao by removing one of the bulge and disk sizes
for size_Mandelbaum2014_BD, I will update that soon)
…On 6 June 2018 at 13:30, Yao-Yuan Mao ***@***.***> wrote:
@evevkovacs <https://github.com/evevkovacs> I believe that's a feature...
the code always creates 6 panels but only 3 are used for
size_Mandelbaum2014_BD (but 6 are all used in size_vanderWel2014_SM_Lum).
See these configs:
https://github.com/LSSTDESC/descqa/blob/master/descqa/
configs/size_Mandelbaum2014_BD.yaml#L20
https://github.com/LSSTDESC/descqa/blob/master/descqa/
configs/size_vanderWel2014_SM_Lum.yaml#L25
But yes, the code should create the number of panels according to z_bins.
(cc @vvinuv <https://github.com/vvinuv>)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADJ23WPFP0SlV_2jaPsFdCg3g91H3dQfks5t6B_dgaJpZM4QTfC8>
.
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
|
@evevkovacs have you run them on |
… On 6 June 2018 at 13:52, Eve Kovacs ***@***.***> wrote:
Actually, they are also blank in size_vanderWel2014_SM_Lum see here
<https://portal.nersc.gov/project/lsst/descqa/v2/?run=2018-06-06_13&catalog=proto-dc2_v4.6_test>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADJ23QKFr0Z-Zast_fZ37i8oUvWF5P2_ks5t6CTogaJpZM4QTfC8>
.
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
|
I removed the bottom three panels
…On 6 June 2018 at 13:55, Yao-Yuan Mao ***@***.***> wrote:
@evevkovacs <https://github.com/evevkovacs> have you run them on
buzzard_test? Since protoDC2 only goes to z=1 is not surprising the lower
panels are empty...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADJ23TQvyw8JutW_MmbEzxj3dZpnrp1kks5t6CW5gaJpZM4QTfC8>
.
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
|
@eve @yymao this is the one I am talking about https://portal.nersc.
gov/project/lsst/descqa/v2/?run=2018-03-23_31&test=size_
vanderWel2014_SM_Lum&catalog=buzzard_test
…On 6 June 2018 at 13:57, Vinu Vikram ***@***.***> wrote:
I removed the bottom three panels
On 6 June 2018 at 13:55, Yao-Yuan Mao ***@***.***> wrote:
> @evevkovacs <https://github.com/evevkovacs> have you run them on
> buzzard_test? Since protoDC2 only goes to z=1 is not surprising the
> lower panels are empty...
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#13 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ADJ23TQvyw8JutW_MmbEzxj3dZpnrp1kks5t6CW5gaJpZM4QTfC8>
> .
>
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
--
Vinu Vikraman
http://www.hep.anl.gov/vvikraman/ <http://www.sas.upenn.edu/~vinu/>
|
The text was updated successfully, but these errors were encountered: